Windows Programming - June 2009 (Page 3)

how to get the computer setting of time zone
 
how to get the computer setting of time zone ? GMT +4, GMT -6 etc
[1 reply] : Win32: GetTimeZoneInformation () http://www.google.com/search?btnI=1... (by Duthomhas)
by MrCode
GDI Mandelbrot Set generator not working... (1,2)
 
I'm trying to create a Mandelbrot Set generator based on the pseudocode from the Wikipedia article. ...
[21 replies] Last: Err, well, I'm now trying to implement zooming on the spot with the mo... (by MrCode)
how to let a string value be the entire contents of .txt
 
how to let a string value be the entire contents of .txt string g = all the contents of happy.txt...
[7 replies] Last: Thanks veey much, Duoas, you show 4 alternative methods.. my .txt i... (by chiwing)
Implement irc with a c++program
 
does anyone have a tutorial on how to this or can point me to one its important and i have a deadlin...
[no replies]
by rain
How to change ICON of C++ console application
 
I wand change this program's Icon. I have my own *.ico file, now how I can compile that soruce wi...
[4 replies] Last: As Dodle said you need to use windres: windres -i resources.rc -o res... (by Null)
chat program
 
I need to make a custom chat program that requests info from a php script and reads and writes from ...
[3 replies] Last: If your trying to make an IRC or IM type of application, I suggest a m... (by closed account S6k9GNh0)
how many characters can wchar and char have?
 
how many characters can wchar and char have in win32? how many characters can wchar and char have...
[7 replies] Last: There isn't a maximum length for variable names in C++ The rest of ... (by Hammurabi)
ascii don't need to convert ?
 
can i do this? the Ascii of A to Z is 65 - 90 for int (i= 65; i<=90;i++ ) { char...
[3 replies] Last: Except on non-ASCII systems... (like old IBM mainframes and the like -... (by Duthomhas)
WIN 32 GUI
 
So this morning i have decided to jump into Windows Programming and my task today is to create a ful...
[6 replies] Last: Semantics. A case label is just that: a label. Nothing more than a ... (by Duthomhas)
how to get disk properties?
 
2 aim that i want to achieve 1) get disk properties, i want to find out a disk C: D: E: etc , whi...
[3 replies] Last: To get the current windows directory, use GetWindowsDirectory (). ht... (by Duthomhas)
wchar_t VS string
 
what's the different between wchar_t and string? thanks
[7 replies] Last: What about char c = '1234'; Bwah hah ha hah haaah! BTW. Don'... (by Duthomhas)
how to specific the path of _wfopen?
 
how to specific the path of _wfopen? i want to open a file in C:\Programs File\Success\expt\happy...
[6 replies] Last: fopen is the ANSI C standard function for opening a file. _wfopen i... (by kbw)
by Dodle
Finding HOMEPATH - WinXP
 
I want to be able to access C:\Documents and Settings\Username, which under Environment Variables is...
[7 replies] Last: Never use environment variables (can be changed...) I'd say that's g... (by Duthomhas)
what need to type for the first parameter of _wfopen_s
 
what need to type for the first parameter of _wfopen_s http://msdn.microsoft.com/en-us/library/z...
[2 replies] Last: sorry again it solve by myself pFile = fopen( "stable.mq4", "r" ) ... (by chiwing)
serial port to poll on request
 
I currently have two programs("reading" and "writing") and each program run on one PC to do textfile...
[no replies]
by tition
Looking for advice on pausing a thread
 
Hi all, I am running a rather slow computation and I want to pause it. In the moment, I achieve t...
[3 replies] Last: Will that slow down the thread's performance? I don't think so. I... (by Hammurabi)
Send message from C# to C++
 
Hello, I have two applications, one c# and another c++. I want the c# one to run the c++ applica...
[2 replies] Last: You will probably want to read up on .net remoting ,IPC, Pipes, etc. ... (by closed account z05DSL3A)
by simov
How to convert a VARIANT buffer to a byte buffer?
 
Hello, I have an ActiveX control that provides such method: void GetCurrentImage(long theFor...
[1 reply] : http://en.wikipedia.org/wiki/Variant_type Variant can be many thing... (by closed account S6k9GNh0)
retrieving file version information
 
In an app i'm working on, I want the application's version to be displayed on a status bar at the bo...
[3 replies] Last: Your welcome. Actually, I looked for a code snippet like yours. I solv... (by frhm)
MFC DIALOG TEXTBOX
 
So today i started my First MFC dialog based application. I have done Win32 GUI & Forms Programming,...
[2 replies] Last: *******EDIT********* Ok i figured it out, im stupid and wasnt setting... (by jloundy)
June 2009 Pages: 12345
  Archived months: [may2009] [jul2009]

This is an archived page. To post a new message, go to the current page.