How do i install msmq on win2000 professional? i created an app in vb and it works great on my win98 box, but how do i get it on win2000 prof?
thank you very much in advance
john - thank you for your response. i never noticed they returned variants. :)
what i am doing is loading a file into a byte array. then i wanted to assign different sections of that array to other arrays. i'm doing that like this:
dim b1() as byte
dim b2() as byte
dim f as long
Dim f As Long...
is it faster to have a byte array and use leftb$,rightb$,midb$ etc., or to have a string and use left$,right$ etc... ?
why is it faster to use the $ /w those commands?
i've used this to get command line arguments:
sub main()
dim c as string
c = command
end sub
you may want to research activeX dlls. i've used these a lot in my programming.
this may or may not help:
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Public...
i might be way off, but i've connected to db by making a reference to msado25.dll. this example uses a dsn, but could quickly be change.
dim c as new adodb.connection
dim r as new adodb.recordset
on error goto somewhere
c.open sDSN
c.execute ("select * from table")
let me know if...
i'm not well rehearsed in win32/16 bin code . but is it possible to create object code in qbasic and link it with vbcode into an exe or dll?? maybe i'm far off but could you make an exe combined of 32bit and 16bit code? i'm sorry i don't know all the ins and outs of object code. where are...
i'm a newbe to vbscripting.
My problem is that a network of computers need to change some settings without going to each computer manually. here is the code to do it in vb, but how can i get this to work if the network sysop doesn't want unfamilier executables running? Can it be done in...
I have a question for jmarler, or Alt255. I haven't tried any of the ideas you're bringing up. When it does work on 98, can that be viewed through filemon? or does it show up invisible to filemon.
-richard
Can anyone please explain why my ActiveX control messes up the mouse events?
I'm using visual basic.
Here's what I did:
1. Start new Standard EXE project
2. Add a usercontrol to the project
3. On the usercontrol, i pasted a picturebox in the upper-left hand corner.
4: Added this code to the...
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.