| Thread | Last Post | Replies |
|
| Bug in MSComm32? | 19 Jun 2005 09:58 GMT | 9 |
Am unable to generate a comEventCTSTO error: Private Sub Command1_Click() With MSComm1 '* Set default settings
|
| Webbrowser Navigate2 Headers - NoCache | 19 Jun 2005 07:26 GMT | 1 |
I search the web for information regarding to how to do navigate with AxWebBrowser control in .Net WITHOUT Writing/Reading from cache. unfortunately I saw that although the Navigate2 method contains noread/nowrite from cache, it's not currently supported.
|
| ASCII FTP Transfer | 19 Jun 2005 07:05 GMT | 1 |
The following code tranfers files in binary, but not ASCII. Is there a way to modify the code such that it also
|
| VB Studio form inserts record into Access db | 19 Jun 2005 06:48 GMT | 1 |
I'm trying to insert a record into an Access table based on a radio btn selection and from the message box OK result in a form created in VB Studio 2003. The entry is not being made in Access, below is the code. Any suggestions?
|
| SQL and Delete statement | 19 Jun 2005 00:00 GMT | 13 |
I have the following code in a program that I wrote some time ago. Looking at it, I wonder how it works, but it does as far as I can tell. It seems to me that I have a missing line of code. The selected job number is being deleted from all three tables. Is there a shorter way ...
|
| Help A Newbie with Program Flow | 18 Jun 2005 16:34 GMT | 5 |
Hope I can describe this clear enough. I've got a simple application that takes two paths, does a recursive file search, lists the files in both paths, then compares the files to determine if they match up, and records the results. All that is
|
| Run executable from memory/ram? | 18 Jun 2005 16:03 GMT | 2 |
Is there a way to include an exe in a compiled VB app and then run or execute this exe in memory, instead of writing it to disk first and then shelling it to run?
|
| compile VB5 code on VB6 ? | 18 Jun 2005 05:07 GMT | 5 |
Hi Group, I just got the task to work on some VB5 code so I need to buy a VB-compiler. Can I use VB6 to compile VB5 code ? Regards
|
| Another SQL problem | 18 Jun 2005 00:04 GMT | 4 |
In the following, if I enter a non existing job number, the program stops (IDE only) with the error message 3021. In the compiled version, the goto SQLError covers the situation and the program continues. The compiled version has been working for over a year and does not have ...
|
| Scroll bars on windows | 17 Jun 2005 21:37 GMT | 4 |
I have a configuration dialog for a industrial control type of application that is quite large. On a system with 1024 X 768 system there is no problem but we have some legacy systems out in the field that can go no greater than 600x700. Not all of the controls can be
|
| static copy of an ado recordset | 17 Jun 2005 19:20 GMT | 3 |
I'm using VB6.0 in Visual studio. I have a ado recordset with 20 fields and 4-40 records that I want to link to a datagrid. Problem is I want to add a field to the recordset, but not have the field be a result of the query. I.e. the recordset query is complex enough
|
| help with speaking to word from vb6 | 17 Jun 2005 19:14 GMT | 1 |
hope I have found the correct group to ask my question. If I have chosen the wrong place please feel free to point me in the right direction. I am creating a word document from within VB code based on a word
|
| VB6 Control like Word Table | 17 Jun 2005 18:58 GMT | 1 |
Hi. I need a control which can operate like a table does in Word. I want to be able to merge cells, control the formatting of individual cells, and most importantly, when a row is deleted, I want to have the rest of the cells automatically move up. I need to be able to hide the
|
| blnWaitOnReturn of wshShell.Run has no effect if required application is already running. | 17 Jun 2005 18:26 GMT | 11 |
Sorry to post on several groups, not sure where to put. I am working on encryption/decrypt Logic based program. The requirement is such that I have launch required document/image thr' VB, so I am using WshShell.Run to lauch the required App.
|
| Bound controls do not update the bound fields | 17 Jun 2005 17:33 GMT | 5 |
I found out a strange issue in VB.NET 2003 and I am wondering if someone else had the same problem. Everything is done programmatically at run-time. I fill a tableset within a dataset with data from any database (for
|