Windows Programming - July 2012 (Page 6)

Last 4 Digits of SSN
 
Hey Guys, I need MAJOR help. I'm a C++ noob and I need to find out the code to read the last 4 digits of an SSN from a file. Thank so much.
[8 replies] Last: Ok I found a solution to my problem that, I think, may help you.... F... (by ajbernabeo)
by ahcfan
Export class member functions & data from DLL
 
If the class definition is in a header which is included in my project but the implementation is in a DLL then how would I make sure everything is properly expo...
[1 reply] : http://msdn.microsoft.com/en-us/library/a90k134d(VS.80).aspx (by webJose)
WSAEWOULDBLOCK error
 
hi all :) Im having trouble with this error (WSAEWOULDBLOCK). It would be better if I start with the code which is: Ive got a loop (its not really loop, but i...
[8 replies] Last: Ive looked at that article, but since I didnt understand much of the c... (by julof26)
by PacR
Visual C++ 2010 - Windows Froms Application & WinPcap
 
Hello i am trying to make a packet capture application similar to Wireshark with visual C++ 2010 - Windows Forms Application but i cant find any tutorials how...
[12 replies] Last: You can use You can use Visual Studio built in resource editor for a ... (by PacR)
Help to find a microphone clicker code
 
I need a code for a button that click on the hands free button when it's available in a chat room
[1 reply] : Sounds like you want to automate a user interface. Read about UI Auto... (by webJose)
keyboard input
 
Is it possible to get the keyboard input every step in the program loop? When I try WM_KEYDOWN I get the "writing delay". I don't want that.
[2 replies] Last: That might do. I'll give it a try. (by en liten kille)
how to put libraries in a window??
 
hi there im a new c++ programmer and i have a qustion,(im not an english speaker so beware), im planning to make a 3d editor/viewer like blender3d, ogre3d, 3ds ...
[1 reply] : Well, you're going quite fast. First, choose: From scratch or from an ... (by S G H)
Getting text from an edit box
 
How can I access the text from edit box? I create it like this: //Global HWND EditBox; //WndProc case WM_CREATE: { //buttons,editboxes...EditBox=CreateWindow...
[5 replies] Last: WM_COMMAND for controls like Edit boxes are also handy because they ca... (by Texan40)
Using tab to navigate
 
So I made an app, now everything works fine, except when you press the TAB key the error sound is played. That's not the problem, the problem is nothing besides...
[10 replies] Last: WS_TABSTOP for edit boxes or the whole window? For the parent (main... (by modoran)
Vec3f not defined
 
I am trying to create a vector<Vec3f> in Visual C++ 2010, but somehow the compiler keeps telling me it doesn't know what Vec3f is. I have the following include...
[2 replies] Last: Well, that was the main problem, I didn't have a clue where the damn t... (by mjepson)
LPWSTR to std::string
 
The win32 api mostly uses the wchar_t and LPWSTR stuff to work with, and those types are incompatible with std::string(or so it seems) so now how could I simply...
[15 replies] Last: Files (and other communication) are best in UTF-8, since there are no ... (by Cubbi)
Getting call to UPDATE_COMMAND_UI in case of toolbar
 
Hi, I have a dialog in MFC application, which was having menu-bar. Now I have created a toolbar in that dialog using the same command which was in the menu-b...
[no replies]
Please help me(
 
Hello Everybody!!! Can anyone help me with my problem in C++, I've got window, which written with code. In my window located buttons("New Game", "Set Player" .....
[2 replies] Last: You could design a new dialog box and present it there. If you want s... (by webJose)
GDI drawing in picture control
 
Hello there I have an MFC-application where I've put a picture control in the form-dialog. I am drawing a graph in it and everything works fine except that t...
[2 replies] Last: Well, MFC is pretty ancient/outdated. There're much better GUI API's o... (by coder777)
I need to invoke other exe programme in my project.
 
In my project,I need invoke other exe programme.which function should I use,and How to use it? My develop platform is vs2010.
[1 reply] : You would use CreateProcess() or ShellExecute() or ShellExecuteEx(). (by webJose)
A guide or survey on software integration techniques
 
Hi, As a part of our project's analytical phase, I am doing a research on the methods of putting some software pieces together in a unified user interface. We ...
[1 reply] : I don't think that there's actually a best or even better solution for... (by coder777)
I need a way to capture keys when app's out of focus.
 
In windows the GetAsyncKeyState() returns a boolean depending on whether the key value passed to it is pressed. However this is for the KEYS and not for CHARact...
[1 reply] : The easiest way to receive characters is to process a WM_CHAR message ... (by Abramus)
Problem with Panel
 
Hello Everybody!!! I started new game (Sea Battle) with code. But I have a problem! I have buttons in my game ("New Game", "Set Player" ... and so on) ...
[5 replies] Last: if(LOWORD(wParam) == ID_BUTTON1){ //Here I want to show next Pane... (by maximus110496)
SOCKS5 Proxy through TOR
 
So this amazing idea came to me when I was starting out my idea for same application. My Idea is to create an application that all data goes through TOR. Afte...
[3 replies] Last: [quote=Tezzsun]Second, I have no idea how to make TOR launch in the ba... (by dunmerthief)
visual studio 2010 noob
 
In microsoft visual studio 2010 I want to use a command line to run my program and compile it. also the program I am working on right now is supposed to read a ...
[5 replies] Last: You can go to view->Other Windows->Command Window, and you will have a... (by htirwin)
July 2012 Pages: 1... 4567
  Archived months: [jun2012] [aug2012]

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