| Thread | Last Post | Replies |
|
| ListView and SQL Server update question | 17 Dec 2005 09:06 GMT | 2 |
In my MyForm, there's one ListView control listView1 in the MyForm. The ListViewItem in the listView1 MATCHING EXACTLY the data in a SQL Server database table Customer. e.g.,
|
| Search within files in a directory (VB6) | 17 Dec 2005 02:30 GMT | 3 |
HI. I have a directory of files that I would like to search through for a specific line. I would then like to write that line and the filename to a text file. I just don't know how to do this. I'm still learning how to use VB 6.0 and would appreciate any help that you could give.
|
| Naming Conventions VB | 16 Dec 2005 23:51 GMT | 5 |
Is there any standard for Naming Conventions to VB
|
| MScomm, jpeg data, | 16 Dec 2005 19:13 GMT | 3 |
I have to say sorry, the byte direct 2 pictureBox works very nice! Now, I am meeting another problem, I got data from Serial port, and it seems not a correct jpg file ...
|
| MS Comm input | 16 Dec 2005 19:08 GMT | 1 |
I have a machine (switch or router) connected to my COM port. I need to get the input from that machine, such as the hostname, or any other character. I want to WAIT for that character.
|
| (Tea Time) finally, my app works... | 16 Dec 2005 17:17 GMT | 2 |
YA, take about 15 hours... to debug an array that I forget to plus 1... : ) Problem: Why every JEG files collected data from Serial port stream is incorrect. Debug:
|
| Creating A New Project | 16 Dec 2005 17:12 GMT | 6 |
One thing that I see is a short fall when creating a new project is not being able to select where I want to create the project, just having 1 default directory in the "Projects and Solutions" tab just bites! I do not create my projects in the same directory all of the time. I ...
|
| help concatenating two or more wav files | 16 Dec 2005 15:58 GMT | 1 |
struggling to find a code snippet that shows how it can be done jd
|
| Create a shortcut in SendTo menu | 16 Dec 2005 15:24 GMT | 15 |
I have been looking around on the web and have found several references on how to create shortcuts. However, some rely on on the Recent folder (that apparently does not apply in XP), some on the WSH (that I am trying to avoid due to
|
| How to call Shell ("c:\del *.jpg") | 16 Dec 2005 10:10 GMT | 9 |
I wan to run a dos command as: Shell ("c:\del *.jpg") Could you please adivce which statement is correct ? Thank you very much!
|
| (Basic) Create binary file problem. | 16 Dec 2005 09:58 GMT | 6 |
When I put my jpg byte array to picturebox by the method in last thread, I can see the picture was change, but nothing shown. ( no pictures, and the original picture will be removed ) Now, I want to write those data to disk and open it by other program.
|
| How to merge two array without for loop assigment | 16 Dec 2005 09:41 GMT | 11 |
I want to merge (collect) the MScomm control's input data. Buffer = mscomm1.input but the next time I assign it again, the prevous data will be clear ( ReDim), but I want to collect them ( because that is a jpg stream )
|
| How do I output "quotes" | 16 Dec 2005 09:30 GMT | 36 |
Apologies if this is a stupid question but I am not a programmer :o), and am guessing this is probably very basic, but how do I output a quote mark (") when writing to a file? I am trying to read in a fixed length data file and reformat it ouputting
|
| Anybody doing freelancing in VB ? Need pointer ! | 16 Dec 2005 05:01 GMT | 33 |
I'll be pensionned soon and I already find time heavy on my hands. Even though I am financially independant, some extra moolah is always nice and besides, I _love_ programming in VB. Putting the two together came naturally in my mind but before I take the jump and sign up with
|
| MSComm1_OnComm()'s comEvReceive first or Buffer = MSComm1.Input | 16 Dec 2005 01:52 GMT | 7 |
I have a MSComm1_OnComm() event that processing input data. If I still assign <Buffer = MSComm1.Input> in some other routine.. Which routine will be processed first or only ? MSComm1_OnComm()'s Case comEvReceive event or the Buffer = MSComm1.Input
|