last problem, I promise.
How can I make a br between upload and the fileinput.
I could to it like this but it don't feel right doing like this.
<div style="clear: left; float: left;"><br>Description<br><input type="file" name="picture" size="50"></div><br>
<div style="clear: left; float...
I have a problem that my <b>upload button</b> isn't where I want it to be.
I want it to be below the file input.
Se this link below to understand what I mean.
http://www40.brinkster.com/aspvbnerd/test.asp
George
With all this information I get information from another computer.
Sub ListOSProperties( strComputer )
Dim objWMIService, colItems
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery("Select * from Win32_OperatingSystem",,48)...
I would like to to this with VB6 is it possible?
VBSCRIPT
Set dtmConvertedDate = CreateObject("WbemScripting.SWbemDateTime")
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colOperatingSystems =...
If I would like to to this with VB6 is it possible?
VBSCRIPT
Set dtmConvertedDate = CreateObject("WbemScripting.SWbemDateTime")
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colOperatingSystems =...
We have many computers that are windows 2000 and windows xp.
Is there possible to show which computer is Windows XP on our network. Or get the ip-addresses of those computer that has windows xp?
George
Golom, I have tried your example. I call the SetTheFocus sub last thing I do in the UserControl_Show
Private Sub UserControl_Show()
TopFrame.Visible = True
WorkFrame.Visible = True
strUser = "ADMIN"
SetTheFocus
End Sub
Public Sub SetTheFocus()
EANCode.SetFocus
End Sub
I...
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.