| Thread | Last Post | Replies |
|
| Array problem | 29 Jul 2006 04:52 GMT | 7 |
suppose I have Array in Visual Basic dim k(100) as integer dim d(5) as integer how can I assign in one line 5 elements from "k" to "d " directly?
|
| Array problems | 28 Jul 2006 19:17 GMT | 2 |
I have an array and the following code: Private g_unsuccessfulSendIndices() As Integer Private Sub SomeSub() ReDim g_unsuccessfulSendIndices(0)
|
| VB6: How can I to convert text control value to a numeric value? | 26 Jul 2006 13:14 GMT | 2 |
I tried to using a text control and I need to use its numeric value, first I need to know wich function can converts a numeric text value to integer and/or decimal. I tried to use n=CInt(Val(textControl.text)), but appears the error number 6 (overflow error).
|
| VB6 Scope Issues | 24 Jul 2006 22:20 GMT | 7 |
1) What is the difference in scope of: Public X As String Global X As String 2) What is the difference in scope of:
|
| VB6 - Initializing a variable | 24 Jul 2006 08:54 GMT | 7 |
If I have created a Type, with several fields, is there a way, in VB6 to initialize all members to 0. I am looking for the VB equivalent to the C/C++ of memset(). Many thanks,
|
| I've lost my messagebeep! | 24 Jul 2006 07:34 GMT | 2 |
I'm doing a simple API function call and I've suddenly one of my beeps! The code is standard as follows, but when I call the function, I get nothing. Both produce nothing: Call MessageBeep(MB_ICONQUESTION)
|
| VB6 - Sizeof | 22 Jul 2006 04:31 GMT | 3 |
Is there a function in VB that wil return the size of a data structure. To C/C++ people, I am looking for the equivalent of sizeof(). Many thanks,
|
| Enquiry on VB Syntax | 15 Jul 2006 09:40 GMT | 4 |
Dearest All, I am new to VBA. So please be patient with me. I am learning how to write macros. However i am stuck in this area: Given a set of data (Eg,By Group, By GDP) in Sheet1, I wish to copy 1 group
|
| How to use MergeSynchronizationAgent.Status event | 13 Jul 2006 14:23 GMT | 1 |
I'm trying to display the status for my merge synchronisation. the code that does the job are as following: Dim subscription As MergePullSubscription Dim agent As MergeSynchronizationAgent
|
| transfaring dimamic array with function | 12 Jul 2006 13:30 GMT | 1 |
I have function that need to get reference to dinamic array and fill it inside how this thing is possible in VB6?
|
| How can I get the value incorrect | 11 Jul 2006 16:05 GMT | 4 |
Hello all, I am writing a program about the database. The part of program as follow For i = 0 To 3 str_detalle = "rs_editfac!mem_DETALLE" & (i )
|
| Find / Replace Underline with Border (Word 2003) | 11 Jul 2006 15:15 GMT | 3 |
Status: rookie I'm trying to create a macro in Word 2003 that finds all text with a specific font formatting, and once found, creates a border around it. Each time I record a macro that
|
| Passing a struct to c dll from vb | 11 Jul 2006 12:54 GMT | 1 |
I am having some problem for getting values in struct from the c dll. I have following definition Type MBRINFO szMember As String * 80 ' member name array
|
| Filter Mschart1 Used Checkbox | 08 Jul 2006 09:05 GMT | 1 |
URGENT!!!! Hi all nice to see you again i have a problem filter chart used checkbox
|
| VB not totaling last item | 07 Jul 2006 16:44 GMT | 1 |
I cross posted this on the Front Page list because that is what I am using to generate my web pages along with VB script and SQL. I have an Access database and am using Front Page with a little SQL and VB script to manipulate and display data. I am having some problems with a ...
|