| Thread | Last Post | Replies |
|
| NT Administrator access. | 22 Apr 2004 16:04 GMT | 4 |
I have an VB app that needs to modify a file that only the administrator has update rights to. No one logs in as administrator. There are about 300 pc that need to be updated. Is there a way to code the file updates to happen under the administrator?
|
| Grid32.ocx | 22 Apr 2004 14:59 GMT | 1 |
I have a program (VB5) using Grid32.ocx, a customer has reported that the grid has reversed, col 0 is now on the right of the screen. The program is approx. 4 years old and this has just happened (wilth no intervention from customer, I'm told)
|
| How can I make sure WebBrowser page is finished loading | 22 Apr 2004 14:34 GMT | 1 |
I've been using the following 2 ways to make sure my WebBrowser is finished loading a page before continuing with the next code. do:doevents:loop while WebBrowser.Busy do:doevents:loop until WebBrowser.ReadyState = STATE_COMPLETE (or something
|
| Newbie help with VB.net 2003 | 22 Apr 2004 13:33 GMT | 4 |
I am the first to admit that i am not an accomplished programmer so i'm sure i have made an error somewhere. I'm hoping somebody here may be able to point out where i'm going wrong. I have written a program in VB 2003.Net that can change a password of a
|
| how do I set a radio button = true in webbrowser1 | 22 Apr 2004 08:06 GMT | 3 |
Trying to fill in a form via webbrowser1. I can fill in all the text inputs, but am having trouble setting check boxes true or false. the form has these buttons: <div align="left"> Gender:
|
| A two dimensional array with a nested loop | 22 Apr 2004 00:28 GMT | 4 |
Hello how would I display a table that looks like thiis? 01000 01100 01110
|
| Viewports | 21 Apr 2004 23:17 GMT | 6 |
Hello, does any know a good place for a viewport tutorial? TIA
|
| set type to nothing | 21 Apr 2004 21:51 GMT | 4 |
I use an Userdefined Record like: Public Type DataMembers strName As String * 40 lngNumber As Long
|
| shell command problem in VB 6 | 21 Apr 2004 20:28 GMT | 4 |
This is probably an easy one for you experts out there but I could certainly use the help. Thanks in advance! Here is my problem... I am trying to use the shell command in VB 6 to open a word document as below. You can do this with winword.exe and passing file
|
| REQ: Dec2Hex creating a two digit hex value (VB6) | 21 Apr 2004 18:44 GMT | 5 |
I'd like to use the Hex-function creating a two (2) digit Hex-value from a Dec value in VB6. DEC HEX 1 = 01
|
| Diagram Editing in SQL Server EM fails after installing VS SP6 | 21 Apr 2004 17:16 GMT | 1 |
I consider the following a bug: We have got two SQL 2000 Servers SP 2 on different machines, on one of them has two instances. On all the databases on all Server Instances, the diagram contents disappeared. You can open the diagrams by doubleclicking; they are empty. If you click ...
|
| VB6 an Excel anomaly | 21 Apr 2004 15:14 GMT | 1 |
The following code, when run in the IDE on Windows 2000 works fine. However, when I run it at home in the same IDE version etc on Windows ME, it hange the system completely after about 860 itterations or so. The (so called) task manager program under ctrl-alt-del shows system
|
| number handling capabilities for visual basic applications | 21 Apr 2004 09:46 GMT | 3 |
i am thinking of writing several mathematics applications that may be freely downloaded from the internet by users. i was wondering what the number handling was like in visual basic. some of these applications ,more specifically a prime number searcher, and a gcd/lcm
|
| how to use inet.execute to download a file | 21 Apr 2004 08:23 GMT | 4 |
I have tried several times to get inet.execute to download a file with the icHTTP protocol without much success so far. I execute: Inet.Execute "http://www.domain/myfolder/myfile.file", "GET"
|
| Byte Array As Property | 21 Apr 2004 03:36 GMT | 2 |
I'm using a collection class (a collection of classes) to keep track of open files in my application. All of the current properties are intrinsic VB types (String, Integer, Long, etc.). But now I need to use a byte array. So, my question is, how do I use a byte array as a property ...
|