
please wait
by ty98
dialog commands
|
I need to know how to use the checkbox command. do you have eny ideas? |
May 18, 2011 at 6:00am
[1 reply] : http://lmgtfy.com/?q=msdn+checkbox (by kbw)
|
by marianoc
Get USB ports list
|
Hi! I've been searching all over the net with no positive results, so I hope anyone here can help me! I have written some code in which I get simple electro... |
May 17, 2011 at 6:11pm
[3 replies] Last: Let me see if I understand you : You are sending a pulse directly u... (by guestgulkan)
|
by tkirk
problem with Allegro
|
I was following a tutorial on coding in Allegro and for some reason my program crashes every time I run it. FONT *font1 = load_font ("font1.pcx", NULL, NULL);... |
May 17, 2011 at 9:12am
[1 reply] : Hello,I am a ALLEGRO beginner user. I have a question to ask you. Did ... (by kennedywai)
|
by thenewguy
getline in CLR
|
If I have a textbox1 with the text: This is line one This is line two This is line three what would be the syntax for: textBox2->Text = Line-Two-Of-... |
May 17, 2011 at 8:11am
[1 reply] : You need to extract the text: http://msdn.microsoft.com/en-us/library/... (by kbw)
|
by Lamblion
Splash Screen
|
I've created a splash screen, and works very well, but I was wondering if this is the way it's usually done. To wit -- I use hwnd=CreateDialog() at the begin... |
May 16, 2011 at 9:01pm
[4 replies] Last: I haven't ever used a splash screen outside of C#, and that was a long... (by anonymous23323124)
|
by squishy
Error with my directX program
|
OK I've run into a new error, I did fix all my program before (it didn't draw but it didn't break either haha), the error I get is either an access writing loca... |
May 16, 2011 at 5:06pm
[3 replies] Last: Thanks so much kaije :), that happened to be the problem, this is kind... (by squishy)
|
Reading input data files? |
Hi Everyone, I'm good at writing algorithms... I took C++ for engineers, but now I'm in the business world and I am struggling reading in data files. I am d... |
May 16, 2011 at 3:41pm
[5 replies] Last: thank copy works great, and you were correct about the unxutils as wel... (by anewcreation84)
|
by sloumanaw
error connexion with NIC card using winpcap
|
Hello, i'am developping an application with Visual C++ 2010 on windows 7, i want to sent packets and receive the same packets using winpcap libraries. i'am w... |
May 16, 2011 at 3:19pm
[no replies]
|
passing by reference |
Hi, I'm new at C++ and I'm working with someone else's data structure. I've been using Visual C++ 2010 Express. I've had to create objects using their cons... |
May 16, 2011 at 11:41am
[1 reply] : Please use [co de][/co de] tags to show code, like this: someother... (by webJose)
|
by newone455
disable images in webbrowser? CLI
|
How to disable loading images in webbrowser? CLI Windows form application. |
May 16, 2011 at 8:26am
[no replies]
|
by Marder
Access to Driver Memory
|
Hi, I would like C/C++ code to access memory that is set in a driver. This is a PCI card that accesses the dual-port memory of a microcontroller. There... |
May 15, 2011 at 3:22pm
[2 replies] Last: Reverse engineering is no simple task, it takes years to even be funct... (by Computergeek01)
|
How to remove the icon in the upper left? |
Hello, I'm writing a small application and was wondering if anyone knew how to remove the the little icon in the upper left corner of the window. Here's an imag... |
May 15, 2011 at 6:41am
[1 reply] : Make a fully transparent icon using Photoshop or whatever and use that... (by modoran)
|
by garrido
Threads and sharing a window
|
Hi I'm programming a GUI for video procesing. In a thread I do the whole process. But I cannot access to the form(window) in the threadfunction back to show th... |
May 15, 2011 at 4:54am
[2 replies] Last: Only one thread can own a window handle. From worker thread SendMessag... (by modoran)
|
by sjhaw
Can Borland C++ create a standard Windows DLL from .lib file?
|
Can Borland C++ (version 4.5) create a standard Windows DLL from functions in the *.lib files? |
May 15, 2011 at 4:44am
[1 reply] : There is no way to create a binary DLL or EXE from a import library. (by modoran)
|
by chathura666
winAPI hello world won't quit !
|
OK i just started learning the Win API, this is the first code i wrote by referring some various tutorials i found in the internet... i have a problem, the... |
May 15, 2011 at 1:53am
[2 replies] Last: Remove the "break" statement after WM_CLOSE so that it falls through t... (by Lamblion)
|
by ty98
dialog
|
i need to know how to use the dialog. i know how to make the dialog. i just need to know how to make the program use it. do you have eny ideas? |
May 15, 2011 at 1:48am
[4 replies] Last: After you create the dialog you usually acess it through the WM_COMMAN... (by Lamblion)
|
by chathura666
is uising windows.h bad? not efficient?
|
I had been using C language for sometime and now i want to do some work in C++ & Windows for doing some tests with directX and OpenGL... i need them to be ... |
May 14, 2011 at 2:13pm
[10 replies] Last: Just to clarify, freddie1 is describing DLL's when he says ...code ... (by Computergeek01)
|
by stilianos
c++ File Holder
|
I had posted this in the c++ forum but they told me to move it. Hi, I'm a new member to this forum and I joined because I'm having some problems finding info... |
May 14, 2011 at 7:08am
[4 replies] Last: Maybe if you can create a user account at install time for it to run a... (by naraku9333)
|
by DSTR3
MYSQL
|
I'm running a query off a very small MYSQL db. The query returns either "1" if the record is there or "0" if it is not. From there I have an if statement to p... |
May 13, 2011 at 11:35pm
[no replies]
|
by starface245
Manifest file from exe
|
I'm trying to get manifest file from windows .exe program. Is there a way to get a manifest file from .exe file? or Do I have to create one? If I have to ... |
May 13, 2011 at 8:29pm
[4 replies] Last: A manifest file is just an XML formatted file which can be stored in e... (by modoran)
|