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 strongm 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. kensheehimura1

    COM+, New, CreateObject - need help

    good day, im creating a com+ application, a client/server application,using visual basic 6, with 2 library or project , named BOShoeLib, And DOShoeLib which consist of several components on it, when coding on class on BOShoeLib and creating instance of the components in DOShoeLib i use the...
  2. kensheehimura1

    Net Send, invisible name of sender - Help

    how to send a message to LAN using net send but the receiver will not see the computer name of the sender. tnx
  3. kensheehimura1

    Writing to Registry, pls HELP

    how can i write this in the registry using visual basic--"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" with the name of "MyProgram", with the type REG_SZ with the value of "c:\Myprogram.exe", my purpose is to run it during startup, with putting a...
  4. kensheehimura1

    Windows 2000 Startup - HELP

    how can i run a program during startup using the system.ini or the win.ini, im using windows 2000 professional, or how can i start a program during startup without putting it in the startup menu, tnx
  5. kensheehimura1

    Intruder- Visual basic

    hello, is it possible to create a program in visual basic when this program is running the program will know that someone access to ur computers shared drive? can i have a sample program, thanks,
  6. kensheehimura1

    User-Defined Type - pls help

    tnx, but how can i do that, can u pls give me an example of code, a simple one, im just a beginner to VB, pls, tnx again,
  7. kensheehimura1

    User-Defined Type - pls help

    good day everybody, i have a problem in a class, i have a user defined type called RECT which got in the API viewer, i declared it inside the class, and declared it also as a parameter to the one procecure, but i recieve the error, the error is "Only Public user defined types defined in...
  8. kensheehimura1

    Timer Pls help

    im displaying the time in hh:mm:ss format in the label, and when i use the msgbox function of VB the displaying of time will stop. I tried the API function MessageBox and it works fine, but can i do it without using the API function? how, tnx
  9. kensheehimura1

    Timer Pls help

    how can i create a program that has a timer and when the msgbox is displayed the timer will not stop, without using the messagebox API function, thanks,
  10. kensheehimura1

    usercontrol with array property - HELP

    thanks for the answer mattknight, but i cant figure it out, can u pls show me an example, thanks,
  11. kensheehimura1

    usercontrol with array property - HELP

    good day, im creating a simple usercontrol,my usercontrol consist of an array of 6 command button, my problem is how can i set the caption of each command button, on the design time, or in the runtime, how can i display the property "Caption" on the propety window, pls help me, thanks...
  12. kensheehimura1

    OwnerDrawn Menu Problem

    good day everyone, pls help me with my problem, i have created a menu with an icon on it using API functions, when the error occurs, the visual basic will close, and when i reopen the visual basic and then fixed the error, and then run it again, when you click on the menu, it will not popup...
  13. kensheehimura1

    how to draw disabled text on the owner-drawn menu

    hello everyone, good day and GOD BLESS, i created an owner-drawn menu with a bitmap on it, my problem is how can i draw a text that is disabled, thanks,
  14. kensheehimura1

    owner-drawn menu- pls help

    yes the short cut keys, when u put an ampersand before the charater, that character will have an underline on it,
  15. kensheehimura1

    owner-drawn menu- pls help

    good day, im trying to create an owner-drawn menu, with a bitmap on it, my problem is that how can i display the text with an underline on one character on it, after the ampersand, thnks,
  16. kensheehimura1

    good day, can u pls help me, my pro

    good day bob, that helps me a lot, thanks again, have a star from me, thnks
  17. kensheehimura1

    good day, can u pls help me, my pro

    good day, can u pls help me, my problem is that im creating a menu with a bitmap on it, i have it nicely, but my problem is that the string that i wrote on the menu, have the tab character printed on it, when the menu has a shorcut for example, the sub menu "New Ctrl+N", and also...
  18. kensheehimura1

    good day, can u pls help me, my pro

    good day, can u pls help me, my problem is that im creating a menu with a bitmap on it, i have it nicely, but my problem is that the string that i wrote on the menu, have the tab character printed on it, when the menu has a shorcut for example, the sub menu "New Ctrl+N", and also...
  19. kensheehimura1

    Putting Bitmaps on 1 or more menu

    good day, Help pls.. i created a control that will put a bitmap on the menu of my visual basic application, i got a good result but i have one problem, ...because i have 3 menus(File,Edit,Help), but when i run the program only the "File" menu has the bitmap on it, the other 2 menu...

Part and Inventory Search

Back
Top