Click here to Skip to main content
15,904,153 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Changing the inputarea-size of the textbox-control Pin
Christian Sachse30-Jun-08 3:50
Christian Sachse30-Jun-08 3:50 
Questionconvert string to byte Pin
shee_dee8629-Jun-08 21:51
shee_dee8629-Jun-08 21:51 
AnswerRe: convert string to byte Pin
Christian Graus29-Jun-08 22:10
protectorChristian Graus29-Jun-08 22:10 
AnswerRe: convert string to byte Pin
Gideon Engelberth30-Jun-08 5:34
Gideon Engelberth30-Jun-08 5:34 
QuestionStatic / Shared block Pin
divyesh143229-Jun-08 20:20
divyesh143229-Jun-08 20:20 
AnswerRe: Static / Shared block Pin
Christian Graus29-Jun-08 20:28
protectorChristian Graus29-Jun-08 20:28 
GeneralRe: Static / Shared block Pin
divyesh143230-Jun-08 18:51
divyesh143230-Jun-08 18:51 
AnswerRe: Static / Shared block Pin
Dave Doknjas30-Jun-08 15:17
Dave Doknjas30-Jun-08 15:17 
A 'static' initializer block in Java is really just a static constructor.
So...
class Foo
{
static
{
...
}
}

just converts to:

Friend Class Foo
Shared Sub New()
...
End Sub
End Class

(via 'Java to VB & C# Converter')

David Anton
http://www.tangiblesoftwaresolutions.com
C++ to C# Converter
C++ to VB Converter
C++ to Java Converter
VB & C# to Java Converter
Java to VB & C# Converter
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: convert VB, C#, or Java to C++/CLI
GeneralRe: Static / Shared block Pin
divyesh143230-Jun-08 18:51
divyesh143230-Jun-08 18:51 
QuestionProbs Saving Data to Database Pin
KrisnNala29-Jun-08 6:28
KrisnNala29-Jun-08 6:28 
AnswerRe: Probs Saving Data to Database Pin
Christian Graus29-Jun-08 14:38
protectorChristian Graus29-Jun-08 14:38 
GeneralRe: Probs Saving Data to Database Pin
KrisnNala30-Jun-08 8:41
KrisnNala30-Jun-08 8:41 
Questionmap rotation algortihm Pin
dunkin_ina29-Jun-08 6:05
dunkin_ina29-Jun-08 6:05 
AnswerRe: map rotation algortihm Pin
Guffa29-Jun-08 10:25
Guffa29-Jun-08 10:25 
GeneralRe: map rotation algortihm Pin
dunkin_ina29-Jun-08 22:26
dunkin_ina29-Jun-08 22:26 
AnswerRe: map rotation algortihm Pin
Christian Graus29-Jun-08 14:39
protectorChristian Graus29-Jun-08 14:39 
QuestionRe: map rotation algortihm Pin
dunkin_ina29-Jun-08 22:28
dunkin_ina29-Jun-08 22:28 
AnswerRe: map rotation algortihm Pin
Christian Graus29-Jun-08 22:46
protectorChristian Graus29-Jun-08 22:46 
GeneralRe: map rotation algortihm Pin
dunkin_ina7-Aug-08 5:40
dunkin_ina7-Aug-08 5:40 
Questiondatagridview cell leave event get column name Pin
Member 344963628-Jun-08 7:12
Member 344963628-Jun-08 7:12 
AnswerRe: datagridview cell leave event get column name Pin
Smithers-Jones28-Jun-08 8:43
Smithers-Jones28-Jun-08 8:43 
Questionwriting a WYSIWYG control from a RichTextBox Pin
gillardg28-Jun-08 6:56
gillardg28-Jun-08 6:56 
AnswerRe: writing a WYSIWYG control from a RichTextBox Pin
Christian Graus28-Jun-08 12:43
protectorChristian Graus28-Jun-08 12:43 
GeneralRe: writing a WYSIWYG control from a RichTextBox Pin
Paul Conrad28-Jun-08 13:03
professionalPaul Conrad28-Jun-08 13:03 
QuestionIP Address Pin
nagendrathecoder27-Jun-08 21:24
nagendrathecoder27-Jun-08 21:24 

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.