Windows Programming - March 2009

Detecting memory leak in complicating source code
 
Hello everyone, I'am trying to run a code which performs continuously min-cuts to a graph until i...
[4 replies] Last: use this function at the end of your code. secondly, if you read abou... (by writetonsharma)
win32api
 
ok first off, I'm totally new to windows programming and am looking to learn the windows api. everyt...
[3 replies] Last: Read MSDN, Petzold, Richter, Russinovich books and Win32 api group for... (by george135)
by tattva
[Win Api]Problem with list box
 
Hello I have some listbox with few elements. For example like this: ListBox: Name1 Name2 ...
[1 reply] : this message will come in WM_COMMAND, see msdn for this. if this is t... (by writetonsharma)
createWindowEx problem
 
Hey, I'm a newbee to windows-programming in C++, and I just tried to create a window, which doesn't ...
[5 replies] Last: Oh yeah, the WndProc should pass on unused messages to the default... (by guestgulkan)
MFC linker error LNK1120???
 
I've got another problem with visual studio 05 and trying to program in MFC!! First problem is solv...
[1 reply] : You need to post the full error message, including all the unresolved ... (by kbw)
problem with .... const char [10]' to 'LPCTSTR
 
I have just started programming in MFC and was given a tutorial by my lecturer, unfortunately the ve...
[2 replies] Last: yeah that worked thanks very much though got another problem here: h... (by cstudent)
by Kray
Clipboard error
 
I'm trying to write a Windows editor using c/c++. Everything I've done so far works well. Except the...
[4 replies] Last: code looks fine.. not able to find anything wrong.. :( do you have an... (by writetonsharma)
outfile in VC++ 2005 Express Edition
 
I am using VC++ 2005 Express Edition. I am trying to write the values of three textboxes and a date ...
[7 replies] Last: i figured out how to convert the values to strings but I still get the... (by justinformed)
What's the problem
 
Private Sub Parametri() Dim ladoRs As ADODB.Recordset Dim lstrSql As String Set lado...
[2 replies] Last: Double posting after being told that this is not a VB forum is worse a... (by RaptorX)
How to get the flags set during the creation of an imagelist ?
 
Hi! I use this code to create the image list: HIMAGELIST hImageList = ImageList_Create(16,16,I...
[1 reply] : I'm not sure what you are trying to do. If you want the value of the ... (by Kray)
by Gaylle
please correct my source code
 
my answers are wrong. dont know what is wrong with the code though there are no build errors. ...
[2 replies] Last: change \n to endl; you dont have to post your problem in each forum... (by writetonsharma)
HTMLEditor hosted in C++/ATL application
 
I am looking for an easy to use component to use in my dialog-based C++/ATL window application for p...
[no replies]
by Gregor
Overwriting some (WM_PAINT) of DefWindowProc()
 
Hello I want to create a graphic interface using opengl. When I try to handle WM_PAINT in my pr...
[2 replies] Last: i havent written anything...kinda on halt... { if(active){{ }... (by Gregor)
Custom dropdown window
 
How do I create windows like combobox dropdown list or popup menu? I need one to implement autocomp...
[2 replies] Last: create a dialog and fix a combo box in that.. create dialog with templ... (by writetonsharma)
Datatransfer multithreads
 
I would like to create a new thread with the MFC in Visual Studio, and transfer data of this created...
[no replies]
C++/CLI: make toolstripbuttons behave like radio buttons
 
I have been trying to build a toolstrip with ten buttons which act like radio buttons. In other word...
[1 reply] : For anyone interested later, the solution was to use dynamic casting: ... (by whizard)
beginner's questions about compiling on mac and windows
 
i have created a simple tictactoe game using xcode on the mac and copiled it, and it works fine. bu...
[1 reply] : What errors do you have? (by Bazzy)
by rain
How to wait until window with given title is activated?
 
How to wait until window with given title is activated? I want my program wait until window with...
[3 replies] Last: even if you dont have any class name for that window you can use NULL ... (by writetonsharma)
use createfile to write to ports?
 
trying to figure out how exactly i can write hex values (ex 0x3) to my computers lpt1 without using ...
[2 replies] Last: you are correct on both of your assumptions... sorry wrote it right be... (by gen1mx6)
How to Compile in windows?
 
hey everybody, I just started with C++, but i don't get lessons in it, i try to do a self study. I...
[2 replies] Last: ok, thnx!!! (by Thorgil)
March 2009 Pages: 123
  Archived months: [feb2009] [apr2009]

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