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 Wanet Telecoms Ltd 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. RebeccaLynn

    Making Password Files

    I am working on a logon routine for a program, I need to be able to "hide" or encrypt the password file. I have done several searches, but can only find information about what "shadow files" are, not how to use them. I am using VB.net on a windows platform. if anyone can help in any way, I'd be...
  2. RebeccaLynn

    Video Controller Problem

    The device manager says that my video controller driver needs to be updated, but I am unsure how to determine which driver I need. Is this talking about the video card or something else. Becca Somtimes, the easy answer is the hardest to find. :) Still under construction ...
  3. RebeccaLynn

    VB.net App Deployment Question?

    Is there a really good tutorial for creating setup and installer programs to deploy .net apps? Becca Somtimes, the easy answer is the hardest to find. :) Still under construction ... http://webpages.charter.net/rlmsoft
  4. RebeccaLynn

    How to ping an atomic clock to set system time?

    I have a small clock app I did, and want to add the ability to ping an atomic clock and update the system time. The only thing I am having trouble with is finding out how to ping the clock. Becca Somtimes, the easy answer is the hardest to find. :) Still under construction ...
  5. RebeccaLynn

    Get info on a running app?

    I want to select a running app (maybe by dropping an icon on it, or clicking on it. and then get info from it to use in my app (mainly the startfile name of that app.) can anyone help? Becca Somtimes, the easy answer is the hardest to find. :) Still under construction ...
  6. RebeccaLynn

    Drag and Drop off form

    I know how to drag and drop an item to another place on the same form, but not sure how to drag it off the form. can anyone help out? Becca Somtimes, the easy answer is the hardest to find. :)
  7. RebeccaLynn

    VBnet 2003 Question about tasklist

    I have noticed that lately my task list vanishes and when I try to view it again, it does not work. Anyone have any ideas? Becca Somtimes, the easy answer is the hardest to find. :)
  8. RebeccaLynn

    Windows Shutdown

    can anyone tell me what file is used to shut down windows? Becca Somtimes, the easy answer is the hardest to find. :)
  9. RebeccaLynn

    How to Shut Down Windows?

    What command or file will cause windows to shutdown when called or used in VB.net? Also how would you have VB to restart windows? Becca Somtimes, the easy answer is the hardest to find. :)
  10. RebeccaLynn

    Finding New Controls?

    IS there a good web site to download new winform controls. I really like the looks of some of the new buttons I see but have no idea where to get them from. If at all possible I would prefer free controls :) Becca Somtimes, the easy answer is the hardest to find. :)
  11. RebeccaLynn

    Problem with custom Tab control

    I am trying to create a custom tabcontorl that I can change the color of the tabs with. I can't seem to get it to work, can anyone help? Option Strict On Imports System.Drawing Imports System.Drawing.Design Imports System.Drawing.Drawing2D Imports System.Windows.Forms Imports...
  12. RebeccaLynn

    HELP! Can't import system.web.mail

    For some reason I can no longer import system.web.mail .. any ideas? Somtimes, the easy answer is the hardest to find. :)
  13. RebeccaLynn

    Receiving Email with VB.net?

    I would like to be able to use VB.net make an email program to receive POP email. Any ideas? Sending is easy with the SMTPmail class, but I can't find anything on receiving email. I am greatful for any help. Becca Somtimes, the easy answer is the hardest to find. :)
  14. RebeccaLynn

    Making Custom Controll Dll's

    I am getting a pretty good idea on how to make my own custom controls. And I think I have figured out how to load the dll of the new control into the tool bar. However, I am having some trouble figuring out how to compile my new control to a dll in the first place. Can someone help with an...
  15. RebeccaLynn

    How can I use the close (X) button to hide the form, and not close it.

    I want to be able to hide the form without closing the whole program when I click the close (X) button.

Part and Inventory Search

Back
Top