| Thread | Last Post | Replies |
|
| Run hidden | 12 Dec 2006 10:20 GMT | 5 |
How can I make my project which is only one form, run hidden (the whole form should be invisible) whenever it runs??? Thanks in advance
|
| Problems with Microsoft usenet servers? | 12 Dec 2006 01:52 GMT | 4 |
I'm on Earthlink and haven't seen any updates at all to any of 5 MS groups (VB6 and script) since Friday afternoon. Is anyone else having trouble? I'm wondering whether this is a
|
| a question about collections... | 11 Dec 2006 16:14 GMT | 6 |
I have a list of data abc,123 def,456 I want to put this into a collection... Sort of a list of lists...
|
| VB 2005 vs. VB6? | 11 Dec 2006 14:24 GMT | 1 |
I saw a German computer magazine (com!) with a DVD containing a free copy of "Visual Basic 2005 Express" but I didn't buy ist. I work with VB6 for some years now and I am wondering what this version 2005 is. Can anybody explain the diffenrence?
|
| Graphics Problem | 11 Dec 2006 13:07 GMT | 14 |
I have a form, ScaleMode = vbPixels, Movable and sizable, WindowState = Normal In the resize event I have: Private Sub Form_Resize()
|
| Why does does this generate an error | 11 Dec 2006 12:31 GMT | 10 |
I am trying to have a separate application load inside a MDI form. Whenever I do "Call GetClientRect(Me.Handle, r)" it says "System.AccessViolationException was unhandled Message="Attempted to read or write protected memory. This is often
|
| Swing Algorithm Problem | 11 Dec 2006 02:55 GMT | 16 |
The Flowcharting thread was getting a big unwieldy. So if okay, I'd like to start fresh here with the a proper subject title. TO STEVE: Created a project with your code (gift). It's a fast little monkey! If this
|
| Eqv? | 10 Dec 2006 19:51 GMT | 9 |
According to my pencil and paper, 12 Eqv 8 should equal 11. But in VB if I do X = 12 Eqv 8 Then X = -5,
|
| Missing VBScript | 10 Dec 2006 03:45 GMT | 2 |
Hope this is the right newsgroup - if not, apologies. I have tried to install iTunes on my WinXP laptop, but the installer says:"iTunes could not be installed because Visual Basic Script (VBScript) is not installed or has been disabled...."
|
| Visual Basic 6 Problem | 09 Dec 2006 18:05 GMT | 5 |
Does anyone know how to create an ActiveX EXE Server that raises events which can be captured by muliple clients? So, I have two applications that are both clients. I need to pass data via the activex exe from one application to the other. The messages will be
|
| Calendar Control | 09 Dec 2006 05:03 GMT | 1 |
I added a calendar (Calendar Control 8.0) to a programmed Word document and access it using the following code: Private Sub Calendar_Click() frmCalendar.Hide
|
| enums and integers... | 08 Dec 2006 22:27 GMT | 2 |
I have a radio button list on my gui. It has three choice... x bad 0 soso
|
| Need example | 08 Dec 2006 22:17 GMT | 2 |
Anybody have link to download vb5 samples.please send me alink. Thanks
|
| Obtain Mcse,Mcsa,Mcdba,Mcsd .Net,Ccna,Ccnp Without Exams(Pay After Check Resutls)100% Passing Gaurantee | 08 Dec 2006 10:43 GMT | 8 |
hi friends if anyone need to clear MCSE,MCSA,MCDBA,MCSD,MCSD.NET,CCNA,CCNP,A+,N+,SECURITY+Without exams and study..
|
| Visibility of Form1 in Form2 (starting over) | 07 Dec 2006 20:54 GMT | 7 |
Let me start the question again, since my correction was wrong too ;) In a VB6 app, I have a simple form named Form1 with a TextBox in it; in Form2 I want to get a value and then update Form1.TextBox1 ... but it doesn't work with the "obvious" code:
|