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 TouchToneTommy 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. cannonenter

    textbox question

    Topcat1a. thanks. I could not get my head around, its been one of those days. many thanks again it works cool and just what i was trying to do. Stephen
  2. cannonenter

    textbox question

    I have a Text box that has a first name and Surname in it. How do i get the app to find the First name place it into a string and then find the Surname and again place into a string Many thanks Stephen
  3. cannonenter

    Vb2005.net

    Many thanks. I can not think why i did not go there.
  4. cannonenter

    Delphi Newby

    I have just got Delphi 8 (.Net) i have been developing in Vb 6.0 Pro. And would like to try Delphi, This is soly i have been told that Delphi.Net can Develope Apps for PDA or Windows based Handle Held Pc's Could someone please tell me If this is true about PDA/ Handle Held development and also...
  5. cannonenter

    Vb2005.net

    I have just been looking at Ms Vb2005.Net. I know this may sound really silly but how do i get all the components on the screen. I have click File, New Project, Windows Based. Then the new form starts but i can not see any components. I have been using Vb 6.0 Pro and was wanting to try out...
  6. cannonenter

    Visual Basic.Net

    I am thinking about Upgrading to Vb2003.Net. Can i start developing for Mobile PC like Ipaq or Palm computers, Using The Standard version of Vb.Net 2003. Or do i have to purchase more software. I Have had a look at Appforge for Vb 6.0 but the price has stopped me from looking more into...
  7. cannonenter

    PHP Newbie

    Thank you all very much for your help You r the best Stephen
  8. cannonenter

    PHP Newbie

    I am using D Weaver MX. I wish to make a login PHP screen with a database behind the page. I wish the user to Login and then a download page to be shown. The problem is that i do not have any idea how to do this. And also i do not wish any person without a login and password to be able to...
  9. cannonenter

    Searching the Hard Drive

    sorry i didn't post the code in my last posting here it is. Private Sub Command1_Click() Dim strFolderName As Folder Dim oFS As FileSystemObject Dim Path As String, S As String Path = "C:\" S = Dir$(Path & "*", vbDirectory) While Len(S) If S <> "." And S <> ".."...
  10. cannonenter

    Searching the Hard Drive

    Hi there The following code finds All the Folders fine within the Hard Drive. But how do i List all the file names held within the Folders and Sub Folders. I have searched the site but all i can find is this code to list all the Folders. Hope you can Help me Many thanks Stephen Rattray
  11. cannonenter

    Searching the Hard Drive

    Hope someone can help me. I need to search the Hard Drive and Open all the folders within the C: drive. Then search for files listed within a database. The database part i can do fine but do not know when to start on the hard drive side of things. Hope you can help me. Many Thanks Stephen...
  12. cannonenter

    Mouse Icon

    BogdanMBM The code works great. I placed lblplay.MouseIcon = LoadPicture(App.Path & "\H_NW.CUR") Into the Application and it got the Icon that i wish to use. You are the best helper Many thanks Stephen Rattray
  13. cannonenter

    Mouse Icon

    Thanks for all the help. I have used the following code. lblplay.MousePointer = 99 lblplay.MouseIcon = App.Path & "\" & H_NW.CUR But it still comes up with Run Time Error '424' Object Required. I have copied the Cursor to the Application directory. So the cursor is there. Any...
  14. cannonenter

    Mouse Icon

    I have a application that i wish to add a Different Mouse Icon to a Label. I have found it in the VB File and then copied it to the App dir. How do i code the app to find the Mouse icon from the Application Path Many thanks Stephen Rattray
  15. cannonenter

    Online Totorial

    Many thanks Rachard. Great site and will help me master the C++ Builder. If anyone could also answer. Is C++ Builder the New name for Visual C++ or are thay different. Thanks Stephen
  16. cannonenter

    Online Totorial

    I am new to C++ Programming. Does anyone know of any Good Online Tutorial web sites that i can get online training and get to grips with C++. I will be using C++ Builder 6.0 Hope you can Help Stephen Rattray
  17. cannonenter

    Computer Login

    Is there any way to gain information about a networked User Name and Password. I need to be able to Grant access to a networked computer but also Stop access to the computer. Many thanks stephen
  18. cannonenter

    Windows Start button

    Is there any way i can stop the user from bringing up the Windows start menu when i have set the visible property to false. I do not want the user from being able to access any of the file listing, available computer programmes and basicly anything until they have entered a password. Many...
  19. cannonenter

    List box question

    I have a application that i want to search through a list box and then go and find all the information about the entry held within a access database. My question is how do i loop through the list box 1 by 1 with out clicking on each entry. Many thnks Stephen rattray
  20. cannonenter

    Data Reports in Vb 6.0

    I have an application that i need to be able to run on all windows os including Windows 98. The problem that we have is that after testing the app it runs fine in windows 2000 and Windows XP, but after installing on a Windows 98 system it comes over with an error about the activeX. Does anyone...

Part and Inventory Search

Back
Top