| Thread | Last Post | Replies |
|
| Vista & Program Data (INI) Files | 12 Mar 2008 10:05 GMT | 1 |
I have a VB6 app that gives me all the protection I require by saving a registration file to the Windiows/System folder & also saves a copy of this file (encrypted & different name) to the same folder. My app also saves it's various program settings & defaults to an INI file.
|
| One handler for multiple controls' got focus/lost focus events | 11 Mar 2008 18:11 GMT | 3 |
Hello, all, I'm not sure there is an easy way around this but I thought I'd ask first before doing it the hard way. I have a VB6 app for data-entry that has dozens of forms and thousands of controls, most of which are textboxes. What I have decided to do
|
| Hanging Excel process in memory | 11 Mar 2008 17:36 GMT | 1 |
I am working on an app in VB6. When opening a window, the app creates an Excel instance in memory : Dim xlApp as Object If xlApp Is Nothing Then
|
| Problem with xlDown | 11 Mar 2008 10:42 GMT | 4 |
My application is running on VB6 (and not VBA), and I am trying to insert a new row in an Excel document which has already been open. I use the following code : xlSheet.Rows(strStartCell).Copy
|
| VB Errors | 11 Mar 2008 04:48 GMT | 3 |
When ever I make an executable and run it on other computers the background for example is always white when it should be black or other mishaps. I honestly dont know what to do. Ive tried writing code to reassign background colors, but it is really annoying.
|
| VB 2008 Publication Error | 10 Mar 2008 01:36 GMT | 1 |
When I try and install an application that I have published I get the following error Any help would be greatly appreciated PLATFORM VERSION INFO
|
| Free Tutorial website And Ebooks programing tutorials | 09 Mar 2008 05:41 GMT | 1 |
Free Tutorial website And Ebooks programing tutorials http://www.365x24live.com Java Script Text Book http://www.365x24live.com/JavaScript/INDEX.HTM
|
| elevation coloured grid | 09 Mar 2008 01:05 GMT | 1 |
I am trying to create a program that reads two files (one temperature(csv), one for elevation(ascii)) and displays the temperature values and locations. Additionally it should display the gridded elevation data as a colour coded raster over the original grid extent.
|
| Problem when recovering a string | 08 Mar 2008 11:41 GMT | 7 |
I am developping a VB 6 application. The application can run on several countries, so I created an Access database with the translations of error messages in several languages (french, english, spanish ...) so the application can find the message
|
| Any method to check if a file is locked via Visual Basic? | 08 Mar 2008 10:30 GMT | 5 |
I have a visual basic program that will mirror (copy) my outlook.pst to another location on my hard drive. It first closes outlook to release the locked file. However, outlook.pst remains locked for 10-20 seconds after outlook closes and causes errors on attempt to copy.
|
| Character to Alphanumeric Function | 07 Mar 2008 18:08 GMT | 1 |
Is there a Visual Basic function (BIF) to convert a character/name field into a unique alphanumeric or numeric value? I would be similar to how a name is converted into a drivers license id number.
|
| Dynamically Create Form | 07 Mar 2008 16:48 GMT | 1 |
How can I dynamically create a VB form - for example read a heading record, place the text variable in the database in a text box, then walk the set below (an undetermined number of records) and create dynamically a Checkbox, chage its label to the text found in the DB
|
| Winsock Technicalities | 06 Mar 2008 07:04 GMT | 5 |
'My code: Private Sub wskConnection_ConnectionRequest(ByRef intIndex As Integer, ByVal lngRequestID As Long) On Error GoTo ErrorReporting
|
| Help using GetObject/CreateObject | 05 Mar 2008 18:40 GMT | 1 |
Hello VB experts. I really hope someone can shed some light on my problem. Here goes... I am developing a program in Java since that is the language I feel most comfortable with, and it has alot of very nice functionality. In
|
| -2147024891 / Access Denied, Frames in WebBrowser | 04 Mar 2008 19:16 GMT | 1 |
While trying to set the value of a textbox, i get the following error: -2147024891 Access Denied I'm sure this is because of the cross site scipting, but there has got
|