4 Topics

Member Avatar for
Member Avatar for harvybcn

I have a Win32 Application in C++. At runtime, It loads a Matrix stored as TXT file in the working directory with I/O functions. I have problems to distribute my program (EXE and DLL) because people normally forget to move the text files together with the Application. How can I …

Member Avatar for alexb119
0
2K
Member Avatar for Alexkid

Hi there, Can anyone tell me how to change my win32 programs icon (top left). I'm running MSV C++ Express 2010, so i don't have MFC. Theres a few tutorials on how to do this but using resource files? Which apparently MSV doesn't support. I want to be able to …

Member Avatar for Alexkid
0
312
Member Avatar for DarkoX

I added a minimize to tray function, to do that i need to assign an icon for the tray, the problem is the only way i can do that is this [CODE] Icon ico = new Icon( "calculator.ico"); appIcon.Icon = ico;[/CODE] witch means that calculator.ico should be in the same …

Member Avatar for ddanbe
0
201
Member Avatar for wesleychin

Hi Guys, I need to hand in a project tomorrow morning and its almost 6pm here so I need help as soon as possible. I am trying to get the picture images from the Resource folder because I imported them to the Resource folder but cannot seem to retrieve them. …

Member Avatar for ddanbe
0
105

The End.