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...
On our xp machines we recive an error "Invalid procedure call or argument", but it works on our windows 2000 machines.
When i debugg the application on win xp machine i recive the error message after textSearchEntry.Setfocus
What should i do to fix this?
When I open a project and I want to begin to debug a Usercontrol.
I press F8 and then an error message is being displayed "could not start Internet Explorer"
George
When I am trying to debugg my application I am getting an error message could not start Internet Explorer.
It worked perfectly this morning but not it doesn't work.
I have Windows XP Professional with SP2 installed.
This has been working for a year without any problem
How can I solve my big...
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.