[try Beta version]
Not logged in

Windows Programming - March 2011 (Page 2)

Treeview Image not working
 
Hey, I am using Win32, C++. My code is not working. It is the following: hTree = CreateWindowEx(0,...
Mar 26, 2011 at 2:56am
[1 reply] : Sorry, I got it. For anyone who wants to know, just change TB_SETIMAGE... (by DaSpirit)
XmlWriterSettings not working
 
Hi guys, Was wondering if anyone could point me in the right direction with my issue here. The co...
Mar 25, 2011 at 11:00pm
[3 replies] Last: Removing the gcnew worked, thanks coder777 (by Brandonm)
reading mat file in vc++ program
 
Hi, I wanna to read a .mat file in a simple vc++ program: #include "stdafx.h" #include "mat....
Mar 25, 2011 at 8:04pm
[3 replies] Last: @ Computergeek01 MATLAB has been installed it automatically. How can I... (by baharai)
Which SDK should I use for windows programming?
 
http://msdn.microsoft.com/en-us/library/ff381409(v=VS.85).aspx I tried to compile the codes above w...
Mar 25, 2011 at 3:17pm
[10 replies] Last: Thank you all very much. I'll look into it. (by alexanderswang)
How to display a tab control?
 
Hi! I'm trying to make a simple tab control with two tabs display in the window, but no matter ho...
Mar 25, 2011 at 1:38pm
[11 replies] Last: Thanks a lot guestgulkan, modoran and hanst99. The problem was solved.... (by Ramses12)
by minime
Visual Studio 2008 STATUS_STACK_BUFFER_OVERRUN
 
I've written some win32 (not managed) code which appears to have an intermittent error in it, howeve...
Mar 25, 2011 at 7:03am
[9 replies] Last: Thanks for all the help guys. It appears the error was due to a buffer... (by minime)
how to read the contents of a textbox into a std::string
 
hello every one i am making a program what requires that the user types in some text in a textbox. ...
Mar 24, 2011 at 5:33pm
[14 replies] Last: thank you all very much, it worked. reading a textbox is very importan... (by kirenemook12)
Visual Basic help
 
I have a web browser program that I have put on a CD. I want to find a way when i open it it needs t...
Mar 24, 2011 at 11:36am
[4 replies] Last: Your browser will of course depend on .NET so your users will need acc... (by anonymous23323124)
Properly using SetWindowLong()...
 
Hi, In an effort to avoid global variables in my program, im trying to use SetWindowLong to store...
Mar 24, 2011 at 7:11am
[18 replies] Last: OK, thanks. (by Abramus)
by v8n3t
Initialzing structs from Windows API.
 
Hello all, I am having a bit of a problem working with very simple c++ rules regarding the Windows ...
Mar 24, 2011 at 1:41am
[2 replies] Last: Yes I see the difference and thank you very much. I also knew about t... (by v8n3t)
by v8n3t
TEXT() function
 
Hello all, I am posting here because I can not find the documentation on a function TEXT(). I ...
Mar 23, 2011 at 4:42pm
[2 replies] Last: Thank you very much! (by v8n3t)
sting
 
std::string String = {...}; this string hold 50 elements when i have it run the program i have a v...
Mar 23, 2011 at 5:28am
[2 replies] Last: C arrays are really just pointers to the first element of the array. ... (by webJose)
Scrollbar always visible on treeview
 
I am trying to make the scrollbar always visible on my treeview. I am using win32. My code is as fol...
Mar 23, 2011 at 2:55am
[1 reply] : Looking at the Microsoft docs there doesn't appear to be an attribute ... (by mof)
by ty98
Help with the butten!!!
 
I need to know hot to make a butten in a win32 program. Dot you have eny ideas? thanks for re...
Mar 22, 2011 at 8:32pm
[14 replies] Last: +1 quirkyusername while unrelated to this topic, that is one of the fu... (by anonymous23323124)
by ty98
fun prank
 
thi is the bigest prank that I know of. #include <windows.h> int main() { beep(50, 2000); Me...
Mar 22, 2011 at 7:39pm
[9 replies] Last: so dose it repet Kiana? (by ty98)
by ajitm
how to get status of work performed by thread
 
Hi Friends Your help will be very crucial for me. As I am very new for thread programming, I am in...
Mar 22, 2011 at 10:37am
[no replies]
Template Linked Lists
 
I have been working on an assignment in my CSII class over Linked Lists in template classes and woul...
Mar 22, 2011 at 7:31am
[2 replies] Last: Ah, I knew i missed something there. Question about the nodePtr: cou... (by camouser)
IDI_APPLICATION .ico File
 
Hello everyone. I need the .ico file for the IDI_APPLICATION icon. I spent some time on google and i...
Mar 22, 2011 at 12:19am
[1 reply] : Search your computer for: "app.ico" or create one like it using your f... (by matsom)
Capturing and calling Windows events
 
Does anyone know how to intercept events generated from clicking a button on a Windows program, such...
Mar 21, 2011 at 8:36pm
[5 replies] Last: > Hooks has nothing to do with that, a simple SendMessage() "inter... (by george135)
by ajitm
Showing a progress bar as a progress of thread executing in the c++ dll
 
Hi Friends I am working with C#, C++(dll) based project. I am trying to show a progress bar as...
Mar 21, 2011 at 2:53pm
[no replies]
March 2011 Pages: 1234... 8
  Archived months: [feb2011] [apr2011]

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