| Thread | Last Post | Replies |
|
| Range Code Help!!! | 09 Nov 2003 20:35 GMT | 1 |
I need help coding distrubition of a range. I am not sure how to mathematically code the distribution part. Example: say you have a price range of a $100, I would like to print out this range at a specific dollar value that I choose, say at an amount of $10.00
|
| Plug-In System | 09 Nov 2003 20:02 GMT | 2 |
I am thinking about how I could create a Modular Software, that can has some basic functionality and that can be enhanced by different modules, i.e. DLLs. Has anyone (who is reading this ;-) ) ever tried to do this or has an
|
| See this critical update for MS Windows | 09 Nov 2003 16:19 GMT | 3 |
MS Partner this is the latest version of security update, the "November 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Email tie in to a VB6 | 09 Nov 2003 13:00 GMT | 2 |
I would like to add my email address to an Help-->About form so that my clients can email me directly for tech support. What I would like to do is create somewhat of a hyperlink, I suppose, so that when they click on my email address their default POP client (Outlook Express) or ...
|
| copy menu from one form to another | 09 Nov 2003 12:41 GMT | 1 |
I have two forms. The first form has a menu that was designed using the menu editor. Is there a way I can "copy" this menu to the second form (without having to add it manually).
|
| Startup position of form | 09 Nov 2003 12:22 GMT | 1 |
consider the following situation: I have a form that contains an image. I would like to show a second form where at startup the top left corner of this second form is positioned exactly at the top left corner of the image on the 1st form.
|
| Please help creating an activex control - Urgent needed before monday | 09 Nov 2003 09:51 GMT | 3 |
Could someone please help me with creating this control. Create an ActiveX control to act as a Seven Segment Display. Display a running count from 0 to 999 to 0 to 999 etc. The count should be automatically incremented every 1/2 a second. Note the timer will be in the
|
| best format to store text | 09 Nov 2003 00:04 GMT | 1 |
I am new to VB6 and need some advice... I am developing software which aims to capture a text feed from a serial port consisting of news stories in ASCII format and then save this text for future editing. Each story is only a few paragraphs long - but each day the
|
| screen resolution | 08 Nov 2003 21:45 GMT | 1 |
when my vb program run on another computer instead of my computer, the user interface is biggger..this is because of the screen resolution... anyone know how to solve pls?
|
| Application Error when I try to view .frm of any project | 08 Nov 2003 19:21 GMT | 2 |
It allows me to view the code of the project and it allows me to run it but as soon as I try to look at the form it crashes. I know for sure it's nothing to do with the file itself, it's definitely a problem with my VB6. I've uninstalled/installed again and I continually get the ...
|
| How to force Validate events to fire after clicking command button??? VB 6 | 08 Nov 2003 19:13 GMT | 2 |
I'm have a little prob... Say I have a Form with two Text Boxes (txtFirstName, txtLastName) and a Command Button (cmdSubmit). I have code in the Validate event for both Text Boxes as such:
|
| Chaning the Column Name's | 08 Nov 2003 18:41 GMT | 2 |
How do you chage add a column name to MsFlexGrid ??? It has the gray column's on it but doesn't give you the ability to change those names unlike the dbgrid does.
|
| Poker hand program, help | 08 Nov 2003 18:16 GMT | 4 |
I was wondering if I could have some help with this program. I have an array here that you click on a label that represents a card of a certain suit. After you click on 5 it checks for a flush, strait, three of a kind, 2 pair, pair, 4 of a kind, royal flush or full house. I was ...
|
| Networking Access Database | 08 Nov 2003 16:12 GMT | 3 |
I have a VB6/Access database App. My problem is that I have used DSN-less connections which are hard coded for the ADODC controls, But I need to let the new user(s) define where their database is located on their network (I unfortunately do not know this at design time). I have ...
|
| VBA - User dialog - dialogfunc | 08 Nov 2003 15:50 GMT | 1 |
when using user dialogfs in VBA I do not realy understand the dialog function actions. May anyone please explain me the actions 3 - 5? Thanks, Marco Function dialogfunc(DlgItem$, Action%, SuppValue%) _
|