| Thread | Last Post | Replies |
|
| Editing an MSFlexGrid | 06 Jan 2005 19:06 GMT | 12 |
I need some help editing the text in an MSFlexGrid having spent many many hours trying to get it to work... When I make a new project with a flexgrid, the following code appears to work perfectly:-
|
| Preventing End Task | 06 Jan 2005 17:00 GMT | 1 |
I have a process list in Task Manager. When the user do End Task, i want to prevent this. I am not planning to move to a service instead of process 1) Alleast I need to show a error message like " Crtical process can't
|
| Zipping | 06 Jan 2005 12:11 GMT | 5 |
I have a big zip file ( 287mb ) where I want to "take out" 18 files and change them, then put them back in the zip file with full dir structure ! How can that be done in VB5 with having to write hundreds of code lines ? Are there perhaps a zip to call from a shell command where you ...
|
| Unexpected error number 380 has occurred: Invalid property value occurred in vb Package and Deployment Wizard | 06 Jan 2005 04:53 GMT | 10 |
I have recently run into trouble using Package and deployment wizard. I compiled my program without. However, when I run package and deployment wizard, the following error occurred : Unexpected error number 380 has occurred : Invalid property value.
|
| Datasource bound Listbox? | 06 Jan 2005 02:43 GMT | 3 |
How exactly do I bind a listbox to a field in a recordset? I want all records in that recordset to appear listed? If this has to be manually done, then what's the point in binding? Please advise.
|
| Dropdown List Combobox (Style 2) Bound to datafield? | 06 Jan 2005 00:31 GMT | 1 |
I have a combobox which for now is Style 0 (Dropdown combo) I have it bound to the "State" field in an address in a database. I would really prefer to make this Style 2 whereby the user can only choose, not type.
|
| DTPicker and Time Calculation | 05 Jan 2005 23:53 GMT | 1 |
In a new project i would like to use two DTPickers to let the user pick a begin time and an end time T1 (time 1) = begin time T2 (time 2) = end time
|
| Newbie needs help | 05 Jan 2005 23:45 GMT | 3 |
I am trying to teach myself VB 6.0 using books. I am making a simple lotto-picker just to see if I can do it. I don't plan to make a living doing this. The problem is that I can't figure out an easy way to avoid repeats. There is
|
| What's the code for this? | 05 Jan 2005 23:06 GMT | 3 |
If the first line in txt_Buttons = "Button1:pressed" save "down" to variable button1 If the first line in txt_Buttons = "Button1:not pressed" save "up" to variable button1
|
| making individual forms appear as frames in a tabbed dialog.... | 05 Jan 2005 20:45 GMT | 4 |
Sort of a strange question (I may have asked before but I can't find anything about it and I've drank/slept since then). I have an app with a bunch of different "tools" that are accessed from a menu. Each tool is basically a self-contained form with controls and code
|
| How to setup visual studio.net? | 05 Jan 2005 15:01 GMT | 2 |
Any one know how to setup visual studio.net? I try to install the Mircosoft Visual Studio.net 2003 in Win2000 Professional with SP3, and Window XP SP2. I had already install and startup the IIS V5, and also enable the Frontpage
|
| Creating objects with VB.NET automaticly for example with an array | 05 Jan 2005 15:00 GMT | 1 |
Hallo. How can i create objects "automaticly" for example with an array? Those lines do not work: For i = 1 To 100 Dim obMitarbeiter(i) As New CMitarbeiter()
|
| How to setup visual studio.net? | 05 Jan 2005 14:59 GMT | 1 |
Any one know how to setup visual studio.net? I try to install the Mircosoft Visual Studio.net 2003 in Win2000 Professional with SP3, and Window XP SP2. I had already install and startup the IIS V5, and also enable the Frontpage
|
| DAO vs. ADO | 05 Jan 2005 13:49 GMT | 8 |
ADO is newer, but is it totally better than DAO? (functionality, speed ... anything etc) example: If I have app using DAO, should I switch to ADO?
|
| winmm.dll | 05 Jan 2005 13:42 GMT | 3 |
I'm quite new to vb programming language. I've been trying to grab audio from an external microphone. I've been told I've got to use wavein from winmm.dll this is what i hacked so far: (please don't laugh at me)
|