| Thread | Last Post | Replies |
|
| DateTimePicker value changes after validation | 20 Nov 2006 19:12 GMT | 5 |
I've discovered an odd behavior of the DateTimePicker which I frankly think is a bug in the control. I'm working in VB .NET 2003, but I've verified this happens in VB 2005 as well. If you enter a single digit for a day or month, and don't change anything else in the date, the ...
|
| The Month Control | 20 Nov 2006 03:07 GMT | 4 |
I've added the Month control onto my project. I have a textbox on a form that when I double-click within it, I would like this Month control to pop up just to the right of the textbox. While I can see that the Month control has a .currentx and currenty, I do
|
| message box | 17 Nov 2006 20:46 GMT | 4 |
I have on command button, I want to show massege box every time i clicked command button with number like "You clicked command buttion 1 time" then ok again i click on command buttion next time it must show "You clicked command buttion
|
| Works in Step - Not in full run | 17 Nov 2006 14:39 GMT | 6 |
This is a strange problem. Yet I've seen this before. I have a very simple routine that changes the date in txtStartDate if contains a date that comes after the last datafile date, with the datafile date.
|
| Merging WAV files in VB6? | 17 Nov 2006 14:34 GMT | 3 |
Does anyone know of any code that can simply join two or more WAV files together? (all WAV's will be the same format) A command line tool that can be called from VB would suffice at a pinch.
|
| XML/JDF | 16 Nov 2006 20:51 GMT | 1 |
I need to make an application which has to handle XML/JDF. Does anyone has a reference to some good sites that has code sample. I am not new to VB but I have some experiance with XML Regards,
|
| copy one array to another | 16 Nov 2006 19:08 GMT | 1 |
Hi Freinds, My qustion is, I want to store big number in second array from my first array and list of big number must show in list box please help me on this issue.
|
| Hide an hexadecimal number within an executable file | 16 Nov 2006 18:31 GMT | 4 |
In a visual basic .net 2003 application I use an hexadecimal number to encrypt a file as a symmetric key. Is it possible to detect, within the executable, the number above to consequently decrypt the same file?
|
| OCX Problem | 16 Nov 2006 17:47 GMT | 1 |
I have a program that I wrote on my W2K SP4 machine in VB6 SP5. If I try to run it on my XP Home Ed. SP1 I get "System Error &H800700E (-2147024770). The specified module could not be found." If I run it over of the CD I burnt it to it runs. If the CD is in the drive and I
|
| how to slow down the incoming speed of broadband | 16 Nov 2006 08:46 GMT | 2 |
Anyone know how to slow the download speed of broadband using vb6 coding? thanks
|
| AppActivate | 16 Nov 2006 01:48 GMT | 4 |
Gentlemen and Ladies; When i have another application up, i want to bring mine to front with focus. Well, it all works, sort of. My application comes to the front and is sort of activated. Well, it just sits there 'blinking'.
|
| No current record | 15 Nov 2006 14:09 GMT | 16 |
Hi. I'm very new to programming. I want to save the selection from a combo box (populated by a field from database) to a second database called tbl_classification. Both databases are mdb files. I keep getting "no current record". Do I need to initialize the database
|
| Sending data form a vb program too a mysql DB | 15 Nov 2006 08:14 GMT | 10 |
Hello, as this falls under both VB and PHP I have posted this into two newsgroups (this is the first time I've done this so if it is mucked up then I'm sorry). Anyway I want to make some simple games with in VB 6.0 and then I want
|
| Please, help on Voip SIP OCX or DLL | 15 Nov 2006 01:38 GMT | 1 |
I'm looking for a free ocx or free dll to make a visual basic software phone. Can anyone help me? Thanks a lot.
|
| Best code for randomizing set of numbers | 14 Nov 2006 09:02 GMT | 2 |
I need to randomise the numbers 1 to 15 . I've used the following code. Is there a better way of doing this randomize For number = 1 To 15
|