| Thread | Last Post | Replies |
|
| Modularising functionaities | 02 Feb 2005 23:25 GMT | 4 |
I have written a vb6 application for implementing a numeric keypad..My problem is that the numeric pad i created is specific to a particular form. How can i rewrite this such that most of the functionalities are in modules/classes/dll's etc..so that i don't have to rewrite this
|
| read file help | 02 Feb 2005 22:18 GMT | 3 |
Probably not the best group to ask but can't seem to find another one ? But anyway, I found this code while googleing to read a text file into a array, though It comes up with Server.MapPath() error 'ASP 0173 : 80004005'
|
| How do you move a file to a certain folder? | 02 Feb 2005 20:48 GMT | 9 |
Some computers does not have the Rich text Active X file. So I was thinking of making a program that would allow you to move this file into Windows if you should choose to install the game. The sites I referred to showed me tons of stuff...but sadly, nothing to do
|
| email | 02 Feb 2005 19:58 GMT | 1 |
Can anyone tell me how to email from a VB6 application assuming that Outlook is already open. I would like to be able to email and send attachments ? Thanks in anticipation.
|
| Newline in string | 02 Feb 2005 18:35 GMT | 6 |
I am absolute newby in VB, so have a apparently stupid question: How to put a newline character into a string literal (I want to set multiline text in Label control). I tried "\n", "\r\n" "\u000A" w/o success Thanks in advance
|
| SL4442 Smart Card Sample Code (W2k/XP level) ??? | 02 Feb 2005 18:25 GMT | 2 |
Dear Guys & Gals: A customer wants an app written to support SL4442 (256-byte not-so- Smart memory cards) using a GemPlus reader. Finding straightforward documentation
|
| Package and deployment | 02 Feb 2005 17:12 GMT | 2 |
I am somewhat a novice with vb6 however I have completed a program which needs to be shared by several people if it is to be of major use. I have used the Package and Deploymnet Wizard so that I can distribute it by CD. I have also loaded the program for CD via set up back on to ...
|
| vb6 FileListBox pattern property bugs under Windows XP? | 02 Feb 2005 15:31 GMT | 1 |
I'm plagged with a strange issue while executing a vb6 code under Windows XP. The testing project is very simple since it just contains a FileListBoxControl on a form. This control is supposed to point to a folder containing many files with a
|
| MSFlexGrid Cell Colors | 02 Feb 2005 13:25 GMT | 10 |
In an MSFlexGrid I added a button to insert a cell. This simply adds a row to the bottom of the grid and moves the column contents of each cell down one row. Similarly for deleting a cell. I move the column contents
|
| vb.net user control | 02 Feb 2005 13:15 GMT | 1 |
I am using vb.net to make my own textbox by inheriting the built-in TextBox class. the code snipt is as follow Public Class BaseTextBox Inherits System.Windows.Forms.TextBox
|
| Keying numbers and decimal point in Msflexigrid | 02 Feb 2005 11:04 GMT | 1 |
With the codes below, I was able to type 0 to 9 into my spr grid. But line below: Case vbKeyDecimal: spr.Text = spr.Text & "." did not give me "." that I wanted.
|
| VB6 - App.LogEvent | 02 Feb 2005 09:29 GMT | 1 |
I've found that if you try logging a message that contains %1, you go into a short recursive spin and get a rather long message in the event log. Example: App.LogEvent "a%1b"--
|
| [VB6] Help! Trapping keys in datagrid, why does / doesn't it work with some keys? | 02 Feb 2005 09:22 GMT | 2 |
in my project i use the following code on a datagrid: Private Sub Datagrid2_KeyPress(KeyAscii As Integer) Select Case KeyAscii Case vbKeyReturn
|
| Graphics and Arrays? | 02 Feb 2005 08:05 GMT | 4 |
Greetings, all! I've found some amazing skills, and some welcome help, in this group in the past. I'm hoping some kind soul can spare a moment to rescue me from my most recent problem. I'm using VB6 Professional Edition.
|
| XP compile and package does not instal on Win me or XP. | 02 Feb 2005 00:47 GMT | 1 |
I have compiled a couple of programs and packaged them with the VB6 package and deployment wizard. I got an error message indicating dependancy files missing or out of date for some components. Followed the instructions to build a
|