
please wait
by Hardmode
i cant figure out why this code wont work
|
OK so i'm in a C++ class and for this lab i have to make a little store program, i got most of it working so far but when i try to make the total == (vale of ... |
Sep 23, 2011 at 6:11pm
[2 replies] Last: omg lol.. i figured it was somthing simple. thx a ton! (by Hardmode)
|
Custom Credential Provider login using password or OTP key |
Hi, I am developing Credential provider for One Time Password. There I am able to create for Logon, unlock workstation, CredUI, password must change, password ... |
Sep 23, 2011 at 2:33pm
[4 replies] Last: Coincidentally, I have the ASP.net page I told you about open: http:/... (by webJose)
|
by henry1999sg
issue with regsvr32 utility
|
in my last posting, I reported the issue with register a non-COM dll. now I got more details about the issue now. we I have 2 dll. A.dll uses B.dll. both are... |
Sep 23, 2011 at 12:44am
[2 replies] Last: thanks webJose the issue is a global variable which create a thread... (by henry1999sg)
|
by DaPasta
Win32 API help
|
Hello, I am wondering if someone can give me a site or any help on making a program that does not use a command line (or whatever it's called...) and instead ma... |
Sep 22, 2011 at 3:34pm
[11 replies] Last: And freddie, with your article, i virtually didnt understand a word... (by freddie1)
|
by Gene
Help with snapping
|
Hello, Im trying to make a program with a square cursor, which is sized 32*32, I would like for it to snap to the background grid of 32*32 Tiles, as in, if I mo... |
Sep 22, 2011 at 9:30am
[1 reply] : Never Mind, Fixed it now (by Gene)
|
by DSTR3A
Setting 2 Reg Keys
|
I'm trying to set two registry keys with this code and it doesn't seem to be setting the CURRENT_USER one. Any help is appreciated thank you. HKEY hKey; ... |
Sep 22, 2011 at 5:51am
[5 replies] Last: Thank You! Much appreiated! (by DSTR3A)
|
by Nybble
Closing a handle
|
So I'm looking for a method to close a handle of this exe, it is a mutex and it stops you from having more than 1 of the same application (obviously) so if I us... |
Sep 22, 2011 at 2:56am
[2 replies] Last: lol yes it can be done and so easy I crapped my pants... thanks though... (by Nybble)
|
by unregistered
Creating an installer for my program
|
not sure where to post this but I'm using visual studio 2010 and I'm trying to create an installer for my program, problem is my program requires the path envir... |
Sep 21, 2011 at 9:41pm
[1 reply] : Why does the PATH need to be changed? Is there something preventing yo... (by Computergeek01)
|
linking between a header where a class is declared and it's .cpp implement file |
as the title says, i'm having some difficulty getting includes and #pragma comment declarations to continue down the line of included files. kinda difficult to ... |
Sep 21, 2011 at 1:49pm
[10 replies] Last: ah, interesting, i had a misunderstanding somewhere. I made the mistak... (by FatalCatharsis)
|
by JoeSaddigh
Preventing a window being moved whilst in drag mode
|
I am trying to prevent windows overlapping. I have a Window Manager type class that will do a rectangle test for the relevant windows, i.e. a window in question... |
Sep 20, 2011 at 9:11pm
[9 replies] Last: OK I will stick with it. I did something simmilar to allow a client ar... (by JoeSaddigh)
|
by Sputnik
Visual C++ Problem (1,2)
|
I dropped and dragged a couple buttons and text boxes into visual C++. Immediately I see the code is mumbo jumbo. So abstracted im screwed. Nevertheless I try ... |
Sep 20, 2011 at 7:28pm
[21 replies] Last: [quote=wxWidgets] Source Archives wxAll - all wxWidgets ports (ot... (by hanst99)
|
by Krishna 8
TIME SPAN
|
I have program written in VC++ 6.0 require to calculate total days which is 30 and I am stuck at following code and dont know how to get 30 days to 29 to 28 and... |
Sep 20, 2011 at 6:08pm
[1 reply] : I am trying to get DateDifference from TimeStart to timeEnd in VC++ ... (by Vijay Patel)
|
by ltc
Can't add *.ltb into C#
|
Hi all, I am having a problem about COM programming. Please give idea to fix it. I created successfully a COM object by C++ (C Win32). I tried accessing this... |
Sep 20, 2011 at 5:47pm
[16 replies] Last: Maybe think about something like this... import "unknwn.idl"; ... (by freddie1)
|
by xanamini
File Read Line by Line
|
I am trying to read from a text file that is continuously getting more and more data. Since the rate that it is being updated with data is slower than the rate ... |
Sep 20, 2011 at 7:53am
[5 replies] Last: Maybe my code would help the others who needs the easy example. ^_^ I... (by apollochung)
|
bluetooth inRange outRange event trace in windows machine. |
Hi All, I want to trap the bluetooth events i.e. inRange or outRange of device at windows7 machine. inRange means that windows7 machine equiped with bluetooth... |
Sep 20, 2011 at 6:59am
[no replies]
|
by LsDefect
Set fullscreen dynamically?
|
I'm working on an assignment to make pong (due tonight). I'm all done, except I need to implement the option to toggle between windowed and full screen mode. I ... |
Sep 20, 2011 at 2:32am
[no replies]
|
by whiteLT
How to add search in to the program?
|
Hello, I am new to C/C++ and I would like to make my first project something similar to torrent searcher and downloader and my first obstacle is how to add a se... |
Sep 19, 2011 at 10:52pm
[1 reply] : How new are you? If your going for a first project i would recommend a... (by Bleh)
|
by BnB
Windowed Applications
|
Hey Guys! Some months ago, I started learning C++. I learned all the stuff about console applications and now I want to move on to Windowed applications. I h... |
Sep 19, 2011 at 6:42pm
[2 replies] Last: Thanks! (by BnB)
|
by sanaa
need code
|
hi there i'm working in a project and need a packet sniffer code please can anybody help me find one?? thanks in advance |
Sep 19, 2011 at 5:59pm
[5 replies] Last: sanaa: I put it you that you don't know what you want. Computergeek01... (by kbw)
|
by shwick
How to display text in system tray icon with win32 api C++
|
I have a question similar to this, http://stackoverflow.com/questions/457050/how-to-display-text-in-system-tray-icon-with-win32-api I tried his solution ... |
Sep 19, 2011 at 1:41pm
[2 replies] Last: It worked for me when I commented out line 28. You might want to use F... (by gpotw)
|