| Thread | Last Post | Replies |
|
| How to remove icon from system tray? | 28 Feb 2005 15:46 GMT | 2 |
My VB.NET program displays a system tray icon. It works fine and when I start app it appears and when shutdown app it disappears. However, when my app crashes the icon stays and only it gets removed when I point my mouse on it.
|
| instances | 22 Feb 2005 15:53 GMT | 1 |
how to prevent second instance of the program actually i want to detect if the program is allready running and if so give it focus else run program Thanks
|
| com | 22 Feb 2005 15:31 GMT | 2 |
i have two applications (located on the same computer) and they must exchange information souch as app1: asks app2 - who is authenticated?
|
| String creation incorporating double quotations | 21 Feb 2005 01:23 GMT | 2 |
Hi, I'm wondering how to create a string that includes double quotations to be used to pass to a recordset. Part of the string is as follows: strSQL = "<CheckItem FirstValue = "B" SecondValue = "2"/>" Each time the compiler gets to a double quote, it thinks that's the end of
|
| Mouse click | 18 Feb 2005 22:25 GMT | 2 |
I am new to VB6 and started learning. I have three Picture box. A timer. What I wanted is when timer is running I want mouse click false or disable. Here is my code which is not working and error. Pls help Thanks in advance.
|
| Regular Expression in VB6 | 17 Feb 2005 18:57 GMT | 1 |
VB.NET Regex object has RegexOptions.RightToLeft property to search for the pattern from right to left. VB6 regular expression object does not have this property. How can I achieve the RightToLeft search using VB6 RegExp object? Thanks,
|
| Standard Module lifespan | 15 Feb 2005 15:16 GMT | 4 |
I have a quick question. My project contains several standard modules, each module contains procedures that are related. I understand that the entire module is only activated when a procedure that it contains is called...hence my grouping of
|
| Opening a form (rookie) | 14 Feb 2005 18:02 GMT | 1 |
How do you set a default value to a text box when opening a form for adding a new record. Such as putting a dae stamp ornd/or time stamp on a record.
|
| Age Calculation | 14 Feb 2005 16:04 GMT | 6 |
As a new commer to VB, I am having difficulty in writing code to calculate someones' age form a date input from drop down pick lists in the form Year, Month, Day. Can anyone please help? Thanks.
|
| Object Required when using set | 13 Feb 2005 23:08 GMT | 4 |
Guys - I keep getting "object required" when running this code. All the variables are defined, cant understand why the set command would fail.
|
| -0,1 + 0,1 = -0,27559 E17 ? | 12 Feb 2005 15:38 GMT | 10 |
I'm not saying i'm a good programmer, in fact i'm rather new at Visual Basic. But I did do night-school for Delphi for a year and i have made little programs for about 20 years. I think I'm overlooking something very basic, but I can't find the problem.
|
| UDT bug | 11 Feb 2005 15:20 GMT | 15 |
W98 & VB6 Public Type TestType Long1 As Long Long2 As Long
|
| winsock | 10 Feb 2005 12:45 GMT | 1 |
Dear Group, i would like to explain me if you could how i cold make a server in visual basic with multiplt sockets. I use the included winsock compoment. I would like to load about 100 free socket. Any ideas?
|
| Hi to all | 10 Feb 2005 06:07 GMT | 4 |
Hi to all I would a bit of help here. I have a server client simpler application but seems could not connected. I do not know why. I am not an expert in visual basic so I would like to understand what happening here. I try to transmit a
|
| Create ACESS make-table query | 10 Feb 2005 04:25 GMT | 3 |
Can I create an ACCESS make-table query using VB 6?
|