| Thread | Last Post | Replies |
|
| SQL question ? | 02 Jul 2004 08:31 GMT | 9 |
How can i use the Join command in SQL to join 6 Tables. Need the full SQL command for 6 tables. -- Murali L
|
| How can I have a bigger form? | 02 Jul 2004 08:10 GMT | 14 |
The size of VB6 form is limited. How can I have a bigger form? Thanks.
|
| Reading images into an array | 02 Jul 2004 06:53 GMT | 8 |
I'm using VB6, and I would like to write code to read an image file (JPG, GIF, BMP, TIF, and/or other popular formats) into an array to store a true-color representation of the image. So, it could be an array of long, three arrays of byte, or something else altogether.
|
| UNICODE Double Byte convert to UNICODE Singel Byte | 02 Jul 2004 05:56 GMT | 2 |
I got a file, unicode double byte. It contains Chinese words, English words and numeric characters. If it possible to NOT convert Chinese words, BUT ONLY convert English words and numeric characters to Single Byte, and then display into one file?
|
| *.vb or *.DLL file attributes | 02 Jul 2004 01:02 GMT | 1 |
Does anyone know how use VB to get the "Comments" or "Version" attribute from a *.vb file? For that matter, how does one get the info from a DLL or EXE? Is it the same process? The *.VB file was created with the Embedded tools, eVb. (Don't know if
|
| Ending a file without using Close. | 01 Jul 2004 23:01 GMT | 1 |
I have a small problem in a program under construction. The code is processing a file of stock market prices. The first subroutine reads a text file and writes a random file with a few dates that are missing data, usually because a holiday closes the exchange during the week. A
|
| Insert Into...Values(" & object of data & ")" question? | 01 Jul 2004 19:57 GMT | 4 |
I need to create a table on the fly and pass data to it. The table contains several fields. I am using the ADODB command object for this. But rather than doing this: Create Table
|
| Compilation File Size | 01 Jul 2004 19:39 GMT | 3 |
Hi, hope somebody can help. I've recently installed Visual Basic 6.0 (SP5) on to my new Windows XP Professional machine, as well as my OCX controls, and find that the compiled EXE file size has practically doubled! Any ideas. When I open the same
|
| Form question-opinion | 01 Jul 2004 19:05 GMT | 10 |
I'm sure that this question has been asked and answered a gillion times, but I haven't seen it before now. I have several apps where the user can type in a number into a box (customer number, order number, etc.) and press the "Enter" key and the program retrieves the appropriate ...
|
| Stopping the refresh during population of flexgrid | 01 Jul 2004 18:23 GMT | 2 |
I have a flexgrid that is populated with a few hundred rows(yes, I need them all) and would like to stop the form or flexgrid from repainting(refresh) while it is being populated, then refreshing after the data access(ado ms.sql) is done.
|
| various objects in my VB6 project - Calling IUnknown | 01 Jul 2004 18:06 GMT | 14 |
I've done alot of back-reading on ms vb groups on this, and I am left wondering about this - maybe someone can help me to understand? Now let's say I've got an instance of MyThing. As I understand it, there's an IUnknown in there at the base of the vtable that I didn't code, but ...
|
| Communicating between two VB apps? | 01 Jul 2004 17:39 GMT | 5 |
How can I send data from one of my VB apps to another and back again? I think it may be something to do with "COM"? Any example code or related sites would be appreciated. Thanks :)
|
| Calling Exe with a parameter | 01 Jul 2004 17:33 GMT | 2 |
I want to create an application that performs certain tasks depending on what paramenter it receives. For example, if I pass copyfile I want the application to copy a file. Question: What property do I have to use to retreive the parameter that was passed when the application was ...
|
| where do us long time VBers move on to? | 01 Jul 2004 16:27 GMT | 37 |
Al,
> Being that VB will, at some point, reach end of life, where do us long time
> VBers (I've been VBing since 2.0) move on to? |
| Data Grid or Flex Grid | 01 Jul 2004 14:54 GMT | 1 |
Which is the best one to use for Master/Details Form Data Grid or Flex Grid. Murali L
|