Windows Programming
|
|
by admin |
| Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related... | |
| [no replies] |
|
|
by Amag |
| Hi everybody, I'm beginner in C++ windows programming. I'm using Dev-C++ compiler. Does anyone kn... | |
| [no replies] |
|
|
by kiarash |
| hi to every one how to convert a String to Number or Number to String?? i cat use toString !... | |
| [7 replies] Last: You need to set the stream to fixed notation then set the precision to... (by Faldrax) |
|
|
by akimatsu123 |
| Hi, Where would i find a good tutorial for windows API? I began learning C++ in linux, and i've p... | |
| [12 replies] Last: I find this sort of opinion interesting, painting all web tutorials as... (by Grey Wolf) |
|
|
by InLight |
| Using win32 api. First I used WM_MOUSEMOVE until I found it is probably the slowest way to pick the... | |
| [6 replies] Last: Ok thanks. What is it written in? I can only understand native, di... (by InLight) |
|
|
by RajeshM |
| Hi Friends, I have created a Control Bar in VC 6 and for this i have to add the auto Hide functio... | |
| [no replies] |
|
|
by cva |
| Hi everyone... Im having problem with the dialog box which contain 2 tab forms in it, In XP the dia... | |
| [2 replies] Last: But why the buttons, groupbox, combobox, the text editor grows larger ... (by cva) |
|
|
by tedi |
| How to insert animated GIF into RichEdit? | |
| [1 reply] : Please tell us what IDE, OS and Compiler you are using. This will make... (by Zaita) |
|
|
by Shadow Kurimeki |
| GPA C++ Program that uses 1 function and 2 logical structures. This program I am working on is goin... | |
| [2 replies] Last: I would, instead of using 64 if statements for all the possible combin... (by Zhuge) |
|
|
by LeviZhou |
| I need to know if I have the write right on directory like "\\machinename\foldername" How can ... | |
| [3 replies] Last: It's my pleasure. If you have any other question, I wish we can think ... (by tsubusa) |
|
|
by jrock |
| Write a program that calculates the average of a group of test scores, where the lowest score in the... | |
| [1 reply] : This post is posted across multiple forums, please respond in the foll... (by Grey Wolf) |
|
|
by forcker |
| Can someone help me to do a private server of tribalwars. I mean I have a own server for my self and... | |
| [1 reply] : How about you start. When you have any specific C++ issues/questions y... (by Zaita) |
|
|
by mfc dude |
| Is there any good C++ tutors or tutoring services, preferably from within the US? Thanks. | |
| [1 reply] : i am the tutor, how much do u want to pay per minut? (by SteakRider) |
|
|
by SitronTe |
| Hello I am not quite sure if I post this request in the correct form, but I wonder if anyone knows ... | |
| [12 replies] Last: I find it odd nobody has mentioned Eclipse + CDT. After using MSVC++, ... (by Zaita) |
|
|
by soldstatic |
| OK background: I have a struct called client, and I have an array of them and a single instance of i... | |
| [13 replies] Last: Grey: yea. 2003 is the start of the .NET era. If Universities over the... (by Zaita) |
|
|
by Shadow Kurimeki |
| Hey I posted this once already but twas gone the next day My problem is that when ever I enter the ... | |
| [5 replies] Last: Same Problem with two different heading posted by same person!!!!!! 1... (by DiptenduDas) |
|
|
by Eralpb |
| Hi I want to learn how to get the html code of a webpage through c++ without using mfc and with usin... | |
| [3 replies] Last: Yes. This is simply changing the request you make. e.g G... (by Zaita) |
|
|
by Shadow Kurimeki |
| I am making a c++ program that is a 6 question true or false quiz and my coding is this so far [cod... | |
| [5 replies] Last: Hello Shadow Kurimeki, First off: Here is just an example starting ... (by candrews) |
|
|
by Slipstream |
| Hello im trying to create an ACARS system in C, i have a main window with a inset child window as th... | |
| [2 replies] Last: I have the buttons, standard BS_PUSHBUTTON, and the screen window will... (by Slipstream) |
|
|
by enixi0s |
| In theory, a program can only access it's own memory page, which is allocated by the OS, and so the ... | |
| [1 reply] : Interprocess Communications? http://msdn.microsoft.com/en-us/library/... (by Grey Wolf) |
|
|
by Gang |
| Hello, I have some problem. I need to calculate how many seconds gone since 1970. I used tm struct... | |
| [1 reply] : Edit. Easier way. http://www.cplusplus.com/reference/clibrary/ctime... (by Zaita) |
|
|
by soldstatic |
| the strings i'm getting back from recv aren't what I thought they would be... On the client side, I... | |
| [5 replies] Last: Ahhhh, ok, you were setting '\0' AT len, not trying to make a new arra... (by firedraco) |
|
|
by Shadow Kurimeki |
| Can someone make a program that accepts a word into a chracter array string variable. Display a c... | |
| [10 replies] Last: try out kasamba. google it. you can hire a programmer to do one time s... (by soldstatic) |
|
|
by sgh |
| hi all i'm trying to make a program to get file information. so i intend to change file to open wi... | |
| [1 reply] : As usually, if you want the api to choose an icon, ask on comp.os.ms-... (by george135) |
|
|
by ky619 |
| Hey, I am confused on what exactly I am doing on this project. I am given 3 files; mystring.h, myst... | |
| [2 replies] Last: yes, your task is completing the rest code when you see "//finish the ... (by tsubusa) |
|
|
by tweak |
| hello all, i was hopeing i could get some help with running a windows system command and getting th... | |
| [3 replies] Last: @tweak U can use _popen for the same. FILE* fp = _popen("... (by DiptenduDas) |
|
|
by sgh |
| Hi all, while i'm working in msvc2005, i had trouble issue. this is how to add toolbar button in t... | |
| [2 replies] Last: thanks george135 i'll try it. (by sgh) |
|
|
by ekw |
| Hello, ive searched many times and i cannot find a solution to my issue. Im creating a program that... | |
| [3 replies] Last: Grey Wolf's suggestion should work. I don't think escaped spaces shoul... (by rpgfan3233) |
|
|
by soldstatic |
| Oy mates, I'm sucking it up lately. This should be a quick solve for someone who knows whats going o... | |
| [4 replies] Last: You could do it that way, although since I used strings, I just used t... (by firedraco) |
|
|
by soldstatic |
| I'm having trouble writing a chat program that is supposed to use sockets. Here is an excerpt of the... | |
| [3 replies] Last: Make sure your entire program is not exiting too, that could be a poss... (by firedraco) |
|
|
by NotmyRealname |
| Hello, I was wondering what the changes were from the win2k api to the winXP api. I found some... | |
| [1 reply] : The links are for 16-bit vs 32-bit API. I have not came across a singl... (by saurabhgarg) |
Registered users can post in this forum.
