cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : Windows Programming
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Articles
Lounge
Jobs

-

Windows Programming

news Welcome to this board! closed by admin
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related...
[no replies]
default Problem accessing resource and script file information by Amag
Hi everybody, I'm beginner in C++ windows programming. I'm using Dev-C++ compiler. Does anyone kn...
[no replies]
default how to convert a String to Number or Number to String 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)
default Windows API 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)
default Need a way to find a faster mouse position update 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)
question How to incorporate the Auto hide functionality for my Control Bar in VC 6 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]
default Dialog Font normal in XP but BOLD in VISTA. 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)
default How to insert animated GIF into RichEdit? 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)
default Help! GPA C++ Program that uses 1 function and 2 logical structures. 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)
default how to know if I have the write access right? 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)
default Program Help Needed!! 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)
default do a easy... 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)
default C++ tutors 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)
question Free c++ compilers 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)
question pointer question (should be easy to ans) 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)
default Help editing my C++ Program 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)
default Websites from C++ 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)
default Quiz Help 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)
default Buttons 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)
question Accessing Random Memory :) 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)
default Get seconds from 1970 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)
default send or recv breaking char* on whitespace?? 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)
default HELP!!!! 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)
default dialog for showing icon list 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)
default C++ Project. 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)
default help with system commands 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)
default add dynamic button in Toolbar 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)
default system() command on vista 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)
default switch case blues: case? (should be quick solver) 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)
default behaviour of sockets 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)
default Windows API win2k vs winXP 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)
Pages: [1] [2] [3]   Archived months: [mar2008]

Registered users can post in this forum.
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? - contact us