Click here to Skip to main content
15,911,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to encrypt a string using rijndael algorithm Pin
~V~16-Dec-07 22:56
~V~16-Dec-07 22:56 
GeneralUrgent: how to convert string into date in vb.net Pin
Ashish Kumar Vyas16-Dec-07 20:20
Ashish Kumar Vyas16-Dec-07 20:20 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
Georg Kohler16-Dec-07 21:03
Georg Kohler16-Dec-07 21:03 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
CKnig16-Dec-07 21:45
CKnig16-Dec-07 21:45 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
VB 8.016-Dec-07 22:50
VB 8.016-Dec-07 22:50 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
~V~16-Dec-07 22:50
~V~16-Dec-07 22:50 
Questionthe meaning of VB.Command()...? Pin
tasumisra16-Dec-07 19:49
tasumisra16-Dec-07 19:49 
AnswerRe: the meaning of VB.Command()...? Pin
Dave Kreskowiak17-Dec-07 3:45
mveDave Kreskowiak17-Dec-07 3:45 
tasumisra wrote:
am stuck with somekeyword... like

VB.Command()


No such thing in the VB.NET language. THis has to be an instance of some object with a method called Command. It's not in the .NET Base Class Library, so this has to be some 3rd party library or some other class that was written in this app.



tasumisra wrote:
and one more thing what will be equivalet to module in case of C#


Modules are an outdated concept. There is no equivilent in C#, other than converting the code to a class and exposing the methods as static (Shared in VB.NET) methods.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralCombobox and F4 Pin
SiXke16-Dec-07 5:55
SiXke16-Dec-07 5:55 
Generalerror in vb.net Pin
break_day15-Dec-07 23:02
break_day15-Dec-07 23:02 
GeneralRe: error in vb.net Pin
Bassam Saoud16-Dec-07 1:53
Bassam Saoud16-Dec-07 1:53 
GeneralRe: error in vb.net Pin
break_day16-Dec-07 6:14
break_day16-Dec-07 6:14 
GeneralRe: error in vb.net Pin
CKnig16-Dec-07 18:38
CKnig16-Dec-07 18:38 
GeneralRe: error in vb.net Pin
break_day17-Dec-07 2:04
break_day17-Dec-07 2:04 
GeneralRe: error in vb.net Pin
CKnig17-Dec-07 2:19
CKnig17-Dec-07 2:19 
GeneralRe: error in vb.net Pin
Paul Conrad23-Dec-07 14:05
professionalPaul Conrad23-Dec-07 14:05 
GeneralAdd value and text in combobox Pin
yesu prakash15-Dec-07 21:28
yesu prakash15-Dec-07 21:28 
GeneralRe: Add value and text in combobox Pin
Bassam Saoud16-Dec-07 1:58
Bassam Saoud16-Dec-07 1:58 
GeneralAssinging values to Array Pin
sjs4u15-Dec-07 21:01
sjs4u15-Dec-07 21:01 
GeneralRe: Assinging values to Array Pin
Bassam Saoud16-Dec-07 2:05
Bassam Saoud16-Dec-07 2:05 
GeneralLate Binding Issue Pin
Georg Kohler15-Dec-07 18:25
Georg Kohler15-Dec-07 18:25 
GeneralRe: Late Binding Issue Pin
CKnig16-Dec-07 18:36
CKnig16-Dec-07 18:36 
GeneralRe: Late Binding Issue Pin
Georg Kohler16-Dec-07 19:47
Georg Kohler16-Dec-07 19:47 
Generalmonitor clients on a network Pin
NEO198615-Dec-07 8:49
NEO198615-Dec-07 8:49 
GeneralListView Pin
yesu prakash15-Dec-07 3:54
yesu prakash15-Dec-07 3:54 

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.