
please wait
by Dylan8
OPENFILENAME / Replacing Char Array
|
Hi Guys, I'm trying to grab a file path through windows' OPENFILENAME then load it with fopen. One problem: Windows returns the path as 'C:\Users\Dylan\Do... |
Apr 7, 2011 at 1:01am
[4 replies] Last: Thanks everyone - It works now. (by Dylan8)
|
by blizzard004
Methods for Windows Form Application C++
|
Guys. Can Anyone tell me about methods used in Windows Form Application in C++/CLI and a simple example too. Pls. send me tutorial links. too. Im a newbie... |
Apr 6, 2011 at 5:42pm
[4 replies] Last: Okay, by the sound if it you are not, necessarily, committed to the ma... (by closed account z05DSL3A)
|
by TheAmitKumar
How to get/set text of a textbox in VC++ ?
|
I have created a textbox in VC++ using following code. .. HWND ehnd = CreateWindow(TEXT("edit"), TEXT("Enter your text here"), WS_VISIBLE |WS_CHILD, ... |
Apr 6, 2011 at 4:45am
[3 replies] Last: thanks . . .. . (by TheAmitKumar)
|
by madman
How do I pass a delegate to a constructor
|
I searched for answers to this but can not find enough detail. Be patient, I'm a beginner using Visual C++. I have created a desktop gui program using Visual C+... |
Apr 5, 2011 at 9:40pm
[10 replies] Last: Hanst, It was not meant as a dig at you, just reenforcing the points t... (by closed account z05DSL3A)
|
by WetCode
How do I Download a file ?
|
Hey how do i download a file from a web page and store it in some pre selected folder. Using coonsole Program. I`am a noob so sorry if this is common knowlege.... |
Apr 4, 2011 at 8:24pm
[6 replies] Last: For a straight one time download HTML is easier, cleaner and supporte... (by Computergeek01)
|
by blizzard004
Windows Form application: generate random num.
|
I'm new at C++ and I'm doing a project using the " windows form application " in C++ . Can anyone tell me how to generate random numbers. My idea is that when ... |
Apr 4, 2011 at 2:45pm
[5 replies] Last: errm...yeah...or not. (by closed account z05DSL3A)
|
by ty98
how to disabil task maniger
|
I need to know how how to not alow the user to use task maniger. do you have eny ideas ? |
Apr 3, 2011 at 11:04pm
[13 replies] Last: That's cool I'll try that ! (by ty98)
|
by boson
storing the data ?
|
Hello there, I am tring to teatch myself to program in c++ and by now I am not an absolute novice, but I still have got a massive gaps, obviosly. Here is my ... |
Apr 3, 2011 at 6:39pm
[3 replies] Last: Alrigth, thank you for your help guys (by boson)
|
by raghav92
I wanted to multiply 2 matrices ,but using parallel programming concepts.
|
I wanted to multiply 2 matrices ,but using parallel programming concepts. can you please,help me by giving me a sample code for this ??? |
Apr 3, 2011 at 3:36pm
[3 replies] Last: If you want something that's easy to learn and portable: https://compu... (by closed account 1yR4jE8b)
|
by kirenemook12
how to close one window.
|
hello everyone. i am making a program which has multiple windows. how do I program that when one parent window pops-up, the other parent window closes? i am ... |
Apr 3, 2011 at 8:40am
[8 replies] Last: > SendMessage(hMainMenu, WM_CLOSE, 0, NULL); BTW, this is wrong (by george135)
|
by khaledtumbi
Using Weblink to access data in Cpp program
|
Hi, can any body have idea about how can i use a weblink in cpp program to read a data from there. i have both Visual studio as well as Dep-cpp |
Apr 3, 2011 at 8:31am
[3 replies] Last: Never use external libs on windows : everything is included in Win32 ... (by george135)
|
by HenryJ
Is there a library that can replace bios.h?
|
I am trying to include a library called bios.h, but it comes up with errors saying bios.h does not exist. Can somebody help? Please note that I am using the ... |
Apr 3, 2011 at 8:27am
[2 replies] Last: bios.h was for DOS Replaced by Win32 api (System) for 20 years... (by george135)
|
by Kahiko
Execute code on shutdown
|
Hello my fellow coders, I have a question... I want the keylogger that i made to execute code when the application close's. The reason why is because it ever... |
Apr 3, 2011 at 8:17am
[12 replies] Last: Why don't you use sqlite ? (by modoran)
|
by greatme
Please, who can tell me how I can get a C/C++ routine that I can use to retrieve the hard disc serial number
|
As part of an anti-piracy scheme , I need a routine with which I can retrieve a system's hard disk serial number. |
Apr 3, 2011 at 8:08am
[1 reply] : Just use Win32_PhysicalMedia Class from WMI and get SerialNumber prope... (by modoran)
|
by roelf01
I'm stuck at IRC connections
|
Hello, I need some help using a IRC connection. I'm using DEV-CPP. I tried using cpIRC and other libs, but the first always ends with "Unable to open st... |
Apr 2, 2011 at 9:54pm
[3 replies] Last: You'll need to get a bit more specific. Generally speaking, you need t... (by Athar)
|
by aatwo
cant create D3D textures - LPCSTR problem
|
Hey guys. I am trying to create some textures with D3D however I can't get it to work. It keeps failing to initialise the textures :( How can I store a strin... |
Apr 2, 2011 at 5:43pm
[1 reply] : It depends on your compiler/project settings if is set to use unicode.... (by savavampir)
|
by DaSpirit
Drawing on top of Tab Control
|
How would I approach? I am using win32. I have a tab handle called hTab and I have drawn the image in wm_paint, however, it is getting drawn under the control. |
Apr 1, 2011 at 8:16pm
[8 replies] Last: I think I found the solution myself. I was looking at a list of contro... (by DaSpirit)
|
by greatme
Creating short cut to desktop folder , start up menu and programs menu
|
I am manually writing my own installer program for my windows application.Please how can I get my installer program to create short cut for my windows applicati... |
Apr 1, 2011 at 6:01pm
[2 replies] Last: Use this function to create shell link files (.lnk): COM must already... (by modoran)
|
by hitmanben2
Visual Studio 2010 or C++ Builder XE
|
Hello I am new to Windows Programming and i intend to get an IDE and i am thinking about "Visual Studio 2010 Ultimate" or "C++ Builder XE" . but i can't d... |
Apr 1, 2011 at 5:30pm
[5 replies] Last: Thanks guys for replying I did download both of them like "guestgulk... (by hitmanben2)
|
by greatme
Please, who can tell me where I can get practical help on using of html help workshop?
|
Please who can tell me where I can get or give me practical guide on the use of html help workshop. Its online help is kind of insufficient for me. |
Apr 1, 2011 at 3:21pm
[1 reply] : Hi, I had to use HTML Help Workshop a while ago and I had a huge prob... (by lnk2019)
|