| Thread | Last Post | Replies |
|
| Outline a cell in MSFlexGrid | 30 Dec 2003 23:13 GMT | 3 |
I'd like to outline the current cell in an MSFlexGrid control with a certain color and line thickness. I thought of putting a shape control on the form and positioning it over the cell, but the shape control is always behind the grid (and therefore hidden). Does anyone have any
|
| Q on event-trapping during build-up of figure | 30 Dec 2003 21:57 GMT | 4 |
I'm trying to find an equivalent of key-event trapping which is easy in QBasic. Several of my programs build up a geometric figure with two parameter line families, eg with two nested for..next loops; after that, the process is redone, or moves on to a new position of the same ...
|
| Working with applications 'forms' | 30 Dec 2003 21:40 GMT | 2 |
Can I 'get' the name of all open forms on my desktop? Say I have open windows explorer, and notepad, can I use say a 'for each ctrl in windows.forms' or something similar to provide the references(names) to each open window?
|
| How to display a compressed waveform ?? | 30 Dec 2003 21:38 GMT | 13 |
Please..., can anyone tell or show me how to graphically display a compressed (audio) waveform?? I'm sure there must be some sorta formula... The visualisation of a normal waveform is no problem.. but I've no
|
| Variable Recognition in Norwegian Code page | 30 Dec 2003 21:17 GMT | 2 |
I came accross a strange problem, where I had the following declaration and usage in my code: Dim xaAB As String ...
|
| InputBox | 30 Dec 2003 18:09 GMT | 1 |
Hi, I'm new to vb.net and learning with the book "Visual Basic.Net Step By Step. In chapter 5 it gives an example of using an inputbox. however when I try to do it the way it shows, I get the following error msg.
|
| InputBox | 30 Dec 2003 17:51 GMT | 1 |
Hi, I'm new to vb.net and learning with the book "Visual Basic.Net Step By Step. In chapter 5 it gives an example of using an inputbox. however when I try to do it the way it shows, I get the following error msg.
|
| Making labels stand out | 30 Dec 2003 17:50 GMT | 2 |
My forms are gonig to have a dark to green background and I want my labels to stand out. I'm gonig to use white for the colour of the actual labels, but you see a lot of the professional programs have a subtle drop shadow on the labels to
|
| [vb6] listview bug | 30 Dec 2003 17:34 GMT | 2 |
TRY TO UNDERSTAND. http://membres.lycos.fr/migration2001/bug.htm Le problème est le suivant: Une listview avec 3 colonnes (dont une avec des dates), quelques items.
|
| VB6 menu access key and XP | 30 Dec 2003 07:38 GMT | 1 |
The menu access key ie &File does not seem to work using VB6 under XP. I can't find any reference to the problem. Can anyone shed some light? Thanking you in anticipation.
|
| VB and MSDN collection | 30 Dec 2003 03:57 GMT | 2 |
I installed the MSDN collection a few days after i had installed VB 6. When i press the help button or F1 in VB, i still get the message that the MSDN collection has not been installed and that i have to do so. Is there a way to let VB6 know that the MSDN collection is indeed ...
|
| Date Serials | 30 Dec 2003 01:34 GMT | 1 |
I need to understand how vb6 stores a date basically i am using a month view and am trying to set it up so that what ever date is clicked the folder named with that date is loaded in to the file list
|
| Visual Basic Dates | 29 Dec 2003 22:12 GMT | 8 |
The date fields being saved by a VB program were being saved as #2003-11-22#. For reasons unknown to me these dates began to be saved as "11/22/2003" All of these dates were made dates with the "DateValue"
|
| Time Zone Info... | 29 Dec 2003 20:38 GMT | 4 |
Anyone have any idea how to get windows to cough up the time zone info that it obviously has on the local time zone through VB? I know it can be done, but I'm not having a great deal of luck at digging up how. Thanks all. :-)
|
| How to make a Service in VB6? | 29 Dec 2003 18:26 GMT | 2 |
Only as example, imagine that I have a common function that I use in every VB6 application I make. I call it MagicNumber and I create it public in a module for every program. [Common Module]
|