| Thread | Last Post | Replies |
|
| Visual Basic Target Files | 29 Jul 2008 20:16 GMT | 5 |
I am trying to open an existing VB project that was sent to me from another site. I am using Visual Studio 5. When I try to open the project I get the message C:\Microsoft. visualbasic.targets not found. What does this mean and what can I do about it.
|
| DataCombo box keeps resetting to 1st value | 29 Jul 2008 16:51 GMT | 1 |
I have a simple form that contains a datacombo box and every time I move off the control, the text value displayed in the combo box reverts to the first value in the list. The form that has an ADO control, a datacombo box, and a text box for a
|
| VB 2005 and passing a parameter... | 29 Jul 2008 12:36 GMT | 43 |
Can someone please help me out with an example of passing a parameter in my sql string. What I want to do is use the text value in a combo box as the parameter in the statement where" select * from tblAssets where Asset = cboAsset.text.
|
| Easist Way to Get PC IP Address Without Winsock | 28 Jul 2008 20:26 GMT | 4 |
Yes, it appears that by using Winsock, this is a single line function. But Winsock is not installed on most Windows PCs, and I'm really trying to limit the external runtimes I add. I've Googled this, and seen some /extremely/ complex code. I can't believe
|
| Doing Two Things At Once | 28 Jul 2008 18:20 GMT | 34 |
This is Windows, right? So I know I can. But I'm not sure how: I want my program to start up using a local data file (about 10 MB in size), so operation can be quick, and then, in the background, check for and copy an updated version of the file for use later while still using the ...
|
| Using HTTP 304 code | 28 Jul 2008 17:40 GMT | 1 |
I'm trying to make a web browser in vb6. I'm unable to hand to handle the 304 code (cache check). Can anyone tell me what request is sent by a browser to a webserver in order to check from the webserver whether a file has been updated or not.
|
| BufferedStream .Read, can't get the darn thing to .read (no except | 28 Jul 2008 17:05 GMT | 1 |
Is there anyone out there who can spot what the issue is with this code. I've looked at everything I can think of (MS docs, debugs, etc.) and don't have a clue as to why the bufferedInput. Read won't read anything (and there's definitely data in the file/obj.stream to read
|
| Compile erorr | 28 Jul 2008 15:17 GMT | 3 |
I'm getting a " Sub or Finction not defined" error message when I try to run this code that I have found online: Sub Workbook_Open() Const strFileToOpen As String = "C:\Data.xls"
|
| Indicator to Run One Time | 28 Jul 2008 14:04 GMT | 34 |
Basically, I want my VB6 app to do something different the first time it runs, after the PC is restarted, than any other times. I want it to be triggered by my app (not just have an app in the Startup group), so if it is never run, it isn't needed. But I want my app to update a ...
|
| Knowing the caller form in VB6 | 28 Jul 2008 13:24 GMT | 10 |
This question is about VB6. I have a form called by a "caller" form. I need to set some control values in the caller form from the called form. Normally, callerForm!controlName.propertyName would be adequate. However, the called form will not always be called from the same ...
|
| How to detect unicode text? | 28 Jul 2008 06:44 GMT | 19 |
How to do that programmatically? I do not care what language etc, only I need to know whether the outside text (open text file or Excel spreadsheet) is Unicode or not. Jack
|
| MouseUp raises MouseMove event? | 27 Jul 2008 19:57 GMT | 6 |
I am totally confused: Why does a MouseUp event trigger a MouseMove event? Is this a bug or a feature?
|
| Application error when using VB6 Intrinsic Controls | 27 Jul 2008 03:58 GMT | 6 |
I have been using VB6 on my PC for over a year now. About a week ago I started getting an application error anytime I open a form in the designer. I thought my projects had been corrupted but it happens if I start a brand new project, add a standard Label control (or text box) ...
|
| Extract milliseconds from a date | 25 Jul 2008 20:28 GMT | 2 |
If I convert a date to a double e.g. CDbl(Now), I get something like 39654.4780208333 I understand this double value contains the milliseconds as well. Now, if I convert this double back to a date,
|
| Converting %date% %time% to VB Time/Date | 25 Jul 2008 16:51 GMT | 7 |
I'm outputting time to a batch file using a line like: echo. %date% %time% >> "C:\Logfile.txt" On my system, that results in a text line in the log file like the following:
|