Windows Programming - June 2010 (Page 4)

Hide Console
 
Hello, ive made a console program and now i want to run it in the background so nothing appeard o...
[11 replies] Last: @Albatross of course i did @all thanks for helping me, my probl... (by closed account G26pX9L8)
additional dependencies in MSVS C++ project
 
I have a large C++ project that has three minor additional dependencies: Fortran, flex and bison. Th...
[1 reply] : There are pre/post build event steps that you can insert instructions ... (by kbw)
Hilo - Rich Windows applications using C++
 
Just wanted to bring to everyone's notice the following blog post on the Visual C++ blog: http://bl...
[1 reply] : This is very interesting! Thank you for posting this. (by Vexer)
Visual c++ 2008 express or 2010 express?
 
I'm not sure which one to take. I'll buy a book soon, i heard charles petzold is good. Are there bre...
[9 replies] Last: Pointers are definitely one of the more complex features of C++, but t... (by Vexer)
Clearing textboxes with button click
 
Hi guys, I'm trying to make some textboxes be cleared in my Windows Form with a single button click,...
[6 replies] Last: Hi, I used your code and it worked as well. Saved me a lot of space in... (by meepokman)
by vkinra
GDI issue: Drawing grayscale bitmap from pixel intensity byte array
 
Hi, I am reading some image data out of a camera pixels and have extracted the raw pixel intensit...
[no replies]
Getting Real Time Information
 
Hello.. I am an intermediate c++ programmer and currently using Visual C++. I want to write a pro...
[8 replies] Last: @muktoshuvro: Please do not hijack other peoples threads, start your ... (by cnoeval)
Responding to Windows Forms
 
Hello all, I'm writing an installer of sorts for some custom software. There are a couple things...
[1 reply] : http://msdn.microsoft.com/en-us/library/ms684847(v=VS.85).aspx Plea... (by Computergeek01)
by vivmen
How To Export A class From Dll
 
Hello All i can export a class from dll with implicit linking, however i face a problem when i...
[15 replies] Last: i think this will work for me thanks kbw , thanks to all. (by vivmen)
Radio button problem
 
Hi guys, I seem to have a small problem with my windows form application. Upon starting up the progr...
[1 reply] : Override the CzebraDlg::OnInitDialog() method and select the radio but... (by jrohde)
error LNK2019
 
Here are the errors, Note I had to remove several referenced errors due to length of the post: Err...
[6 replies] Last: I can search all files, should I post a link to source code ? Andno I ... (by dextermovies)
WinAPI newbie
 
So I took the advice of the replies in my first thread on where to start with Windows API so I got m...
[3 replies] Last: Quick note: when you run into a data type that ends with a "_t" suffix... (by jrohde)
Need assistance for beginner
 
Ok, I went through a bunch of threads and tutorials. I just finished reading a basic C++ book that t...
[6 replies] Last: First time poster, long time lurker :) I would just like to echo th... (by hawkoftheeye)
Realtime programming in C++
 
I need some information on real time programming in c++. Give me some information on this topics.
[2 replies] Last: Although C++ is very fast and efficient making it a good choice for re... (by cnoeval)
fatal error LNK1136
 
Dear All, I am trying to send commands to RGB Controller in vc++ under windows XP. When i build ...
[1 reply] : I have no idea. But maybe if you have access to .lib codes you may rec... (by siavoshkc)
Bypassing Administrators Permission to Save a File through C++ in the C Drive
 
Hello new to the forums, Anyways I have a C++ code that can access a file then copy it and save i...
[1 reply] : Maybe running your app with elevated privilege would help. (by siavoshkc)
Console vs Win32
 
Hello all, I'm now learning C++ in console, but once i get the hang of it, i'd like to move one t...
[2 replies] Last: If you learn programming very well in console. Win32 will be peace of ... (by siavoshkc)
CreateFile
 
Hey guys, I am trying to access a serial port using the CreateFile Functions as thus this->hcomm...
[1 reply] : I don't remember any instance where a thread is implicitly created by ... (by siavoshkc)
Detecting a word
 
Hello, ive a little question. how do I know if a given word in a sentence, so I then can perform ...
[4 replies] Last: OK, tnx all. I'm going to work tonight and then I will let you know mo... (by closed account G26pX9L8)
by jrohde
CDocument destructor not called in SDI app
 
Hello, This problem actually stemmed from a bigger project, but I created a bare-bones MFC projec...
[no replies]
June 2010 Pages: 1234
  Archived months: [may2010] [jul2010]

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