
please wait
by surgey46
Windows Service debugging and permission issues, securiry attributes, ACLs, etc.
|
Hi, When my application starts, the anti-virus AVG says, the application trying to connect to the internet: allow, block. Someone suggested, "Make your program ... |
Jan 21, 2011 at 6:30pm
[5 replies] Last: I never done INTERNET EXPLORER COM interface, I need more info. how th... (by surgey46)
|
by thenewguy
Encryption maker problems
|
I'm not certain where to begin on this one. I want to be able to type things in a textBox1->Text box and have it save as a word document that changes the words,... |
Jan 21, 2011 at 4:36am
[2 replies] Last: bump (by thenewguy)
|
by unregistered
Qns about the windows API in windows 7
|
Does the charles petzold book still apply to windows 7? Would those functions API work the same in 64bit as they do in 32 bit? |
Jan 21, 2011 at 4:01am
[7 replies] Last: That's why I still maintain that Win32/64 Sdk / Api style coding is t... (by sohguanh)
|
by Ryku89
Borland inclined plane simulation problem..
|
Hey there! I'm struggling with my fresh app, that have to simulate how would ball move on 2 inclined planes (Going down from first, then up on the second, th... |
Jan 21, 2011 at 3:48am
[no replies]
|
by coding4fun
Continue when a certain key is pressed/get pressed key
|
Hi. I'm kind of new to C++ and I was wondering if it's possible to make a program pause until a certain key is pressed. (I don't mean any key, I mean a certa... |
Jan 21, 2011 at 2:03am
[3 replies] Last: Awesome, thanks! Both programs work! (by coding4fun)
|
Problem with creating window! |
Hi. I am new to windows programming. I wrote a code to show a simple window but there is a problem in it. Please help me. BTW I use native C++. Here's the c... |
Jan 21, 2011 at 1:34am
[8 replies] Last: The most basic way to get a simple window would be to use this code, t... (by FidgityParseLanguage)
|
by thenewguy
textBox1->Text into an int
|
I dunno if there are a few ways, if so I'd like to know them all. But how do turn a string from a textBox into an int and also a char ? Thanks... |
Jan 20, 2011 at 11:15pm
[12 replies] Last: Thanks, but I dunno where to begin on trying to name the files. But in... (by thenewguy)
|
by Inathero
ProgressBars Style (C++ win32)
|
Hiya, I have a small question with progress bars. I have no problem setting range, colors, and setting position and all, however I do have a question on its ove... |
Jan 20, 2011 at 9:26pm
[6 replies] Last: Damn, what a shame. Well many thanks =) (by Inathero)
|
by UberTron
Updating textbox
|
Hi, I am having problems with some code and need help. I have a function that gets the position of the mouse and stores the value into 2 doubles. This functi... |
Jan 20, 2011 at 7:45pm
[1 reply] : The updating of the user interface in windows is a low priority - (the... (by guestgulkan)
|
by PiMaster
Image drawing issue
|
I set up a simple program to load and draw a 24/32-bit BMP file, but it isn't being drawn to the screen. Unfortunately, I can't for the life of me figure out wh... |
Jan 20, 2011 at 12:14pm
[2 replies] Last: The load_bmp function does not work for me. Crashes. I've narrowed... (by guestgulkan)
|
by GABsturr
Using WM_MOUSEWHEEL?
|
What is the best way to get WM_MOUSEWHEEL working for just plain up and down rolling? The idea is to have my OpenGL program use a camera system for zooming in a... |
Jan 19, 2011 at 6:18pm
[no replies]
|
by c0y454
Load a variable from DLL to .exe
|
Hey all, I've made an experimental .dll (I'm new to dlls) that is supposed to export a variable to the calling .exe I've tried this(excerpt): DLL: extern... |
Jan 19, 2011 at 5:27pm
[4 replies] Last: First of all, thanks kbw !! You are quite right, I am using Visual... (by c0y454)
|
by ShadowRayz
Combining two arrays
|
Hello. I'm trying to get the path to the .exe, and add "bg.jpg" to the array to display the image that's in the same Path as the .exe...didn't work so far >.> ... |
Jan 19, 2011 at 2:12pm
[2 replies] Last: Thank you VERY much :) for others who might find this post: You mi... (by ShadowRayz)
|
by Migeria
checkedListBox remove items
|
I want to remove selected item S from checkedListBox1 on button3_click , but so far I succeed only at removing only one item ~_~ all other's tries ended... |
Jan 19, 2011 at 12:18pm
[3 replies] Last: I noticed that C++ and C# are similar. But here it's C++/CLI. What ma... (by Migeria)
|
by billabong83
Multi Threading using Visual Studio
|
Alright so I've been reading up on threads and how to code them and I am stumped. I have been given an aissgnment to create a main thread which then creates two... |
Jan 19, 2011 at 2:07am
[2 replies] Last: The thread that's running when the app starts is the main thread. ... (by kbw)
|
by qwerty1
Windows Programming Noob - New datatypes?
|
Hi, I have some experience with console programming but none with programming in windows and I'm not well versed in the state of the art at all. I downloaded M... |
Jan 18, 2011 at 11:45pm
[15 replies] Last: That makes sense. Thanks for the links.. bookmarked as well. Definitel... (by qwerty1)
|
by thenewguy
executing in a different directory
|
System::Diagnostics::Process::Start("lag.exe"); I love this command, but how do I use it for something in another directory let's say the .cpp is in ... |
Jan 18, 2011 at 8:56pm
[4 replies] Last: Use the following overload of Process.Start: http://msdn.microsoft.... (by myusername)
|
by Migeria
App stopped working
|
I was always testing it while adding multiple files to checkedtextbox1, checking needed ones and on button click they would be added to file. But now even messa... |
Jan 18, 2011 at 7:22pm
[1 reply] : Deleted (by Migeria)
|
Linear search function quick question |
Hey guys. I need to write a linear search function in C++ for my CS2020 class. I just really need a basic template/overview on how to do so because the example ... |
Jan 18, 2011 at 6:17pm
[no replies]
|
by myusername
progress bar dialog - function?
|
During the deletion of the browsing history in Internet Explorer 8 a dialog containing a progress bar appears. The same dialog with a different text appears in... |
Jan 18, 2011 at 5:21pm
[3 replies] Last: Thank you guestgulkan. That's exactly what I was looking for. (by myusername)
|