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,...
[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...
[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....
[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...
[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...
[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...
[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. ...
[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...
[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...
[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 ...
[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 ...
[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...
[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...
[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...
[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...
[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...
[no replies]
Template Linked Lists
 
I have been working on an assignment in my CSII class over Linked Lists in template classes and woul...
[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...
[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...
[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...
[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.