Windows Programming - January 2013 (Page 3)

RegisterClassEx fails
 
I'm setting up a window class and registering, like so: WNDCLASSEX wcBigWnd; LRESULT CALLBACK mainWindow (HWND,UINT,WPARAM,LPARAM); int APIENTRY WinMain (HIN...
[4 replies] Last: That was the problem after all. Thanks people for your input! (by theranga)
Nested menus
 
I have started working on an app that needs multiple levels of nested menus created from a left click on the app's icon in the taskbar's status area. From what...
[no replies]
please help me.........
 
thread Close........ :)
[1 reply] : http://www.cplusplus.com/articles/jLzyhbRD/ (by Zaita)
Visual Studio C++ question / ranting
 
Today i had a really simple test at school. Read from a file, one line at a time and then search for a particular string in the line. if the string is found out...
[5 replies] Last: find works just fine. So do forward slashes in path names. Have you ... (by cire)
Developer's Workshop to COM and ATL 3.0
 
Is this book still relevant considering it was published in 2000 and uses Visual C++ 6.0? I don't expect to fully learn COM but many api's use COM interfaces an...
[3 replies] Last: I'm guessing yes. I don't do anything special with graphics, so GDI i... (by freddie1)
by rudy01
Visual C++ Thread
 
Hello All, I am not an expert in C++ programmer, but I have done some simple programming before. I would really appreciate some help. I have written a .NET...
[5 replies] Last: I'm sorry, I didn't notice this was in the Windows development forum. ... (by LB)
by flony1
command line
 
Hello friends, I have a question. I want to spend the characteristics of a project to another. reading on the web, can be done using "command line". the offi...
[1 reply] : http://subefotos.com/ver/?6c681fa09da6743f9992e22d172c3896o.jpg#codigo... (by flony1)
by jekyee
How to make ExecDosCmd() run correctly in the background
 
I'm writing ExecDosCmd() to execute dos commands and get output. It works well,howerver, when the following line is added to make the programme run in the backg...
[2 replies] Last: I want the application( as client) to run in the background on window... (by jekyee)
DHCP Client for Windows?
 
Hi, Is there any DHCP Client(stack, lib etc.) exists for Windows PC platform? If not is it possible/logical to implement it? Thanks in advance
[2 replies] Last: Hi again, Built-in Windows DHCP Client requires Windows Server 200x ... (by zgulser)
by Elidor
Getting Started Help
 
Ok, so first and foremost I'd like to say I know of the following resources: http://www.winprog.org/tutorial/ http://msdn.microsoft.com/en-us/library/ee663266...
[1 reply] : Petzold wrote 6th edition of his book to cover Windows 8 (in C#). The ... (by JockX)
Changing the text of a label
 
I've been trying to work out how to change the text on a windows form label to a variable from another class. What should happen The user inputs Text into a f...
[no replies]
struct initialization to zeros like so {};
 
I've been seeing this sort of thing only fairly recently it seems ... WNDCLASSEX wc={}; How long has this been legal? Is it some recent extension t...
[3 replies] Last: Here's the output from that, by thev way. The 1 - 15 numbers with not... (by freddie1)
ISAPI Filter - ODBC
 
Can you make an ODBC connection to an SQL Server DB in "HttpFilterProc "? ODBC Name = USER I need to so a select address from users; and put this address...
[1 reply] : Do you suggest I move this to different forum. The "httpfilterproc" i... (by knighjl)
HELP: how to load satellite DLL for a DLL
 
I have a Visual C++ workspace that has 2 projects (1 exe & 1 DLL). I used Serge Wautier's tutorial ( http://www.codeproject.com/Articles/11731/Resource-DLLs...
[3 replies] Last: I think I got it working: From VC2005 there's a function called AddRe... (by andwan0)
Show/Hide controls based on Multiselect Listbox
 
Hi, I am new to windows form based application. I am designing a windows from with a multiselect listbox and textboxes. I have to show and hide textboxes based...
[1 reply] : Considering that no one has replied to this since you've posted it abo... (by Factors)
error
 
Hi, I am Subhamita.I am facing some problem in doing c programming. I am using Visual C 6 with windows 7 environment. After running 2000 iteration sucessesfully...
[7 replies] Last: You've likely got an out of bounds array access problem, or a pointer ... (by freddie1)
How enter a password using C++ code
 
I have a password protected executable file in .zip format. Now I have given the following command to open this file system("start e:\\Terminal.zip\\Terminal....
[1 reply] : You need to look at the parameters for the executable you're running t... (by Zaita)
by x y
Writing VLAN program from scratch
 
Hi guys. A while back I played around with a few VLAN programs trying to play a pirated game with a friend; COD Zombies. We could not fool the computers into th...
[1 reply] : Just set up a VPN between you and your friend. (by Zaita)
Handling msgs on form level
 
Hi, I am developing a program where I create window that containing few control (buttons, editbox, textbox). I need to handle the messages in the main windo...
[4 replies] Last: Thx modoran.. Issue solved as you suggested Regards (by ahbazzi)
by MW93i
Rescaling an image...
 
Hey... I appear to have a problem.. My program seems to crash everytime I get to a certain point, it runs fine.. This is the code..... void scaleImage (ICAI...
[1 reply] : You allow scaling up, meaning x_ratio and y_ratio can go over 1. I... (by JockX)
January 2013 Pages: 12345... 8
  Archived months: [dec2012] [feb2013]

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