| Thread | Last Post | Replies |
|
| Transaction Processing | 19 Jan 2005 21:08 GMT | 2 |
I have a serious problem with BeginTrans - Rollback Rollback isn't working Below is the code for a command button on a test form on a test table in a big complicated FromtEnd access 97 application
|
| MICROPHONE and SKYPE | 19 Jan 2005 19:55 GMT | 2 |
Forgive me if this is not the right forum for this query. I have recently downloaded the SKYPE software, which looks brilliant, as I have friends abroad whom I would like to speak to - for free! The problem is that I can receive incoming calls - hear everything
|
| DAO 3.6 | 19 Jan 2005 19:47 GMT | 4 |
I have an application that has a couple of forms. The main form has a combobox that is filled by a SQL statement and then I have some text that are bound to a data control that is from the same SQL statement. When I open up a form to add a new record and I fill out the info on ...
|
| Closing an exe | 19 Jan 2005 19:27 GMT | 6 |
Can anyone tell me how to search for, and when found, closing a running exe from within a VB6 application ? Thnx Bart
|
| Copy Outlook Attachment | 19 Jan 2005 19:20 GMT | 1 |
From time to time my boss asking me to give him ability to copy attachments from Outlook directly into my VB6 program. I mean through my program interface.My boss doesn't give me enough time to finish his request, interrupts me with something else and later is asking again.
|
| How to write path and file name to file open dialog box that is not created by VB? | 19 Jan 2005 19:04 GMT | 2 |
I am using webbrowser control to automate a site. this site contains form with tage <INPUT TYPE=FILE ...> I know the control is not writeable. So, only thing that I could do was: Assumssing that we have following HTML code
|
| Why does my child form lose focus when created? | 19 Jan 2005 18:05 GMT | 3 |
I have an app, where you click a line in a grid, and it opens up a child form showing details of the item listed in the grid. I am opening up this child form like this ... Private Sub OpenItem(ID as Long)
|
| Something like a Static Member Variable | 19 Jan 2005 17:03 GMT | 2 |
List: I need something like a Static Member Variable. For scalers and strings, I can simply declare a Private Const. What's the best way to create something like a constant array that's
|
| upgrade from VS.net to VS.net 2003 - is it possible ? | 19 Jan 2005 16:36 GMT | 1 |
I have a UK copy of Visual Studio.Net. Does anyone know if there is an upgrade path to Visual Studio.net 2003 ? If so where can i get it and how much is it ? Thanks
|
| Connection Stings | 19 Jan 2005 15:10 GMT | 3 |
This could be easy, but I am a little confused about it. In my software, I delcare the connection string in a module as a Public Constant Public constant ConnectionString="Data Source=SQLSERVER1;........."
|
| on close application | 19 Jan 2005 13:40 GMT | 7 |
i need to controll when my application closes, or by a button (no prob) or by the X on the form, how can i get this event??? thanks carlo
|
| myapplication doesnt work on other pc!!! | 19 Jan 2005 10:02 GMT | 13 |
i wrote a program and i install it, the installation now ends fine but the program doesnt work as in my machine, during the installation it tells me that there is a newer version of tabctl32.ocx i tried to leave the newer and to remove it to use the older, but it doesnt work good ...
|
| Iterating over a MSFlexGrid selection? | 19 Jan 2005 09:38 GMT | 1 |
List: I'm using an MSFlexGrid control to display a table. What I'd like is to be able to make multiple selections of the flexgrid in the same way I can in Explorer, and have the program act on all the
|
| draw rounded rectangle | 19 Jan 2005 08:28 GMT | 2 |
how to drawing dashed rounded rectangle with api. please thanks
|
| Text files | 19 Jan 2005 05:42 GMT | 4 |
Is there a easier way in Visual Basic 6.0 for counting how much a specified Word occurs in a text file ? Imagine a XML text file : <name> Fernando Martins </name>
|