| Thread | Last Post | Replies |
|
| Masked Edit to Null | 23 Nov 2006 12:48 GMT | 1 |
I want to clear my screen programmatically. When I type: Text1.text = "" That's OK. However, I have a Masked Edit control formatted for Medium time ("##:## ??"). When I type
|
| Converting VB coordinates to Win32 | 23 Nov 2006 09:41 GMT | 4 |
How can I convert VB coordinates (such as ScaleWidth) into something that Win32 functions (such as Polygon) can understand? O:-) Thanks!
|
| Trouble with Polygon() function | 23 Nov 2006 09:30 GMT | 1 |
I'm trying to draw a rectangle with the Polygon() function, but I notice that the right and botton sides of the rectangle are visibly thicker than the other 2. =:-O What am I doing wrong? O:-)
|
| how to include a dll in a vb6 project ? | 23 Nov 2006 09:19 GMT | 5 |
someone wrote a c++ project with a lot of Dll's. I need to include one of those Dll in my vb6 project to use some functions there. i havent succeed to insert it : it's not an ocx component and when i copy it in the system32 folder and i see it vb refuse to insert it in the project.
|
| Conversion Mishaps | 22 Nov 2006 21:45 GMT | 1 |
Imports System.Windows.Forms Imports System.Convert Imports Microsoft.VisualBasic.Financial Public Class Chapter7
|
| converting DataGridView cells | 22 Nov 2006 20:14 GMT | 2 |
Imports System.Windows.Forms Imports System.Convert Imports Microsoft.VisualBasic.Financial Public Class Chapter7
|
| VB6, reading ANY register key | 22 Nov 2006 03:12 GMT | 2 |
is it possible with VB6 to read ANY register key and not only the VB6 predefined key HKEY_CURRENT_USER | Software | VB and VBA Program Settings key?
|
| Attempt to get a two dimensions array with a personnalized type | 22 Nov 2006 02:38 GMT | 2 |
I would like to create an array with two dimensions whose would be with a personnalized type (Type Z ...End Type). I have tried, unsuccessfully to use this way to declare the array : Dim TabX(1 To 4, 1 To 4) As InfoType
|
| pointer to pointer to a structure. Help!! | 21 Nov 2006 15:53 GMT | 5 |
I am very new to Visual Basic, I experts help for a task, I have following code in c++ typedef struct Sm_AgentApi_Attribute_s {
|
| Error: Run-time error '2147219501 (800407d3)' | 21 Nov 2006 15:49 GMT | 3 |
I have project VB, when execute an report, this report error: Run-time error '-2147219501 (800407d3)' Invalid value for property I use XP in the PC and only one machine it happens this error. Please assist
|
| Dynamic Array within Struc? | 21 Nov 2006 06:04 GMT | 3 |
Suppose you have a GRID that is dynamic as to the number of rows. I know that there can be no more than 10 rows plus one header. The number of columns is stored in a CONST in a Global Mod for the program's Global variables.
|
| Write binary data to disk... | 21 Nov 2006 04:28 GMT | 2 |
I have an ocx that will give me the address of binary data that I wish to write to disk. Can someone show me the disk io methods in VB 6.0 to write the binary data in a long address to disk please?
|
| Array's Problem | 21 Nov 2006 04:26 GMT | 5 |
I am new to vb 6 and programing ,My question is how to transfer values in one array to another array?. And another i want sort numbers from one array and result preserve in second array after that the sorted values must be shown in list box any body help me about this program.
|
| Launch another Program | 21 Nov 2006 04:21 GMT | 5 |
I was wondering if there was a way where VB could launch an application without knowing the path, I have tried shell(x:\path\app.exe) but not all of our systems path structures are the same
|
| Date Regression - Better way? | 21 Nov 2006 02:16 GMT | 29 |
I'm curious... Is there a better, cleaner way to do this? (Purpose: If the date falls on a weekend, change it to the date of the last weekday - Friday.)
|