
please wait
Can't type in edit control |
My post is too big so you can find it here http://pastebin.com/Tc44i8eN :P At the end is where I talk about my problem. PLEASE help =] |
Jan 10, 2011 at 8:40am
[2 replies] Last: Thank you, it worked great! (by some random dude)
|
ShowWindow (...., SW_SHOWMINIMIZED) not working |
I have this: ShowWindow (hWndC , SW_SHOWNORMAL); ShowWindow (hWndC , SW_SHOWMINIMIZED); The first window is shown good and normal. But the second... |
Jan 10, 2011 at 5:25am
[4 replies] Last: I already got it working the way I wanted, thanks though. (by some random dude)
|
by silas
Macro Function Stucture
|
I just learned c++ with the turorial on this website, but I know programming java. I have a question concerning this code lines: DECLARE_STDCALL_P(struct ho... |
Jan 9, 2011 at 9:51pm
[1 reply] : When a function is called in C, the arguments are pushed onto the stac... (by kbw)
|
by roland4269
Text doesn't update during WM_Paint message
|
Hello. Long time reader, first time poster. (Be gentle) I am writing a screensaver and within my ScreenSaverProc I have this: case WM_PAINT: PAINTSTRUC... |
Jan 9, 2011 at 5:58am
[2 replies] Last: InvalidateRect (hwnd, NULL, TRUE); That will repaint the window. ... (by some random dude)
|
by freddie1
Std::string question regarding concatenations and speed
|
Don’t know if anyone would be willing to take a look at this and help but I’m trying to implement the following algorithm in C++ and get it to execute as fa... |
Jan 9, 2011 at 4:59am
[no replies]
|
by meesa
[C++] Win32 API - Tabbing between windows
|
I have this code: /*...*/ hEdit=CreateWindowEx(0,_T("Edit"),_T(""),WS_CHILD|WS_VISIBLE|WS_BORDER,75, yv,43,20, hScrollContent,(HMENU)IDE_AW,hIns,0); h... |
Jan 9, 2011 at 3:12am
[9 replies] Last: You'll have to work on it. Works with me. You've been most helpfu... (by meesa)
|
by meesa
[C++] WM_MOUSEWHEEL message not working?
|
To make things simple, I have this: __________ | | |________| | T X X | | T X X | | T X X | | T X X | | T X X | |________| And t... |
Jan 8, 2011 at 4:07pm
[8 replies] Last: Yes, I simple told the window with the focus that whenever it gets a s... (by meesa)
|
by holtaf
Write in MessageBox
|
How can i write in Messagebox double or int numbers ? I want to do like this... //... string s1="You have "; string s2=" messages."; string s; for(int i= ... |
Jan 8, 2011 at 7:20am
[9 replies] Last: Either use MessageBoxA, std::string and std::stringstream or use Messa... (by myusername)
|
by thenewguy
url launch from inside Windows Form
|
I'm creating a program, but I need to make a button that will take me to a site. I need it to be youtube in this case. How do I do that simply? =======... |
Jan 8, 2011 at 6:51am
[4 replies] Last: The language is C++/CLR . Use System::Diagnostics::Process::Start t... (by myusername)
|
Windows api Visual studio 2010 |
VS 2010 has a very nice prewritten windows api script (mind you that i hardly understand) but the documentation for vs 2010 is very very confusing. Can anyone p... |
Jan 7, 2011 at 11:13pm
[3 replies] Last: thank you both, shall do (by closed account 4Gb4jE8b)
|
by ILIK20
I've got problem with this ... =)
|
Cellular Automata – Sharks and Fishes A concept that is particularly suitable for synchronous iteration is called cellular automata. In this approach, the pr... |
Jan 7, 2011 at 11:04pm
[no replies]
|
get mouse position on picture |
i use borland c++ and have Image1; i need to get mouse position on Image1->Picture |
Jan 7, 2011 at 5:58pm
[4 replies] Last: thanks (by altapocalypse)
|
by woohoo
Transparent Button?
|
Hi, im trying to make my button edges blend into the background. Right now when i use CreateWindowExA(WS_EX_TRANSPARENT,"BUTTON", "Msg", WS_VISIBLE|WS_CHILD... |
Jan 7, 2011 at 5:20pm
[5 replies] Last: Then I don't know what happened when you've removed it :D It didn't w... (by fanprogrammer)
|
by rain
how to printf binary file?
|
Following code prints me 4 chars, but how to printf whole file? #include <stdio.h> #include <stdlib.h> char* readFileBytes(const char *name) { FILE ... |
Jan 7, 2011 at 9:28am
[2 replies] Last: readFileBytes needs to return the buffer length (as in modoran's versi... (by kbw)
|
by levijgraham
Moving Bitmaps
|
I am trying to move the player.bmp but i just cant figure it out i have tried over and over again but i just dont know how to update the players position. ... |
Jan 7, 2011 at 8:34am
[1 reply] : Part 2 // // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM) ... (by levijgraham)
|
by briannz556
add network printer
|
Hi folks Fairly new to Visual C++ 2010 on a Win32 PC. One problem I'm stuck with is an example of how to add a network printer via a login script. Also, how to... |
Jan 7, 2011 at 7:53am
[no replies]
|
by geomike
Rectangle disappearing
|
Ok, so i have been experimenting with shapes in winapi for example Rectangle(); i am having a problem with displaying it on RuneScape, it draws then disappears ... |
Jan 7, 2011 at 4:20am
[4 replies] Last: I am drawing to another window, you would know if you read my first p... (by Disch)
|
by carlsum1986
right click menu
|
Hi, I have a problem as I do not know how to create a right click menu... I want to have a menu displayed when I right click on a tree view item.. I am using... |
Jan 6, 2011 at 10:23pm
[2 replies] Last: These tutorials really helped me understand basic WINAPI stuff. Scrol... (by emesaeler)
|
by GABsturr
How to add a missile in game?
|
Hi people; Honestly I have been working on this program for months and have gotten next to no where. So far I have an intro screen, game screen and game over... |
Jan 6, 2011 at 9:17pm
[11 replies] Last: Hi again; have been experimenting with the code and now manage to fire... (by GABsturr)
|
by Twilice
Microsoft Visual C++ 2008 Express Edition
|
Hi, I don't know if this is the right place. But I use Microsoft Visual C++ 2008 Express Edition to code, but I was wondering how you can run your programs wi... |
Jan 6, 2011 at 7:03pm
[6 replies] Last: I am not sure actually, I am testing this through another person so it... (by Twilice)
|