Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. venijn

    problem with console window and win32 app

    ok i figured it out, for anyone that needs to know this, -mwindows is the same as that -subsystem:windows or whatever that was, i didn't have -mwindows added to the command line compile so it didn't want to let me do it. anyway, thanks for all your help (I eventually went and got dev-C++ to...
  2. venijn

    problem with console window and win32 app

    this is the source #include <windows.h> LRESULT WINAPI MainWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { HBRUSH background; background = CreateSolidBrush(RGB(0xFF, 0x00, 0x00))...
  3. venijn

    problem with console window and win32 app

    actually, what im saying is I have a win32 program and when run it launches a dos console to launch the program and i dont know why. Dont argue with stupid people, they'll just bring you down to their level and beat you with experience.
  4. venijn

    problem with console window and win32 app

    ok, im using gcc to create my program and im using notepad to create the source. I have a problem with my Win32 programs that everytime they are started they open a dos window then show a Windows window. the console window stays open until the program ends (the win32 window closes). Anyone have...
  5. venijn

    Create 50 files from one master file

    can i see the Master File? type it out on here or email it to me at mindchild_of_tristram@yahoo.com
  6. venijn

    Windows ME &amp; Visual Basic 3.0

    I have VB 3.0 and ME and it seems to work fine. :D
  7. venijn

    Detecting when the BACK button is clicked? Is it possible?

    With HTML use onUnload=&quot;&quot; in the Body tag EXAMPLE <Body onBodyUnload=&quot;alert('Bye')&quot;> >(::O>
  8. venijn

    Pretty User Error Alert Box

    Please email it to me at venijn@programmer.net Thanx
  9. venijn

    Pretty User Error Alert Box

    Please explain your emulated alert boxes. Thanx
  10. venijn

    Right Click Menu

    How do you make a page so that the right click brings up a list of links instead of the usual open... menu? :-0

Part and Inventory Search

Back
Top