| Thread | Last Post | Replies |
|
| Updating a record in VB | 24 Mar 2006 04:46 GMT | 1 |
hi, I am new to VB and I a have a few questions: 1) I am trying make a button in MS access open up a new for to update it with a new record at the end of the new form. Sounds simple right? But it does
|
| SETUPWIZ.EXE problems | 24 Mar 2006 00:17 GMT | 1 |
I am using VB5 and trying to run the Setup Application Wizard (SETUPWIZ.EXE). When I try to open the program I get an error that reads: "Invalid property value" "An unexpected error has occurred"
|
| MouseMove event not firing | 23 Mar 2006 21:00 GMT | 4 |
I have a form which contains a picturebox as I'm creating a screen saver. The picturebox_click event fires but the picturebox_mousemove event seems to be ignored. Both the form and the picturebox are enabled. I found the mousemove
|
| Visual Basic reformatting code | 23 Mar 2006 19:31 GMT | 8 |
Does anyone have some existing code that will take a string of VB Code and indent it (or otherwise pretty-print it)? And if not - does anyone care to take a stab at it? _______________________
|
| Hello ppl | 23 Mar 2006 19:25 GMT | 2 |
Hello group, I am planning to start learning the VB and VB.net skill can any please tell me some good reasources to do the same? Thanks
|
| Visual Basic Menus/Classes | 23 Mar 2006 12:40 GMT | 21 |
I am writing a program in VB6 for my current employer. Its basically a presentation dics that displays/summarizes different products. The question I have is that I have a rather block of code that is used to define the menu structure of the program. Instead of using a
|
| Vox Supreme Novo with Vox account | 23 Mar 2006 11:29 GMT | 4 |
Does anyone ever Created a program to read the output of a vox account? A 'Vox Supreme Novo' is a telephone exchange (I'm not sure its called like that) Its the central unit that connect a bunch of telephone's
|
| .NET 1.0 or V6 application in Visual Studio 2005? | 23 Mar 2006 07:32 GMT | 12 |
Is it possible to write a VB program in Visual Studio 2005, which does not require .NET 2.0? E.g., is it possible to write a VB program that can run in WindowsXP without requiring the user to downloading redistributable?
|
| VBRuntime Event ID 1 Thread ID: 9604 ,Logged: Number: 200 | 22 Mar 2006 20:09 GMT | 1 |
Anyone know what the crap to do with errors like this? Event Source: VBRuntime Event Category: None Event ID: 1
|
| Help me. | 22 Mar 2006 17:53 GMT | 1 |
Hai Friends, I like to display the Tool Bar picture in my Menu. I searched a lot to do that, but I can't. Can any one help to achive my objective by explain how to do that or any link where I will find the Explaination
|
| dropdown/combo box | 22 Mar 2006 15:58 GMT | 1 |
I am trying to create a form in frontpage to be put online. What I want to happen is when a particular dropdown box is selected, another dropdown to display a predetermined value based on the selection. i.e. when Sydney is selected in city NSW will appear in the state box. Any ...
|
| Basic Genetic Algorithm & Neural Networks | 22 Mar 2006 11:32 GMT | 1 |
Can any one plz tell me where i can find c or c++ code for the Basic Genetic algorithm using Nueral Network ? the selection of the individuals must be done using Neural networks consisting of 2 or more layers .
|
| Importing tab delimited text file data into SQL Server 2000 table via VB | 22 Mar 2006 00:36 GMT | 5 |
I need to create a project in Visual Basic 2003 that imports a text file with tab delimited data (4 columns) into a SQL Server 2000 table. Do you guys know a tutorial or a sample code to accomplish this? I have tons of these text files to import to SQL 2000, so I'm thinking of
|
| IsNumeric not returning correctly | 21 Mar 2006 22:21 GMT | 15 |
All, I think I may have uncovered a bug in the IsNumeric function. I am writing a Schedule Of Classes Application for our campus and have a seciton that lists the Times, Buildings and rooms for courses.
|
| First row in Selection range (first index of a cell) | 21 Mar 2006 15:48 GMT | 4 |
I have a problem with selecting first cel in selection Range or return an index of the first cell in Selection Cell. I have something like this: ...................
|