Click here to Skip to main content
15,921,884 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB User Control for the WEB Pin
Dave Kreskowiak5-Dec-07 4:03
mveDave Kreskowiak5-Dec-07 4:03 
GeneralF2 Key press Pin
Archana New to Dotnet4-Dec-07 21:53
Archana New to Dotnet4-Dec-07 21:53 
GeneralRe: F2 Key press Pin
soporificeffect4-Dec-07 22:10
soporificeffect4-Dec-07 22:10 
GeneralRe: F2 Key press Pin
Archana New to Dotnet4-Dec-07 23:48
Archana New to Dotnet4-Dec-07 23:48 
Questionplz Help to Inserting Row To the Last Index Pin
H.A.Faheem4-Dec-07 20:54
H.A.Faheem4-Dec-07 20:54 
GeneralRe: plz Help to Inserting Row To the Last Index Pin
John_Adams5-Dec-07 3:35
John_Adams5-Dec-07 3:35 
GeneralRe: plz Help to Inserting Row To the Last Index Pin
ChandraRam5-Dec-07 21:04
ChandraRam5-Dec-07 21:04 
General(QTP)Set values to method..in item(i) Pin
Tanuja1234-Dec-07 20:28
Tanuja1234-Dec-07 20:28 
i have a problem in my scripts of QuickTestProfessional tool.

i have an application with design surface.Controls are dragged and dropped above the panel.In the script i iterate thru each and every control placed on panel.
How can i get the class type of Control? How will i set values to methods of the control?

The script for that is as follows...In 2nd statement i have 4 params to be passed in update property .While execution, control name doesnt change with update property.

set myControl=swfwindow("aaa* BT????????????").Swfobject("Panel1").Object.Controls.item(i)
myControl.updateproperty "Name",null, "dhdugf","hdsf"


set childern1= swfwindow("aaa* BT????????????").Swfobject("PropertyGrid").Object.item
Dim nme1
Dim ichild
For j= 0 to childern1.count-1
ichild=childern1.item(j).value
ichild= "AAAAAAA"
nme1 = childern1.item(j).name
msgbox nme1 & " :" & childern1.item(j).value
Next

Any inputs???.....
GeneralRe: (QTP)Set values to method..in item(i) Pin
Dave Kreskowiak5-Dec-07 3:49
mveDave Kreskowiak5-Dec-07 3:49 
GeneralUrgent problem while importing into MS Exel Pin
buzzvishwanath4-Dec-07 19:39
buzzvishwanath4-Dec-07 19:39 
GeneralRe: Urgent problem while importing into MS Exel Pin
ReactiveX4-Dec-07 20:17
ReactiveX4-Dec-07 20:17 
GeneralRe: Urgent problem while importing into MS Exel Pin
buzzvishwanath4-Dec-07 22:00
buzzvishwanath4-Dec-07 22:00 
GeneralTurn Off / On Screen From Vb 6.0 Application Pin
Kiran S. S.4-Dec-07 18:57
Kiran S. S.4-Dec-07 18:57 
GeneralRe: Turn Off / On Screen From Vb 6.0 Application Pin
ReactiveX4-Dec-07 19:07
ReactiveX4-Dec-07 19:07 
GeneralRe: Turn Off / On Screen From Vb 6.0 Application Pin
Dave Kreskowiak5-Dec-07 3:52
mveDave Kreskowiak5-Dec-07 3:52 
QuestionAdd module Pin
lionking306854-Dec-07 17:28
lionking306854-Dec-07 17:28 
GeneralRe: Add module Pin
Christian Graus4-Dec-07 18:46
protectorChristian Graus4-Dec-07 18:46 
GeneralRe: Add module Pin
ReactiveX4-Dec-07 19:10
ReactiveX4-Dec-07 19:10 
QuestionVB program for reading excel Pin
johnnyblack4-Dec-07 16:55
johnnyblack4-Dec-07 16:55 
GeneralRe: VB program for reading excel Pin
Dave Kreskowiak5-Dec-07 3:32
mveDave Kreskowiak5-Dec-07 3:32 
Questiondll use on VB Pin
kingday4-Dec-07 9:26
kingday4-Dec-07 9:26 
GeneralRe: dll use on VB Pin
Dave Kreskowiak4-Dec-07 10:26
mveDave Kreskowiak4-Dec-07 10:26 
GeneralVB versus VBA Pin
jgrogan4-Dec-07 4:53
jgrogan4-Dec-07 4:53 
GeneralRe: VB versus VBA Pin
Dave Kreskowiak4-Dec-07 5:29
mveDave Kreskowiak4-Dec-07 5:29 
GeneralRe: VB versus VBA Pin
jgrogan4-Dec-07 5:45
jgrogan4-Dec-07 5:45 

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.