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
  • Order by date
  1. theCroat

    Process.Start with .WaitForExit()?

    solved it i need to use Process.Start"exe","/process -windows".WaitForExit but, how do i HIDE this process? it shows as msdos function on top of my app :/
  2. theCroat

    Process.Start with .WaitForExit()?

    forgot to mention i'm Visual Basic 2006 .net user
  3. 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...
  4. theCroat

    File is being used by another process..

    solved you may close it!
  5. theCroat

    File is being used by another process..

    Error Value of type 'System.IO.StreamReader' cannot be converted to 'System.IO.Stream'.
  6. theCroat

    File is being used by another process..

    i'm sorry but i didnt understand? When i paste dim sr as StreamReader = new StreamReader(filename) picture.Image = Image.FromStream(sr) sr.close sr=nothing i get popup message Type StreamReader is not defined!
  7. 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 =...
  8. 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
  9. theCroat

    Kill Files

    can you provide example code please?
  10. 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!
  11. theCroat

    Show BMP files from folder!

    thanks, it works ;-)
  12. theCroat

    Show BMP files from folder!

    File1 .> i dont have that only List1 but when i rename File to List with your code it wont work: '424 objec required
  13. 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?
  14. theCroat

    Help about > and <

    God bless you, thanks i've finished my project :)
  15. theCroat

    Help about > and <

    ok here is the thing, it all works untill it goes to higher numbers... Case 10022 To 100206 MsgBox "net" End Select gives RUNTIME ERROR 6 OVERFLOW help :)
  16. theCroat

    Help about > and <

    case" should be lblID.caption or what?
  17. 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!
  18. theCroat

    Working with .Ini file

    thank you very much!!
  19. theCroat

    Working with .Ini file

    it didnt help?
  20. 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