| Thread | Last Post | Replies |
|
| Date from server. | 06 Sep 2008 11:15 GMT | 6 |
I have a few applications (VB6) that perform some daily action. In a table (SQL Server) I have a field 'LastDayUpdated' in which I keep the number of the day that this action was executed.
|
| Systen Information | 06 Sep 2008 07:36 GMT | 16 |
In my project I use the downloaded System Information, but when the form appears it is mostly at the top left, can I set the position of this form may be vbmodal of my top form?
|
| Pass Javascript value to Textbox | 05 Sep 2008 23:33 GMT | 2 |
This may be a crazy question but here goes! I have an ASP.NET application that will run on my Intranet. I need to know what workstation the app is being run at in order to determine where printed output should be directed. In other words, the app will print to 3 different
|
| IDE Toolbar | 05 Sep 2008 21:17 GMT | 3 |
Somehow, someway I got a Visio toolbar on my VB6 IDE. I cannot find a way to kill it off permanently. Anybody know how to rid the IDE Visio Toolbar of this?
|
| Remote SQL Server Database Size | 05 Sep 2008 20:58 GMT | 6 |
I have Visual Studio 2008 Standard edition. I have 13 remote sites which are running SQL Server 2005 Express Edition. I was wondering, is it possible with either Visual Basic or Visual Web, for me to connect to those remote servers and find out the current size of a database on ...
|
| OBJ Files vb6 | 05 Sep 2008 19:13 GMT | 6 |
Everytime I make changes on my app I find several OBJ files. What can they be used for?Are they trash?
 Signature Thanks,
|
| HOW CAN ADD DATABASE INTO VB 6 PROJECT SOLUTION ?SORRY NO THREAD P | 05 Sep 2008 16:50 GMT | 1 |
HOW CAN ADD DATABASE INTO VB 6 PROJECT SOLUTION ?SORRY NO THREAD PLACE FOR VB6 DIRECT ! Dear Sir, I'm coding a VB 6 Proffessional and my data base can not be added into
|
| VB6 & VB9 on same box? | 05 Sep 2008 16:48 GMT | 27 |
Hey people, I've got an application written in VB6 SP6 - been in production since 2000. I want to upgrade to VB.NET but years ago I tried having VB6 and VB.NET (I think ver 1.1) on the same box and it broke my VB6 Code.
|
| Like & Replace | 05 Sep 2008 15:40 GMT | 5 |
So how would I do a replace if I used this function proviided by Rick? This function finds the start, but how do I find the end of Pattern to know what to extract? Function AmbiguousFind(TextString As String, Pattern As String) As Long
|
| Ntbtlog.txt Useless | 05 Sep 2008 14:34 GMT | 4 |
Is it my imagination that after all these years of Windows the BootLog.txt did not get any better. I have a system that seems to have a bad driver for it always reboots. I have used msconfig to set /Bootlog /sos but when I look at the log it only tells me the last driver that ...
|
| Password Protection | 04 Sep 2008 16:00 GMT | 18 |
My project is password protected. The password is written to the registry under HKEY_CURRENT_USER\Software\VB and VBA Program Settings I am using XP if the target machine is using Vista will this still work? When the program is loaded you have to enter the correct password to be ...
|
| Intellisense | 04 Sep 2008 15:55 GMT | 54 |
Hi, I was a user of Visual C# for a while and have gotten used to the Intellisense for that program. I went to try Visual Basic, and the intellisense is so much different. I'll try to make an example: Say I want to write: MessageBox.Show("Hi there")
|
| RegEx and Beyond | 04 Sep 2008 07:19 GMT | 12 |
VB6 I like Like but it does not tell me where the match is. I like Instr but it does not allow wildcards etc. I am studying RegEx but so far I cannot find the basics I need.
|
| Winsock DataArrival Complete | 04 Sep 2008 06:27 GMT | 7 |
VB6 How do I know when winsock has received all the incoming ? I do Winsock1.SendData
|
| testing for 24 or 12 hrs system's time | 04 Sep 2008 02:07 GMT | 47 |
What is the proper way of checking the computer's system time? Using Time() and checking for AM/PM presence or is there a better way? Your thoughts appreciated, Jack
|