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

Visual Basic

 
GeneralRe: Textbox functionality, scrolling,buffers,color Pin
Christian Graus21-Feb-05 13:19
protectorChristian Graus21-Feb-05 13:19 
GeneralMSHTML Pin
Jack Clift20-Feb-05 14:41
Jack Clift20-Feb-05 14:41 
Questioncan someone help me with this program Pin
Delo20-Feb-05 10:04
Delo20-Feb-05 10:04 
AnswerRe: can someone help me with this program Pin
Christian Graus20-Feb-05 10:21
protectorChristian Graus20-Feb-05 10:21 
GeneralRe: can someone help me with this program Pin
Delo20-Feb-05 13:43
Delo20-Feb-05 13:43 
GeneralRe: can someone help me with this program Pin
Christian Graus20-Feb-05 13:56
protectorChristian Graus20-Feb-05 13:56 
GeneralRe: can someone help me with this program Pin
Delo20-Feb-05 14:01
Delo20-Feb-05 14:01 
GeneralRe: can someone help me with this program Pin
Christian Graus20-Feb-05 14:05
protectorChristian Graus20-Feb-05 14:05 
OK. First of all 'option strict off' really sucks.

Secondly, simplifying the example a little:

Option Strict Off
Imports mshtml
Public Class Form1
Inherits System.Windows.Forms.Form
(
Public Function toHex(ByVal number As Integer) As String
Dim hexbyte As String
hexbyte = Hex(number).ToString()
If hexbyte.Length = 1 Then
hexbyte = "0" & hexbyte
End If
Return (hexbyte)
End Function
)

See how everything that's 'inside' the class is in brackets ? Open a bracket where I did, close it at the end of your file.




Christian

I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
GeneralRe: can someone help me with this program Pin
Delo20-Feb-05 14:22
Delo20-Feb-05 14:22 
GeneralRe: can someone help me with this program Pin
Christian Graus20-Feb-05 14:26
protectorChristian Graus20-Feb-05 14:26 
GeneralRe: can someone help me with this program Pin
Delo20-Feb-05 14:33
Delo20-Feb-05 14:33 
GeneralRe: can someone help me with this program Pin
Christian Graus20-Feb-05 14:37
protectorChristian Graus20-Feb-05 14:37 
GeneralRe: can someone help me with this program Pin
Delo20-Feb-05 14:48
Delo20-Feb-05 14:48 
GeneralRe: can someone help me with this program Pin
Christian Graus20-Feb-05 15:00
protectorChristian Graus20-Feb-05 15:00 
GeneralRe: can someone help me with this program Pin
Delo20-Feb-05 16:12
Delo20-Feb-05 16:12 
GeneralRe: can someone help me with this program Pin
Delo20-Feb-05 16:29
Delo20-Feb-05 16:29 
GeneralRe: can someone help me with this program Pin
Christian Graus21-Feb-05 10:57
protectorChristian Graus21-Feb-05 10:57 
GeneralArithmetic error caused an overflow Pin
J-Tex20-Feb-05 7:29
sussJ-Tex20-Feb-05 7:29 
GeneralRe: Arithmetic error caused an overflow Pin
Christian Graus20-Feb-05 10:26
protectorChristian Graus20-Feb-05 10:26 
Generalpls help me on this... Pin
20-Feb-05 6:27
suss20-Feb-05 6:27 
GeneralRe: pls help me on this... Pin
Christian Graus20-Feb-05 10:28
protectorChristian Graus20-Feb-05 10:28 
GeneralRe: pls help me on this... Pin
gwyn8120-Feb-05 15:43
gwyn8120-Feb-05 15:43 
GeneralRe: pls help me on this... Pin
Colin Angus Mackay21-Feb-05 0:59
Colin Angus Mackay21-Feb-05 0:59 
GeneralCommon Language Runtime Debugging Services Pin
cnc programmer20-Feb-05 3:45
cnc programmer20-Feb-05 3:45 
Generaloffice 2003 toolbar images Pin
ergolabos20-Feb-05 1:24
ergolabos20-Feb-05 1: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.