[try Beta version]
Not logged in

Windows Programming - April 2011 (Page 7)

by Dylan8
OPENFILENAME / Replacing Char Array
 
Hi Guys, I'm trying to grab a file path through windows' OPENFILENAME then load it with fopen. ...
Apr 7, 2011 at 1:01am
[4 replies] Last: Thanks everyone - It works now. (by Dylan8)
Methods for Windows Form Application C++
 
Guys. Can Anyone tell me about methods used in Windows Form Application in C++/CLI and a simple ex...
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)
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")...
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 Visu...
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)
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 coonsol...
Apr 4, 2011 at 8:24pm
[6 replies] Last: For a straight one time download HTML is easier, cleaner and supporte... (by Computergeek01)
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 t...
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...
Apr 3, 2011 at 6:39pm
[3 replies] Last: Alrigth, thank you for your help guys (by boson)
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 b...
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)
how to close one window.
 
hello everyone. i am making a program which has multiple windows. how do I program that when one p...
Apr 3, 2011 at 8:40am
[8 replies] Last: > SendMessage(hMainMenu, WM_CLOSE, 0, NULL); BTW, this is wrong (by george135)
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. ...
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 e...
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 whe...
Apr 3, 2011 at 8:17am
[12 replies] Last: Why don't you use sqlite ? (by modoran)
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 s...
Apr 3, 2011 at 8:08am
[1 reply] : Just use Win32_PhysicalMedia Class from WMI and get SerialNumber prope... (by modoran)
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 ot...
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 fail...
Apr 2, 2011 at 5:43pm
[1 reply] : It depends on your compiler/project settings if is set to use unicode.... (by savavampir)
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 i...
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)
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 in...
Apr 1, 2011 at 6:01pm
[2 replies] Last: Use this function to create shell link files (.lnk): COM must already... (by modoran)
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...
Apr 1, 2011 at 5:30pm
[5 replies] Last: Thanks guys for replying I did download both of them like "guestgulk... (by hitmanben2)
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. ...
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)
April 2011 Pages: 1... 5678
  Archived months: [mar2011] [may2011]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.