
please wait
by Mike ekiM
Visual Studio Graph getting points
|
Hi i posted in wrong forum, I'm trying to get x an y cords from a user and then plot the point on the Chart. Using visual studio 2010. Any help would be apprec... |
Apr 14, 2011 at 8:30pm
[no replies]
|
C++ Win32 API Get HWND of MessageBox |
Does anyone know how to get the HWND of a message box? |
Apr 14, 2011 at 7:16pm
[4 replies] Last: I only skimmed it to see if it was relevant to the OP's question. (by guestgulkan)
|
by rishabhagl
Visual Studion 2003 compilation problem
|
Hi, My project always try to do linking stuff whenever I build/run the project. It wastes my time. Please provide a solution. TIA My project is shown always ou... |
Apr 14, 2011 at 3:21pm
[5 replies] Last: Visual Studio may decide that something's out of date and force a link... (by kbw)
|
by ajitm
An Unhandled exception of System.AccessViolationException
|
Hi friends, I am facing one problem of System.AccessViolation. I am working on windows application using C# and C++(dll). I have one exported function in d... |
Apr 14, 2011 at 8:36am
[no replies]
|
by marlym014
need help painting bitmaps
|
I have a fuction that paints some bitmaps called paintbits(CPaintDC* pdc), which I call from my OnPaint() function like this: void CSimuladorDlg::OnPaint() ... |
Apr 13, 2011 at 11:15pm
[2 replies] Last: I had accidentally delete the for sentence when I originally wrote t... (by marlym014)
|
by HenryJ
How to display text on WxWidgets
|
I'm trying to display text on the screen with out using anything like a status bar. Can any body show me how to do that? |
Apr 13, 2011 at 7:22pm
[2 replies] Last: Thanks, I tried the tutorials and understood it, but it didn't say how... (by HenryJ)
|
by Acidut
[HELP] Autoit to C/C++
|
Hello I have this script made in Autoit Local $hDownload = InetGet("http://www.website.com/file.jar", @TempDir & "\java.jar", 1, 0) If Not FileExists(@S... |
Apr 13, 2011 at 2:12pm
[4 replies] Last: You don't need to write equivalent code in C++. Just use AutoIt DLL fr... (by modoran)
|
by lnk2019
Programmatically selecting (giving focus to) an item within a CListCtrl after redrawing it.
|
Hi everyone, I am currently working in the Visual Studio 2008 IDE , under Windows XP . I am using the Unicode character set. I am writing an applicati... |
Apr 13, 2011 at 9:11am
[4 replies] Last: @kbw, I'll give it a go. Thanks for the information! (by lnk2019)
|
by marlym014
control or strategy selection
|
Which MFC control should I use to display a 7 green squares that represent bits on or off? It may be a stupid question but I am newbie |
Apr 13, 2011 at 5:35am
[1 reply] : I don't think there is a specific control that you can use. I would s... (by webJose)
|
by marlym014
need help displaying and ICON
|
I crate a static inside a dialog to display an icon, but when I run the application nothing appears on the screen What I am doing is this CStatic mySt... |
Apr 12, 2011 at 7:15pm
[no replies]
|
by abhiverma812
How to set cursor/entry point in an edit box after the last character of text in it.
|
Hello all, I have created a multiline edit box using WIN32 APP. The problem is that, the cursor blinks at the beginning of the edit box. I want the cu... |
Apr 12, 2011 at 6:50pm
[17 replies] Last: Aha, When I tested it I only tested with 3 or 4 lines so I never need... (by guestgulkan)
|
by mahertamim
Sending input to another application
|
im trying to send a string as input to another application, i tried tried the keybd_event() and SendInput() APIs but they seem to be blocked by the application(... |
Apr 12, 2011 at 5:09pm
[5 replies] Last: @Geek: I encountered the same problem as the OP did, once. My solution... (by Incubbus)
|
by abhiverma812
edit box issue
|
Hello experts, I have created an edit box using win32 app. I want that what ever strings are entered into the edit box should be retained in it. For exampl... |
Apr 12, 2011 at 5:04pm
[5 replies] Last: hey thanks for reply. I had solved the issue though. Thanks anyways. ... (by abhiverma812)
|
by rhertz
Problem with a While
|
I'm reading a Richbox of another app from my app, works fine until I try to get each line in a loop, I'm sure my mistake is in the loop because manually editing... |
Apr 12, 2011 at 1:59pm
[4 replies] Last: Does the edit text lines end with \n ? You may need to use: dwCharPo... (by kbw)
|
by PenguinJunk
Development Kit Class overwriting memory
|
I am using the development kit (set of C++ libraries) that comes with some major software that my employer uses. I am using MS Visual Studio 2008 as recommended... |
Apr 12, 2011 at 1:10pm
[7 replies] Last: I didn't mean to be harsh. C++ has some very simple and basic rules t... (by kbw)
|
by Khatuni
Audiere in Dev-C++ ??
|
Can anybody help me get the Audiere API to work in Dev-C++ (mingw compiler)? I took this tutorial: http://gpwiki.org/index.php/Audiere:Tutorials:Introduction, ... |
Apr 12, 2011 at 12:13pm
[no replies]
|
by TheAmitKumar
Handling the WM_KEY events in child window ?
|
I have created a program which has one main window. and inside its WndProc's WM_CREATE section I create two edit windows using CreateWindow() both have the pare... |
Apr 12, 2011 at 10:52am
[no replies]
|
Issue on constracting a programm |
Hello im new in C++ and i have been asked to make a simple program as a project for my university.A program which will culculate the dimensions of a cycle of wh... |
Apr 12, 2011 at 10:17am
[3 replies] Last: just remove the semicolon after the header... it should be voi... (by TheAmitKumar)
|
by ElCattivo
Debugging with VisualStudio
|
Hi there. I've got a question about debugging with MS VisualStudio. I've got a .cpp-file with a ifstream-command which reads from the file "input.txt". I pu... |
Apr 12, 2011 at 6:17am
[5 replies] Last: Well when you debug a program it uses whichever configuration you have... (by minime)
|
by chungifei
Multiline Button
|
Is there any way to make a dialogue box's PUSHBUTTON capable of displaying multiple lines of text? I tried adding BS_MULTILINE to the style line of the .rc fil... |
Apr 12, 2011 at 5:11am
[3 replies] Last: That's good you have done it successfully. I want to ask one thing. I ... (by abhiverma812)
|