[try Beta version]
Not logged in

Windows Programming - February 2011 (Page 5)

Multiple Declarations in Windows.h
Hi Everyone, I have an issue getting certain headers from the Win32 API to work together. Even when ...
Feb 8, 2011 at 6:45pm
[2 replies] Last: Yeah, that "COM Crap" is what I'm trying to work with\learn, and I'm s... (by Computergeek01)
creating header files
Hi ,I am new to this forum and hope someone help me. My question is about how can I make a header f...
Feb 8, 2011 at 12:32pm
[1 reply] : Compile it as a (static or dynamic) library, so you can distribute it ... (by Bazzy)
Which way should i draw a BMP/JPG
Which way is the simplest to show a BMP/JPG on the entire client area...BUT!, to keep the window dra...
Feb 7, 2011 at 4:36pm
[5 replies] Last: Load your bitmap in maybe winmain or WM_CREATE. // load our bitmap ... (by blackcoder41)
WinSocket tutorial
Does anyone know a good book or tutorial about windows socket programing? I can't find anything goo...
Feb 7, 2011 at 10:56am
[2 replies] Last: This is great tutorial ,but it using linux, not windows. http://www.r... (by holtaf)
read a homepage
Hello i have this code i´m newbie i want to read a homepage in this window instead of the hello te...
Feb 6, 2011 at 10:37pm
[3 replies] Last: Thats what I was referring too but i've never use it so I wont talk ab... (by closed account 3pj6b7Xj)
by Gerd
how to rewrite a standard C++ code in C++/CLI
Hello, How is it possible to rewrite a code with standard C++ pointers to C++/CLI. I have a tree...
Feb 6, 2011 at 8:20pm
[no replies]
by gilit2
call c++ from c#
what is the techniuqe to call c++ functions from c# ? I need code example for it , to see h...
Feb 6, 2011 at 6:31pm
[1 reply] : This question would be more appropriate on a C# forum (by Bazzy)
by gilit2
win FORM app - How do I connect it to my software
Hi I have a c++ software. I use visual studio express 2010. I want to use forms to enter the ...
Feb 6, 2011 at 6:02am
[4 replies] Last: The question was using winform . regarding the refering to the contro... (by gilit2)
Convert Binary String to Hex String
Ok, I've searched on google for a few hours now, and nothing is working how I want it to. I have ...
Feb 6, 2011 at 12:14am
[4 replies] Last: Thanks guys, will test them when I can. (by some random dude)
Question
How i can use USB with c++ or c ?????
Feb 5, 2011 at 9:54pm
[2 replies] Last: http://msdn.microsoft.com/en-us/library/ff540196(v=VS.85).aspx --- See... (by closed account 3pj6b7Xj)
Make a windows app. + random number prob
Okay so I'm making a variant on the game called 30 seconds, but the only thing the program I'm makin...
Feb 5, 2011 at 9:08pm
[3 replies] Last: Oh sorry (by holtaf)
Direct3D success!! My first rotating teapot!
I was having tons of problems trying to figure out materials and lighting under Direct3D9, last nigh...
Feb 5, 2011 at 7:57pm
[2 replies] Last: The MinGW compiler with the DevPak for Dev-C++. I created a fake Dev-C... (by closed account 3pj6b7Xj)
New NotePad Document
Okay, im making a program where you enter some text, and then the text you entered is stored in a ne...
Feb 5, 2011 at 5:08pm
[1 reply] : You can use fstream example #include<fstream> using namespace s... (by holtaf)
by fortis
Window Redraw
I wrote a program which gets an image from the clipboard and draw's it inside the program window.But...
Feb 5, 2011 at 12:29am
[2 replies] Last: WM_DRAW message ?? The follwing worked for me. case WM_PAINT: ... (by guestgulkan)
Create stylish windows (transparency, fancy buttons)
Hi, I'm using C++ without MFC nor ATL, to create a popup, opening from a DLL loaded in Internet E...
Feb 4, 2011 at 4:11pm
[2 replies] Last: Thanks for the reply. I tested what they indicate in the link you ... (by vjrabanelly)
Incremental Backup by detecting modified Blocks
Can anybody help with different approaches identifying modified disk blocks in a filesystem? Is ther...
Feb 4, 2011 at 4:49am
[3 replies] Last: Thanks!! I want to detct the modified backups since last backup(ful... (by Vrushali)
WM_KEYDOWN from a editbox? Get the key?
Hi I am trying to get the specific key that's pressed when a editbox have the focus or gets the...
Feb 3, 2011 at 11:17pm
[13 replies] Last: right about the cpu power but if you control it the right way you shou... (by closed account 3pj6b7Xj)
setting the mouse speed
Does anyone know a function to slow down the mouse?
Feb 3, 2011 at 5:33pm
[1 reply] : That would be SystemParametersInfo (with the action SPI_SETMOUSESPEED)... (by Athar)
Access token from account name or SID
Hi, I have a service that eventually needs to place some files in application data directories assoc...
Feb 3, 2011 at 1:56pm
[no replies]
Defference between 'WaitForSingleObject' and 'EnterCriticalSection' functions?
Please tell me the Defference between 'WaitForSingleObject' and 'EnterCriticalSection' functions. I...
Feb 3, 2011 at 10:12am
[1 reply] : WaitForSingleObject waits for a synchronisataion object to be signalle... (by kbw)
February 2011 Pages: 1... 3456
  Archived months: [jan2011] [mar2011]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.