| Thread | Last Post | Replies |
|
| Check Box in Unbound Datagrid | 10 Apr 2006 13:09 GMT | 6 |
The following line displays as Yes No but I can't work out the check box Datagrid.DataFormats.Item(2).Format = "Yes/No" ' or "True/False" TIA for any assistance Sam
|
| Help in Copying VB Project | 10 Apr 2006 10:15 GMT | 8 |
I am trying to Copy my project to another folder. I do this so as to start another version for editing etc. I tried creating the new project in my target folder and then adding (just like I add a new object in design mode, not copying files from one folder to
|
| Using variable to reference control array | 10 Apr 2006 09:41 GMT | 4 |
Hi, I have a form with 10 different groups of "totals" info. Each group is a separate control array (textboxes) containing 6 items. To eliminate a lot of almost-duplicate code, I would like to reference a
|
| Search a database using user entered search string - How? | 10 Apr 2006 09:34 GMT | 2 |
VB 6.0 I am connecting to a database via ODBC. I have a form which displays the fields I want to see and I am able to navigate through the records one by one.
|
| Class Instantiation Question | 10 Apr 2006 04:43 GMT | 8 |
I have a VB.NET application that uses a SQL wrapper class that handles all SQL functions such connection, executing stored procedures, executing select statements and so fourth. The application uses MDI child forms that when opened perform several
|
| Returning a string from a DLL to VB | 10 Apr 2006 03:48 GMT | 4 |
Is there a problem with how the following code is implemented? I have inherited a VB OCX that is calling into a DLL that was built in C++. The function being called receives an integer and a string. The function uses the integer to lookup a string which written to the passed in ...
|
| Adding strings to a Collection | 10 Apr 2006 02:26 GMT | 3 |
Hey all. I need to add times as a string value to a collection. The user has to select times from a group of check boxes (e.g. from 00:00 to 23:00) which, when a checkbox is ticked will save the string as whatever the time is. When it is unchecked the string is just "". Now I
|
| Capture image from webcam | 09 Apr 2006 23:41 GMT | 2 |
Is it possible for me to capture an image from a webcam attached to my system and save that captured image as a jpg (or whatever image format) for later use in my project? If so, how do I code something like that? Thanks
|
| Check if a form is loaded | 09 Apr 2006 18:34 GMT | 14 |
Hi, how do I test if a form is loaded? I need to know if a form is loaded and eventually close it when an other specific form is loaded.
|
| Controlling a Fuji camera. | 09 Apr 2006 16:41 GMT | 4 |
Hello chaps, I'd like to control my Fuji F610 camera using my PC. I'm finding it difficult to locate the software to do this, so I'm going to write it myself (!), if it's possible!
|
| Trim String Array of empty values | 09 Apr 2006 15:39 GMT | 27 |
Stupid question in VB6, I have a string array, how do i trim or get rid of all of the empty values? thanks
|
| vb6.0 couldn't 'Auto list members' | 09 Apr 2006 09:33 GMT | 10 |
I use vb6.0 sp6 +vss 6.0 + windows 2000 I have checked the options 'tools->option->Text Editor->All Languages->General->Auto list members',but somtimes,when I type the object+'.',the function or the property couldn't popup,but when I make the
|
| loading bitmap | 08 Apr 2006 11:18 GMT | 2 |
I have a silly question , When using loadsurface(app.path & "\ bitmap file", where do you store the bitmap that you need to load ?.
|
| String arrays? | 08 Apr 2006 11:09 GMT | 1 |
Just curious what version of basic did this become possible? Dim a(8,63,9) As String Thanks, Gary
|
| Stuck in DoEvents | 08 Apr 2006 11:03 GMT | 3 |
I have a class in which I'm doing some processing. It's raising events back to a form which has instantiated it and it's telling the form progress on processing. I'm waiting to process a bit of data and then wait until a button on the form is pressed in which case carry on ...
|