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: *

  • Users: theCroat
  • Content: Threads
  • Order by date
  1. theCroat

    Process.Start with .WaitForExit()?

    Process.Start("executable.exe").WaitForExit() works fine but when i'm trying Process.Start("executable file/index.fsh").WaitForExit() which needs to start small dos operation i get error just to let you know this executable file/index.fsh with .bat file works [test.bat] and when i put...
  2. theCroat

    File is being used by another process..

    Hello! i'm having difficulties with "File is being used by another process.." and this is all the code i've got in my form: Code: Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load picture.Image =...
  3. theCroat

    Check if file is 24 bit BMP

    Hello i use common dialog to load file, i limited loading to .bmp files, however i'd like to limit users to load only 24 bit bmps so for example when he tries to load non 24 bit file [8,16 or 32 bit] i want message box to popup and say msgbox"Please load 24 Bit file!", vbExclamanation Thanks
  4. theCroat

    Kill Files

    Hello! I'm using Kill App.Path + "\tempfsh\*.*" function, however, when there's no files inside it gives me error and application crashes, and if there are some files, it deletes them [as it should] and application continues to work properly.. help needed!
  5. theCroat

    Show BMP files from folder!

    Hello there, i have folder \temp and inside are alot of files, i'd like to see ONLY BMP files in filelist, can someone provide me some help?
  6. theCroat

    Help about > and <

    Hello there, as i posted previously, i have lblID.caption where are ID's displayed, what i want to do is this: if lblID.caption is lower than 100 then do process1 if lblID.caption is higher than 100 and lower than 200 then do process1... hope someone understand this and can help, thank you!
  7. theCroat

    Working with .Ini file

    Hello! I have question, if anyone has a little bit of time ro spend on this project.. I have Combo Box ,Label1 and Teams.ini file. Inside Teams.ini is list of teams and id's example: Arsenal,25 Koln,33 Juventus,22 ... what i want is when i click on combo box that it shows team names as in...

Part and Inventory Search

Back
Top