Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
GeneralRe: Label update Pin
Jasmine250130-Jan-07 18:39
Jasmine250130-Jan-07 18:39 
GeneralRe: Label update Pin
imnotso#30-Jan-07 23:17
imnotso#30-Jan-07 23:17 
Questionconvert c# to vb.net Pin
Doritkatz30-Jan-07 1:00
Doritkatz30-Jan-07 1:00 
AnswerRe: convert c# to vb.net Pin
andre_swnpl30-Jan-07 1:19
andre_swnpl30-Jan-07 1:19 
GeneralRe: convert c# to vb.net Pin
Doritkatz30-Jan-07 1:55
Doritkatz30-Jan-07 1:55 
AnswerRe: convert c# to vb.net Pin
Pete O'Hanlon30-Jan-07 1:20
mvePete O'Hanlon30-Jan-07 1:20 
GeneralRe: convert c# to vb.net Pin
Martin#30-Jan-07 1:32
Martin#30-Jan-07 1:32 
AnswerRe: convert c# to vb.net Pin
Dave Doknjas30-Jan-07 13:42
Dave Doknjas30-Jan-07 13:42 
(via Instant VB):

If Not OnSchedulerEventEvent Is Nothing Then

note the 'Event' tagged onto the end. This accesses the hidden <event>Event variable in VB. But as an earlier poster mentioned, you rarely should need to do this check in VB since "RaiseEvent" does it for you.


David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C# to C++ converter, VB to C++ converter
Instant Python: C# to Python converter, VB to Python converter

QuestionSending a crypt Email with Attachment Pin
olivier29-Jan-07 23:37
olivier29-Jan-07 23:37 
QuestionGet File Name Pin
ParimalaRadjaram29-Jan-07 23:26
ParimalaRadjaram29-Jan-07 23:26 
AnswerRe: Get File Name Pin
Pete O'Hanlon29-Jan-07 23:33
mvePete O'Hanlon29-Jan-07 23:33 
GeneralRe: Get File Name Pin
ParimalaRadjaram29-Jan-07 23:35
ParimalaRadjaram29-Jan-07 23:35 
GeneralRe: Get File Name Pin
bobsugar22229-Jan-07 23:39
bobsugar22229-Jan-07 23:39 
GeneralRe: Get File Name Pin
ParimalaRadjaram29-Jan-07 23:41
ParimalaRadjaram29-Jan-07 23:41 
GeneralRe: Get File Name Pin
bobsugar22229-Jan-07 23:59
bobsugar22229-Jan-07 23:59 
AnswerRe: Get File Name Pin
engsrini30-Jan-07 0:47
engsrini30-Jan-07 0:47 
GeneralRe: Get File Name Pin
ParimalaRadjaram30-Jan-07 2:51
ParimalaRadjaram30-Jan-07 2:51 
AnswerRe: Get File Name Pin
greenpci30-Jan-07 1:54
greenpci30-Jan-07 1:54 
GeneralRe: Get File Name Pin
ParimalaRadjaram30-Jan-07 2:55
ParimalaRadjaram30-Jan-07 2:55 
GeneralRe: Get File Name Pin
ParimalaRadjaram30-Jan-07 17:48
ParimalaRadjaram30-Jan-07 17:48 
AnswerRe: Get File Name Pin
PavanPareta30-Jan-07 2:58
PavanPareta30-Jan-07 2:58 
GeneralRe: Get File Name Pin
Pete O'Hanlon30-Jan-07 3:52
mvePete O'Hanlon30-Jan-07 3:52 
QuestionListBox as a DataGrid Cell Pin
karthik Tamizhmathi29-Jan-07 22:57
karthik Tamizhmathi29-Jan-07 22:57 
AnswerRe: ListBox as a DataGrid Cell Pin
blue_arc30-Jan-07 1:26
blue_arc30-Jan-07 1:26 
GeneralRe: ListBox as a DataGrid Cell Pin
karthik Tamizhmathi30-Jan-07 1:42
karthik Tamizhmathi30-Jan-07 1:42 

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.