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 :/
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...
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!
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 =...
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
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!
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 :)
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!
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.