| Thread | Last Post | Replies |
|
| Complie Error | 18 May 2007 13:45 GMT | 1 |
Using Microsoft Visual Basic 6.0 Microsoft SQL Enterprise Manager 8.0 -- Form1.frm
|
| Newbie question about numeric conversions in VB 5.0 | 18 May 2007 06:34 GMT | 2 |
I am converting some code from Fortran.
>From my testing, it looks like: 1. Longs get converted to Doubles before math operations. 2. Doubles are rounded when they are assigned to Longs.
|
| Now and Time... | 18 May 2007 04:36 GMT | 4 |
I have a piece of code that starts off a job at a specific time. If Now > DTPicker1.Value Then JobTimer.Enabled = False DoJob
|
| DIR and vbDirectory | 18 May 2007 02:28 GMT | 3 |
I have a piece of code that doesn't seem to be doing what I thought it should be doing... Me.TCDList.Clear path = tcd + "\*"
|
| playing a wav | 17 May 2007 21:03 GMT | 1 |
can anyone show me some simple code for VB5 to play a .wav sound file ? thanks for your time
|
| Tooltip owns my VB form and my form dies when the tooltip 'fades' | 17 May 2007 15:27 GMT | 5 |
A similar issue occurred for ActiveX controls running under IE7, but I couldn't find a resolution to it nor any reference outside of IE7. Dave Massy, the IE project manager was involved in the IE issue. In my case, I created an ActiveX DLL that uses a form for its user
|
| Save contents of PictureBox | 17 May 2007 13:49 GMT | 2 |
How can I save the contents of an invisible picturebox to a png, jpeg, gif or bmp file? Thanks in advance! :-)
|
| got it | 17 May 2007 03:10 GMT | 1 |
Hey guys I got it Dim n As Integer Dim x As Integer = ListBox3.Items.Count Do While x > 0
|
| Adding numbers in a list box and putting them into a label | 16 May 2007 23:08 GMT | 6 |
Hey everyone I am working on a program to add all the numbers that are in 1 list box and put the value into a label, here is what I have so far.... ps it is driving me nuts, I want to know whats going wrong... Dim i As Integer
|
| DrawIcon API | 16 May 2007 22:51 GMT | 9 |
Hi Masters :-) Could anyone of you please translate the following into Visual Basic 2005 Code ? I am new to this and tried every trick but failed to translate. Any
|
| Problems with AddressOf operator | 16 May 2007 20:15 GMT | 4 |
I have a dll that has a callback into my visual basic program. I have attempted to follow what I learned here http://www.thevbzone.com/secrets.htm and here
|
| Problem with Form.ValidateChildren (infinite validation loop?) | 16 May 2007 14:43 GMT | 3 |
When attempting to use the form.ValidateChildren() with multiple validation errors the code appears to get in an infinite loop among the various validation subroutines. With only one validation error on the form the problem does not appear to occur. Thank you for your help on ...
|
| "Visual Studio is Busy" whenever I work with a DataSet | 16 May 2007 10:40 GMT | 2 |
I get a Visual Studio Delay Notification whenever I try to work with a DataSet in my ASP.NET/VB 2005 website. When this happens, I have to end the devenv.exe process because Visual Studio basically just 100% hangs while it is "busy". This problem just
|
| VB 6.0, Data Environment, & Using Access 2000 | 16 May 2007 02:25 GMT | 2 |
I am using VB 6.0 with a Windows XP Professional environment. I am also using Access 2000. I am currently building a program and need reporting capabilities. So, I started a Data Project (first time I've ever used it so it's already a "mystery").
|
| Question about returning UDTs from a C++ dll | 15 May 2007 13:20 GMT | 6 |
Hello all, I am having trouble returning a UDT from a C++ dll. I can successfully call a C++ dll with a UDT, but when I try to return that very same UDT from the C++ dll, the return fails. Here's my code...
|