| Thread | Last Post | Replies |
|
| Mixed language programming in VB.NET | 12 Mar 2005 01:27 GMT | 3 |
I have recently migrated from Microsoft Professional Development System Version 7.1 (I know I am in the stone age >G<) to Microsoft Visual Basic.NET. I am used to writing time critical or very repetitive routines in Assembly language and linking them into my Basic PDS programs ...
|
| Finding Mean, Mode, Meadian and Range | 12 Mar 2005 00:50 GMT | 2 |
I need to create a program to find the mean, mode, meadian, and range. I have the mean so far. I think I can use the SelectionSort to find the range but not sure. Can anyone help me with this? I would like to assign it to my class as a project but wanted to practice it before ...
|
| to7c@tele2.fr | 11 Mar 2005 23:47 GMT | 3 |
Last night I called for an hour and a half on 40 CW to try to get just one QSO with TO7C. However, I was not able to get through. Tonight you are on 40 RTTY. I am writing to ask if you will spend another evening or two on 40 CW to
|
| Arrow Keys | 11 Mar 2005 22:22 GMT | 1 |
How do I write if the right arrow key is pressed add one to variable right and the same for up down and left. Thanks Michael
|
| Help Index is mostly disabled | 11 Mar 2005 22:20 GMT | 2 |
VB6. I click on help and index and key in something that I am searching for and, more often than not, the entry is disabled (gray print instead of black). How do I add these disabled entries to the help function?
|
| Common Dialog | 11 Mar 2005 21:41 GMT | 2 |
My toolbox doesn't contain a common dialog in VB6. How do I get this to be added to the toolbox?
|
| A textbox to create a folder - Help needed please | 11 Mar 2005 20:35 GMT | 4 |
I have a textbox and I want use the content of that textbox to create a folder. Any idea is welcome. Thanx. Thierry
|
| API functions from C++ header file | 11 Mar 2005 19:23 GMT | 6 |
I've come across two C++ API functions I need to use for my Visual Basic program. The function names are EngQueryDeviceAttribute and DrvNotify. BOOL
|
| Treeview and check boxes | 11 Mar 2005 17:14 GMT | 8 |
I have a treeview with check boxes turned on. At the first level of the hierarchy, there are a number of categories which the user is NOT allowed to tick. Below these categories are options that the user CAN tick. For example:
|
| rich text formatting problem in CDO email | 11 Mar 2005 16:53 GMT | 2 |
I'm working in VB6.0. My app pulls from a data from a sql server table and sends an email via cdo. The body of the email is a concantenated string with html tags, one section of which is pulling from a Rich Text Formatting string. However, the resulting email looses the rich text
|
| How to display closed caption in Viusal Basic | 11 Mar 2005 15:36 GMT | 2 |
I am trying to display close caption with media play by using visual basic.NET I can make it woke on webpage but I don't know how to specific the property mediaplayer.closedCaption.captioningId in visual basic. For
|
| GUID of Primary Display? | 11 Mar 2005 12:08 GMT | 1 |
I need to get the GUID of the primary display driver, as this will be different from machine to machine. The only pointer I have to do this is to use EnumDisplayDevices. The only good example I've found to use this function is
|
| Delete certain files in sub directories | 11 Mar 2005 11:59 GMT | 1 |
In vb 6, I am trying to write a simple app that will run and delete files that are older than 10 days in a specific directory. No problem so far. Now, it has to go through every subdirectory below my specified
|
| Can work this out! | 11 Mar 2005 09:53 GMT | 7 |
I have a app that I am trying to learn drag N drop on. I had this code that was working: Private Sub cmdPlay_DragDrop(Index As Integer, Source As Control, x As Single, Y As Single)
|
| A textbox to create a folder - Help needed please | 11 Mar 2005 08:59 GMT | 7 |
I have a textbox and I want use the content of that textbox to create a folder. Any idea is welcome. Thanx.
|