Windows Programming

by admin
news Welcome to this board! closed
 
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related...
[no replies]
news wireless router design
 
hey guys i need to design a router which prepare internet for other computers . i mean my computer ...
[2 replies] Last: And please, don't post your questions in different threads. (by Denis)
post Gui Library Suggestion (1,2)
 
hey guys, i just started GUI programming today.. i learned c++ about 2 and a half months ago only wi...
[22 replies] Last: hey thanks everyone. here's my plan, tell me what you think about it. ... (by blackcoder41)
by meesa
solved Windows Programming with C++
 
Where can I find a good tutorial on how to program Window's? An E-book would be even better. I th...
[3 replies] Last: Thanks. I didn't really know what they were called either. (by meesa)
post GetAsyncKeyState -- Case question
 
hi, im doing an app that need to determine the keystroke of the user and the case. but.... it is not...
[1 reply] : GetAsyncKeyState really reports which key on the key board is ... (by guestgulkan)
post how to use PostMessage / SendMessage?
 
hi, i need to send keystrokes an application (including, "enter", "left arrow", "right arrow", etc)....
[1 reply] : Keystrokes are reported to an application's Window Procedure through W... (by freddie1)
post Infinite do{} while(); loop problem
 
I'm trying to write a program that reads input from the user and then performs math on it, using spa...
[4 replies] Last: I'm afraid a lot of us probably avoided this post for the following re... (by computerquip)
by moataz
post create instances from class of dll files
 
hello, :( i am beginner in C++ i want to how import a dll and use the classes in it's library like ...
[2 replies] Last: i am asking ... as general how to create instance from class in a cert... (by moataz)
solved Getting directories that aren't there
 
Hi, I have a function that returns a list of all directories which are in a certain directory. Bu...
[5 replies] Last: What is the point in defining a OS_WINDOWS when the OS itself a... (by magnificence7)
post fullscreen window
 
Hi all, I have problems with creating fullscreen windows. Generally it works, but When I call Get...
[no replies]
question MFC and Visual C++ 2008 express
 
Is there a way to develop MFC applications in the express edition of Visual C++? Simple question. I...
[2 replies] Last: http://en.wikipedia.org/wiki/Microsoft_Foundation_Class_Library It ... (by computerquip)
post File Details
 
Hello, I am looking for a method to read file details/information such as 'Comments', 'Tating', 'Tit...
[1 reply] : favor929, it gives you step by step instructions on what you need to u... (by computerquip)
post How to return the length of an integer input
 
Is it possible to get the length of an integer input? in vb ther is the len function, how about...
[6 replies] Last: Yeah, I should read better, but here you have some example code :P (by magnificence7)
question Trouble with loading Custom Cursor/.cur file.
 
Hello everyone I'm having trouble compiling a .cur file in VC++ 08. What I'm doing is creating a cus...
[no replies]
by tom83
question Win32 Thread Theory - Syncronisation
 
Hello, I have a for loop similar to the one below that executes several functions inside a multi ...
[3 replies] Last: You're right, it unlocks. That's a horrible lock class!. If you ju... (by kbw)
by jcylam
post Anyone know how SHAppBarMessage work in creating autohide?
 
APPBARDATA Keyboardbar = {0}; Keyboardbar.cbSize = sizeof (APPBARDATA); Keyboardbar.hW...
[no replies]
by Null
post Can't get right value from mbr
 
#include <cstdlib> #include <iostream> #include <windows.h> using namespace std; //131 ...
[no replies]
solved Get desktop information (width, height, depth, etc.)
 
I want to try my hand at graphics programming, but I hate writing GUIs. For some reason, thought, th...
[4 replies] Last: BITSPIXEL Number of adjacent color bits for each pixel. ... (by chrisname)
solved Stuck on converting string
 
Hello, I'm making a function to list the directories that exists within the given directory. I'm ...
[3 replies] Last: God! I found the function FindFirstFileA, here I can just fill in the... (by magnificence7)
post C++ software development question for DACAL DC300
 
Dacal's API http://www.dacal.com.tw/api.html In the sample program provided by Dacal's API, SetC...
[no replies]
post C++ & Databases
 
Hey I'm currently developing an application (for windows XP) which will need to store data in a SQL ...
[1 reply] : My favorite database access technology is ODBC direct. The drivers a... (by freddie1)
by Zemalf
post Sockets for a site?
 
Well, I used to script in mIRC and I was able to make a socket script that would basiclly connect th...
[2 replies] Last: You just need to know how dictionary.com finds requests. If it uses GE... (by chrisname)
question How many times can we use for loop
 
How many times can we use for loop in c language..... i heard that there is a limit for using 'FOR ...
[10 replies] Last: No, there is no theoretical limit. The boundary of the data type you u... (by chrisname)
solved Alarm in Sticky Note
 
I'm writing a program like Sticky Note in Windows but I do not know what is the best algorithm for a...
[1 reply] : Store the old time somewhere (.ini, registry, etc.) and check the curr... (by Kiana)
post Making a program register itself to run on start up
 
Hi, I was wondering how I could make a program register itself to run at windows start up. I know ho...
[2 replies] Last: Use the registry [HKEY_CURRENT_USER\Software\Microsoft\Windows\Current... (by Kiana)
post Tutorial
 
I'm looking for a good tutorial for the Windows API in which the code will actually compile in the l...
[7 replies] Last: No problem :) (by DrChill)
question how to print on the selected pixels
 
How to selected the required pixels on the screen(cmd) to glow in c language ..... like for letter ...
[no replies]
post sockets: how to send html file to web browser that display it
 
What i have done so far: I have coded a program that makes a socket and allows a client to connect ...
[1 reply] : A browser already has the page it needs to display. The client only s... (by kbw)
solved Asynchronous winsock server wrapper, CPU lagging.
 
Hello! I am trying to write a Server application wrapper, as I would with any application and I've ...
[no replies]
post Visual C++ CLI need to display the String in an Object
 
Hi all, Have coded in a few differant languages but still have heaps to learn, however I have rec...
[1 reply] : I got the message displayed but with there being so little C++ code on... (by foxfire29)
question Programm dependencies
 
Hi I'm developing programm that uses ADO .NET (System::Data:SQLite) and Microsoft Chart Controls for...
[no replies]
Pages: [1] [2] [3] ... [5]   Archived months: [dec2009]

Registered users can post in this forum.