| Thread | Last Post | Replies |
|
| How to write Byte to registry? | 21 Jan 2006 12:44 GMT | 1 |
Some of my variables are declared as Byte. I need to store them in registry. When I use: Dim As oShowOptions as Byte
|
| Dot matrix network printer problem | 20 Jan 2006 18:14 GMT | 4 |
I have written a program that prints several reports on an Epson dot matrix printer. I use PRINT # command so that the output is in basic printer text mode and the printer works fast.
|
| events in usercontrol | 20 Jan 2006 18:03 GMT | 2 |
i have a usercontrol that i gave with the usercontrol wizard the following events mousedown,mouseup,mousemove if i place that usercontrol on a form, i can see the event procedures at
|
| Got Svr, need DBs | 20 Jan 2006 17:40 GMT | 1 |
I have a bunch of servers, actually there are about 340. I have the names of the servers but what I'd like to do is loop through the servers and return all the databases on those servers. I'd also like to find out how busy the servers are.
|
| Microsoft releases key Vista developer technologies | 20 Jan 2006 16:50 GMT | 4 |
MS trying hard to promote .net http://news.zdnet.com/2100-9590_22-6028125.html?tag=nl.e589
|
| error when call app help | 20 Jan 2006 16:30 GMT | 2 |
The Help file for l my app is causing an error when I call it from the menu but not from the F1 key.The help file is context sensitive and when a form is active and I press F1 the help file is opened with the correct topic displayed,however when I try to open the help using the
|
| Need Your Help in Backspace Keyboard Event | 20 Jan 2006 16:04 GMT | 1 |
Hi Every One. I want to use BackSpace Keyboard Event. Actually i want when ever backspace is pressed my text field shud have focus and the first character from the right (Text Box is right justify) shud be deleted. I have used some other events like KeyPress() with other
|
| VB Limits on memory | 20 Jan 2006 15:12 GMT | 9 |
I am continually having problems in the development envoronment of strange things happening. It occurs after I'ved been using it for awhile. After exiting and comming back in the problems go away. How can I find out if I'm running up against any memory constraints or
|
| Left Padding Zeros In A String - VB6 | 20 Jan 2006 13:42 GMT | 8 |
I'm sure there's an easy way to do this already but am not seeing it. Does anyone know of a function that exists in VB6 already that allows you to pad 0's (or any character) to the left of a string?
|
| VBSQL using Windows authentication | 20 Jan 2006 11:01 GMT | 3 |
My company has a Financial system which was written quite a number of years ago and has grown to be a very large product. The system uses VB6 and SQL Server 2000. We connect to SQL using VBSQL.OCX, thus using all of its funtions
|
| Writing to registry numeric value | 20 Jan 2006 09:42 GMT | 4 |
I have problem writing to Windows registry numeric value: Declare Function RegSetValueEx Lib "advapi32" Alias "RegSetValueExA" (ByVal hKey As Long, ByVal lpszValueName As String, ByVal dwReserved As Long, ByVal fdwType As Long, lpbData As Any, ByVal cbData As Long) As Long
|
| Outlook Automation Question | 20 Jan 2006 09:40 GMT | 6 |
*** Previously Posted on OfficeDev Automation without a reply *** Dear All, I am trying to send an email through Outlook NOT through the default Mailbox but through another mailbox that I have total rights to. We are using Outlook
|
| how do I switch focus from one .exe to another .exe in visual basic 6? | 20 Jan 2006 02:48 GMT | 1 |
I'm brand new to coding in visual basic 6. I have a need to put code into by VB app so that is will give control (or switch focus) to another .exe that is executing. Can someone tell me the command to do this in my VB app? Thanks a bunch for any help.
|
| USB And VB | 20 Jan 2006 02:46 GMT | 3 |
Sounds spoony but I've just used my USB cable to light up an LED, and I was wondering can I use VB to make it flash or just turn it off an on. Any ideas??? Cheers
|
| Help With Column Algorithum | 20 Jan 2006 02:08 GMT | 1 |
Hi all, I've written a function to return true or false if the value I supply to it is close to a predefined column: Private Function IsOnColumn(ByVal Position As Integer) As Boolean Const COLUMN_WIDTH As Integer = 100
|