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 Mike Lewis 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. haktekvc

    Rundll commands

    Hi I want to make a program that can Restart, Shutdown and some other stuff but i only know the shutdown command such as Rundll32; user.exe exitwindows or it something like that but could someone tell me how to restart and some other useful stuff like that. Thanx Haktek hak.tek@lycos.co.uk
  2. haktekvc

    MFC FOUNDATION CLASSES

    HI I'M TRYING TO MAKE AN MFC APP WITHOUT NEEDING THE DEPENDANCIES (MFC42.DLL) I'VE TRIED GOING INTO THE MENU IN THE SETTINGS BUT IT ONLY SHOW 'USE MFC IN A SHARED DLL' OR SOMETHING LIKE THAT. COULD YOU PLEASE TELL ME HOW TO SOLVE THIS PROBLEM. THANX -HAKTEK- HAK.TEK@LYCOS.CO.UK
  3. haktekvc

    How to Reboot..????

    you goto start, shutdown then restart
  4. haktekvc

    MFC Foundation Classes

    Hi i'm programming in MFC and in the settings were it has the list box that says 'Mfc using a shared dll' but not saying 'not using mfc' because i want to make a program without having the dependancies of mfc42.dll or is there another way of not needing mfc42.dll Anyone Pleeeeeeeeeeeeeeese help...
  5. haktekvc

    DLL File Properties 'Version' Tab

    Ryank Add a resource and add version info to it and change the information on the version and then compile If you don't understand this just email me. I haven't been using c++ for a while now. Haktek, hak.tek@mailcity.com
  6. haktekvc

    dll files

    Hi In C++ i made a dll file it has some html files in it. so in IE5 i can put res://location\dllname.dll/102 or some other number that i set. the number is in resource.h but i have seen that you can have somet else like res://location\dllfile.dll/page1.html or pic1.gif how can i do this with...
  7. haktekvc

    making a win32 application

    I don't know C++ that much i had it for christmas I had VB5 for about 2 months before christmas and before that i had delphi 3 which wasn't that bad Back to the question when you said there is already a resource there is not i was makeing a win32 appwizard not MFC appwizard. and could you...
  8. haktekvc

    making a win32 application

    Ok if you didn't understand what i said i'll try and make it a bit clearer i'm only 13. I make a simple win32 application called "Haktek" Then i make a resource called "Haktek_r". Then i add a dialog called IDD_DIALOG1. Then i right click on IDD_DIALOG1 when in drag &amp...
  9. haktekvc

    Editor Shortcuts

    Hi edwardD There is a section called Formatting Marks in the view options. If Tab characters is checked uncheck it, and if Spaces is check uncheck it. Tab characters is the arrow and Spaces is the dots in spaces. Hope this helps haktekvc.
  10. haktekvc

    Source code for Microsoft Notepad

    Does anyone know were to get the source code for Microsoft Notepad.exe That is for C++. Thanx
  11. haktekvc

    making a win32 application

    I try to make a win32 application and add a resource so i can add a dialog but when i right click on the dialog i click on classwizard and create a class for the dialog called COne. then it makes One.cpp &amp; One.h but when i build it it says cannot find file <ResourceName>.h (<ResourceName> =...
  12. haktekvc

    buttons on a dialog to open another dialog

    Thanx Sgopinath and striks it really helped
  13. haktekvc

    generate .exe file for DOS

    if you make a win32 console application it makes a dos file hope this helps
  14. haktekvc

    generate .exe file for DOS

    if you make a win32 console application it makes a dos file
  15. haktekvc

    How do you create a shortcut on the desktop from a c++ program?

    Hi i have a program that creates shortcuts on the desktop, strart menu, and some other inportant folders on a computer and i had found the source code for it if you want just tell me and i'll send the source code to you my email is hak.tek@mailcity.com Matthew
  16. haktekvc

    buttons on a dialog to open another dialog

    I have made an MFC exe and i want to make a button that the user clicks on to open another dialog for example a user clicks on a button with caption 'About' and it the opens an about box Thanks for any help

Part and Inventory Search

Back
Top