Click here to Skip to main content
15,922,894 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionWant to crate a Collection Of Control Pin
hisuman1008-May-06 3:53
hisuman1008-May-06 3:53 
AnswerRe: Want to crate a Collection Of Control Pin
Robert Rohde8-May-06 4:08
Robert Rohde8-May-06 4:08 
GeneralRe: Want to crate a Collection Of Control Pin
hisuman1008-May-06 5:25
hisuman1008-May-06 5:25 
GeneralRe: Want to crate a Collection Of Control Pin
Robert Rohde8-May-06 6:07
Robert Rohde8-May-06 6:07 
Questionaudio recording for incoimg/outgoing voice Pin
mamindlapurnachender8-May-06 3:06
mamindlapurnachender8-May-06 3:06 
AnswerRe: audio recording for incoimg/outgoing voice Pin
jonathan158-May-06 4:06
jonathan158-May-06 4:06 
QuestionDatagrid.click (Function Pin
Macky1008-May-06 1:32
Macky1008-May-06 1:32 
QuestionVariant Pin
vikas99738-May-06 0:44
vikas99738-May-06 0:44 
Hello,
I want to initialize a variant in VB6. I want this variant to hold a double arrary. To do so, I did the following .
<br />
Dim a(0 To 6) As Double<br />
Dim Points As Variant<br />
<br />
a(0) = 0#<br />
a(1) = 0#<br />
a(2) = 0#<br />
a(3) = 0#<br />
a(4) = 0#<br />
a(5) = 1.2<br />
<br />
Points = a


This piece of code does not give me any error on compiling as well as on run time. but the trouble in "Points" in not filled. and when it is passed to one of the activeX controls I am using, it has nothing in it. I think I am not doing enough to intialize the variant. Can any body suggest me the right way of doing it.

thanks
QuestionRe: Variant Pin
Eric Dahlvang8-May-06 4:18
Eric Dahlvang8-May-06 4:18 
AnswerRe: Variant Pin
vikas99738-May-06 4:56
vikas99738-May-06 4:56 
QuestionTextBox which accepts few characters. Pin
Chandan_Kr7-May-06 23:33
Chandan_Kr7-May-06 23:33 
AnswerRe: TextBox which accepts few characters. Pin
Mekong River8-May-06 0:28
Mekong River8-May-06 0:28 
AnswerRe: TextBox which accepts few characters. Pin
George B Gilbert8-May-06 12:44
George B Gilbert8-May-06 12:44 
Questioncompiler Pin
noor al-huda7-May-06 22:59
noor al-huda7-May-06 22:59 
Questionhow to get list of all registered domains Pin
narayanagvs7-May-06 22:46
narayanagvs7-May-06 22:46 
AnswerRe: how to get list of all registered domains Pin
Mekong River8-May-06 0:31
Mekong River8-May-06 0:31 
QuestionDatagridview control Pin
roitha7-May-06 22:17
roitha7-May-06 22:17 
AnswerRe: Datagridview control Pin
Mekong River8-May-06 0:42
Mekong River8-May-06 0:42 
QuestionOpen MDIChild Form Pin
roitha7-May-06 22:13
roitha7-May-06 22:13 
AnswerRe: Open MDIChild Form Pin
Mekong River8-May-06 0:37
Mekong River8-May-06 0:37 
QuestionWhat event handler to use for a "press once" key event? Pin
KaKa'7-May-06 21:53
KaKa'7-May-06 21:53 
AnswerRe: What event handler to use for a "press once" key event? Pin
Rizwan Bashir9-May-06 1:53
Rizwan Bashir9-May-06 1:53 
QuestionOracle and SQL Server Connection string in Visual Basic Pin
somrit7-May-06 20:57
somrit7-May-06 20:57 
Questionabout Date.ParseExact() function Pin
pptadam7-May-06 20:17
pptadam7-May-06 20:17 
AnswerRe: about Date.ParseExact() function Pin
Guffa7-May-06 21:46
Guffa7-May-06 21:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.