Click here to Skip to main content
15,892,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionunhandled exception at 0x660688 Pin
egmano11-Dec-06 21:54
egmano11-Dec-06 21:54 
Questionvb child windows show/hide Pin
opti99911-Dec-06 21:51
opti99911-Dec-06 21:51 
QuestionBarcode Printing dos Pin
Aunalisiraj11-Dec-06 21:37
Aunalisiraj11-Dec-06 21:37 
AnswerRe: Barcode Printing dos Pin
Steven J Jowett13-Dec-06 1:15
Steven J Jowett13-Dec-06 1:15 
QuestionUsing References Of ReportPrinting.dll Pin
HatakeKaKaShi11-Dec-06 20:30
HatakeKaKaShi11-Dec-06 20:30 
Questioncombo box in 2005 Pin
amaneet11-Dec-06 20:07
amaneet11-Dec-06 20:07 
AnswerRe: combo box in 2005 Pin

MmM.net</

11-Dec-06 21:15

MmM.net</

11-Dec-06 21:15 
QuestionVisual Basic 6.0 Timer routine Pin
alhomed4411-Dec-06 18:31
alhomed4411-Dec-06 18:31 
I have wrote timer routine in Visual basic Editor in Ms Excel2003 in which the timer will update the values of the cells of procedure opcavgtemp automatically after each 2 minutes .

Public RunWhen As Double
Public Const cRunIntervalSeconds = 120 ' two minutes
Public Const cRunWhat = "OPCAvgtemp"

sub opcavgtemp()

'code to be executed every 2 min
StartTimer

end sub

sub StartTimer()

RunWhen = Now + TimeSerial(0, 0, cRunIntervalSeconds)
Application.OnTime earliesttime:=RunWhen, procedure:=cRunWhat, _
schedule:=True

End Sub


The problem is when Itry to migrate this macro code to VB 6.0 it show for me error , object required.

Could anyone help me please urgent ??


AnswerRe: Visual Basic 6.0 Timer routine Pin
CPallini12-Dec-06 0:21
mveCPallini12-Dec-06 0:21 
Questionadding textbox to datagrid in winforms and display the value Pin
chinnivinay11-Dec-06 17:38
chinnivinay11-Dec-06 17:38 
AnswerRe: adding textbox to datagrid in winforms and display the value Pin
The ANZAC11-Dec-06 18:22
The ANZAC11-Dec-06 18:22 
GeneralRe: adding textbox to datagrid in winforms and display the value Pin
chinnivinay11-Dec-06 19:21
chinnivinay11-Dec-06 19:21 
GeneralRe: adding textbox to datagrid in winforms and display the value Pin
Janani Divya11-Dec-06 20:14
Janani Divya11-Dec-06 20:14 
GeneralRe: adding textbox to datagrid in winforms and display the value Pin
ADY00712-Dec-06 9:51
ADY00712-Dec-06 9:51 
QuestionUsing Forms as filter options Pin
Wicksylad11-Dec-06 11:39
Wicksylad11-Dec-06 11:39 
AnswerRe: Using Forms as filter options Pin
The ANZAC11-Dec-06 17:57
The ANZAC11-Dec-06 17:57 
GeneralRe: Using Forms as filter options Pin
Wicksylad15-Dec-06 10:32
Wicksylad15-Dec-06 10:32 
QuestionLinking Access to specific Excel sheet Pin
Jakewagner11-Dec-06 10:51
Jakewagner11-Dec-06 10:51 
AnswerRe: Linking Access to specific Excel sheet Pin
DA_Loring28-Dec-06 0:49
DA_Loring28-Dec-06 0:49 
QuestionReferece Access Programatically Pin
J. Sebby11-Dec-06 10:39
J. Sebby11-Dec-06 10:39 
QuestionRe: Referece Access Programatically Pin
J. Sebby11-Dec-06 11:57
J. Sebby11-Dec-06 11:57 
AnswerRe: Referece Access Programatically Pin
ChandraRam12-Dec-06 1:20
ChandraRam12-Dec-06 1:20 
AnswerRe: Referece Access Programatically Pin
Guffa11-Dec-06 14:56
Guffa11-Dec-06 14:56 
GeneralRe: Referece Access Programatically Pin
J. Sebby12-Dec-06 5:41
J. Sebby12-Dec-06 5:41 
QuestionArraySubType in Structure Pin
VFaul11-Dec-06 9:27
VFaul11-Dec-06 9:27 

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.