| Thread | Last Post | Replies |
|
| The validate event does not fire on sspanel | 17 Sep 2003 15:18 GMT | 1 |
The validate event does not fire when i click on a sspanel control. The lostfocus event is fired but the validate event does not.
|
| Visual Studio 6 Service Pack - Due when? | 17 Sep 2003 15:16 GMT | 3 |
Anyone know when Service pack 6 for Visual Studio 6 is due out? I know SP 6 is/was in beta testing.
|
| VB newbie help | 17 Sep 2003 13:01 GMT | 2 |
Hi all i am writing a small program and what i need to do is have some code that will do the following: When i press a key within a text box it will type that letter/number in and then move to the next text box in the tab order.
|
| VB.NET Retrieving Identity form MSSQL2000 without using stored procedures | 17 Sep 2003 10:04 GMT | 1 |
I have a problem. I'm using a dataset in VB.NET with multiple tables with relations between them. I would like dataset to update to all related tables with right identity, when certain record is added. The problem is that I don't know how to do it, when I'm not using stored
|
| form with child forms | 17 Sep 2003 09:05 GMT | 4 |
I've created a bunch of standard forms with some stuff in it blabla. Now I want all teh forms in 1 main form. So If I move/minimize or close the form, all it's children forms need to be changed as well. And also, instead of lot's of icons in the Windows Menu bar for every form, I ...
|
| Ceiling Function | 16 Sep 2003 23:17 GMT | 3 |
Does anyone have code for a simple ceiling function? Thanks.
|
| Overloading | 16 Sep 2003 20:03 GMT | 6 |
Another question for today, does Visual Basic 6 provides overloading? I looked around in the help and in some books but I couldn't find it, maybe VB uses another name for it. With overloading I mean using the same function/procedure name more than once but then with different ...
|
| USB-comm converters | 16 Sep 2003 16:52 GMT | 5 |
I am using VB5 and a USB-to-comm converter device. When I close the port (using PortOpen=False) on exiting the program and then re-start the program and open the comm port, I always get the message "port already open".
|
| VB.NET 2003: Can't add reference to web service | 16 Sep 2003 10:07 GMT | 2 |
I created a simple web sevice (the default Hello World) in VB.NET 2003. I can run this web service without problem using IE. But when I try to add a reference to this ws from a VB.NET 2003 windows app
|
| Replace Multiple strings | 16 Sep 2003 10:04 GMT | 1 |
Is there a simple way to replace/remove multiple strings? I need to remove all instances of ' , \ / - within a field. Or do I have to use the Replace function for each one? Thanks!
|
| Search Function Not Working? | 16 Sep 2003 09:09 GMT | 1 |
I have been attempting to search this Newsgroup, using the "Subject" and the "Body Text" options. Every attempt results in a "System Error. Contact Site Administrator" error message.
|
| UNICODE support in VB 6.0 | 16 Sep 2003 05:07 GMT | 6 |
I have an established program that I am changing to allow users to select one of eight languages and have all the label captions change accordingly. I have no problems with English, French, Dutch, German, Spanish or Italian. The Polish language is causing me trouble.
|
| Does my "real time" setting have any effect on a win 98 machine? | 16 Sep 2003 03:50 GMT | 4 |
I'm writing an application that make measurements in 4 seconds interval. I do this with a 500 ms timer and I count for 8 periods of that timer. The result often ends up by 4,0 - 4,2 seconds, and 4,2 seconds is a bit to much to accept. I developed the program on a win2k
|
| Mayor unknoun progblem w/ filename returned by commondialong control or API | 15 Sep 2003 20:34 GMT | 6 |
Hello group, I am having this very weird problem w/ commondialog control or the GetOpenFileName API. I'll post my relevant code and then explain the problem.
|
| can anyone help me? | 15 Sep 2003 13:12 GMT | 4 |
i have a combo box (style=2Dropdown List) filled with some data from DB. when i change righttoleft property (true) at runtime first element of combo is replaced with combo box name. how can i overcome this problem?
|