Windows Programming - September 2012 (Page 7)

by Curtis
Get Name of Current Thread
 
How do I retrieve the name of the current thread? C++ win console app using MS VS 2010 .net in my my main line I delcalre thread1 and set the name property....
[1 reply] : C++ win console app using MS VS 2010 .net No, you are not using C... (by modoran)
Adding the Publisher to the manifest file in VS2010
 
I wrote a Win32 application in VS2010. When I run the .exe in windows 7 I get: "The publisher could not be verified. Are you sure you want to run this sof...
[2 replies] Last: Please post here full content of your #pragma directive, as well as an... (by modoran)
trouble with Ws2tcpip.h file
 
Hi - I've reduced this code fragment as much as I can. It began as demo software for a socket client. Specifically, despite including the Ws2tcpip.h file, my...
[4 replies] Last: You are 100% right. I guess the example I pulled off the net is kind o... (by mzimmers)
BackgroundWorker problems
 
Hello guys, I'm having some problem and it's hard to me solve it. I'm using the BackgroundWorker component. But when call the funciont: backgroundWorker1->R...
[no replies]
cl.exe unresolved external symbol
 
Just need to get in the know-how on building Win32 programs using the command line compiler cl. When I run it, I get the messages main.cpp Microsoft (R) Incre...
[7 replies] Last: I understand that VS makefiles are now xml based, and the make program... (by Moschops)
Any good books out there
 
hey every one i have an question i am wanting to do network programming but the only problem is where to find the information by the way please do not suggest b...
[3 replies] Last: KBW thanks also does any one about ebooks out there (by closed account ozUkoG1T)
by yesh11
Really advance C++ . How? please help
 
Hello there, I am still learning c++ and I find it really boring. Well I am still interested.So, I just want you people to help, see, Is is possible to take ...
[3 replies] Last: I suggest after you learn all the basics of C++ and also some basic pa... (by acn)
by jnash
File in memory
 
Hi experts, I'm adding encryption functionality to existing program (plain c console app). It takes few files as input parameter.My task is to make this files(...
[1 reply] : it's not my program so I don't have rights to modify it. You cannot s... (by kbw)
Creating directories
 
I need help. I use win7, and I'm writing a program that will archive data. The last thing I need is a create directory function that not just creates the last...
[2 replies] Last: @IWishIKnew SHCreateDirectoryEx is available on windows 7, and after l... (by naraku9333)
I Need A Suggestion For A Function
 
Background Story : Earlier today in the beginners section of the forum a newer user asked a question to the effect of "Do Visual Basic and C++ use different Wi...
[6 replies] Last: As of right now I can't get the function to properly refresh the scree... (by Computergeek01)
Hide prog in notification barre
 
Hii everyone I want to know how to hide my program in the notification bar Thanks for reading You friend Techno01
[no replies]
close another window
 
haiiiiiiiiiii everyone I am asking if there is a function or a manner that close the window of other program like I want to close the window firefox but wit...
[4 replies] Last: will Thanks a lot (by closed account 28poGNh0)
by elgo
Making a console game into a window with #include <windows.h>
 
I couldn't find a good way to phrase the title. Here's what I want to do: I'm making a text-based game. I currently have it running in console (some code below...
[2 replies] Last: To do any non-console GUI stuff, you are really going to start getting... (by Stewbond)
by ostar2
resource compiler throwing error on non existent code
 
I am have a problem with setting the version and file info on my application using version.rc(below) it says there are syntax errors. I do not know where to sta...
[8 replies] Last: No resolution too many problems with resource compiler under windows x... (by ostar2)
Borland C++ Component
 
Hello, I am working on a custom Borland C++ component which needs to send data to the form or at least inform the parent form that one of it's buttons has be...
[no replies]
Simple socket help!!
 
hey i am absolute begnier in network programming i am not very good at some parts of C++ and c any ways i made this socket i do not what the error is and the co...
[2 replies] Last: sorry and thanks i made it work by the way i did do it (by closed account ozUkoG1T)
Help me with this program
 
Recently, I came across a useful command for finding the file size in cmd. I just wanted to implement it from c++ windows forms. So I created a form and added a...
[1 reply] : To get file size use win32api GetFileSize() directly. I do not know C+... (by modoran)
Windows Forms Program
 
Hello everyone, I am trying to write a program an I've gotten stuck. It is fairly simple. I have a windows form and a 'classTester01' class. What I am try...
[3 replies] Last: You can mix managed and unmanaged code, but it can be tricky. Change t... (by naraku9333)
Chinese letters
 
I made a program which opens a .txt file However when I open some txt file I get some chinese letters and sometimes i get access violation Any help? case ...
[12 replies] Last: nvm problem solved solution: I first stored text from file as ANSI s... (by Silvestar)
Can't install visual C++ without SP2...?
 
Hi, I recently tried to download Visual C++ 2010, but the installation keeps giving me an error about not having Service Pack 2 Redistributable. I don't know wh...
[6 replies] Last: Thanks, I'll try this. (by UglyIgloo)
September 2012 Pages: 1... 5678
  Archived months: [aug2012] [oct2012]

This is an archived page. To post a new message, go to the current page.