Click here to Skip to main content
16,004,977 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: help... Pin
Christian Graus28-Jan-07 8:59
protectorChristian Graus28-Jan-07 8:59 
Questionaccess password protected database connection string Pin
pankajgarg1228-Jan-07 1:07
pankajgarg1228-Jan-07 1:07 
AnswerRe: access password protected database connection string Pin
Guffa28-Jan-07 1:25
Guffa28-Jan-07 1:25 
AnswerRe: access password protected database connection string Pin
jaakinye28-Jan-07 9:34
jaakinye28-Jan-07 9:34 
Questionautogenerate column in datagridview in vb.net 2005 Pin
pankajgarg1228-Jan-07 0:40
pankajgarg1228-Jan-07 0:40 
AnswerRe: autogenerate column in datagridview in vb.net 2005 Pin
coolestCoder28-Jan-07 2:22
coolestCoder28-Jan-07 2:22 
Questioncrystal reports using vb.net 2005 Pin
pankajgarg1228-Jan-07 0:34
pankajgarg1228-Jan-07 0:34 
Questioneventscheduler Pin
Doritkatz27-Jan-07 23:56
Doritkatz27-Jan-07 23:56 
Hi
I need to conver c# project to vb.net
from
http://www.codeproject.com/csharp/eventscheduler.asp[^]
I did it for the class library (by using a translator )
now I need to implement the code and I can't do it
Schedule s = new IntervalSchedule("Test_Interval", DateTime.Now.AddMinutes(10), 45, TimeSpan.Zero, new TimeSpan(TimeSpan.TicksPerDay));<br />
			s.OnTrigger += new EventScheduler.Invoke(ScheduleCallBack);<br />
			Scheduler.AddSchedule(s);


I wrote
MessageBox.Show("Test will now create Interval schedule")<br />
           Dim s As New ES.IntervalSchedule("Test_Interval", DateTime.Now.AddMinutes(1), 45, TimeSpan.Zero, New TimeSpan(TimeSpan.TicksPerDay))<br />

and it's won't work with s.ontrigger.....

What can I do
QuestionHow to display a grid on form in vb 2005 Pin
Mekong River27-Jan-07 23:54
Mekong River27-Jan-07 23:54 
QuestionRegistration Free COM with VS 2003 Pin
Atara27-Jan-07 23:34
Atara27-Jan-07 23:34 
AnswerRe: Registration Free COM with VS 2003 Pin
Christian Graus28-Jan-07 0:24
protectorChristian Graus28-Jan-07 0:24 
GeneralRe: Registration Free COM with VS 2003 Pin
Atara28-Jan-07 1:03
Atara28-Jan-07 1:03 
AnswerRe: Registration Free COM with VS 2003 Pin
Atara31-Jan-07 2:42
Atara31-Jan-07 2:42 
GeneralRe: Registration Free COM with VS 2003 Pin
Atara4-Feb-07 23:11
Atara4-Feb-07 23:11 
QuestionVBS File Pin
Mohammad Daba'an27-Jan-07 20:30
Mohammad Daba'an27-Jan-07 20:30 
AnswerRe: VBS File Pin
Christian Graus27-Jan-07 20:41
protectorChristian Graus27-Jan-07 20:41 
GeneralRe: VBS File Pin
Mohammad Daba'an27-Jan-07 21:04
Mohammad Daba'an27-Jan-07 21:04 
GeneralRe: VBS File Pin
Christian Graus27-Jan-07 21:47
protectorChristian Graus27-Jan-07 21:47 
GeneralRe: VBS File Pin
Mohammad Daba'an27-Jan-07 22:06
Mohammad Daba'an27-Jan-07 22:06 
GeneralRe: VBS File Pin
Christian Graus27-Jan-07 23:06
protectorChristian Graus27-Jan-07 23:06 
GeneralRe: VBS File Pin
Mohammad Daba'an27-Jan-07 23:11
Mohammad Daba'an27-Jan-07 23:11 
GeneralRe: VBS File Pin
Christian Graus27-Jan-07 23:23
protectorChristian Graus27-Jan-07 23:23 
GeneralRe: VBS File Pin
Mohammad Daba'an27-Jan-07 23:32
Mohammad Daba'an27-Jan-07 23:32 
GeneralRe: VBS File Pin
Christian Graus28-Jan-07 0:23
protectorChristian Graus28-Jan-07 0:23 
GeneralRe: VBS File Pin
Mohammad Daba'an28-Jan-07 0:48
Mohammad Daba'an28-Jan-07 0:48 

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.