Click here to Skip to main content
15,888,461 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to create OCR in VB.NET Pin
Murtuza Husain Miyan Patel29-Apr-06 5:12
professionalMurtuza Husain Miyan Patel29-Apr-06 5:12 
AnswerRe: how to create OCR in VB.NET Pin
Mekong River30-Apr-06 6:41
Mekong River30-Apr-06 6:41 
Questioncreate report Pin
baahmada29-Apr-06 4:36
baahmada29-Apr-06 4:36 
Question"tiff " type scanned to print in vb Pin
Member 286603029-Apr-06 2:15
Member 286603029-Apr-06 2:15 
QuestionListView Question Pin
fasttaxi29-Apr-06 2:11
fasttaxi29-Apr-06 2:11 
AnswerRe: ListView Question Pin
mr_1234529-Apr-06 5:23
mr_1234529-Apr-06 5:23 
QuestionHow to add properties to TreelistView User control Pin
irfanahsan29-Apr-06 1:13
irfanahsan29-Apr-06 1:13 
AnswerRe: How to add properties to TreelistView User control Pin
mlauahi1-May-06 12:27
mlauahi1-May-06 12:27 
PUBLIC CLASS TopVaultNode
INHERITS TreeNode

PUBLIC Type AS STRING
PUBLIC NodeId AS GUID
PUBLIC ParentId AS GUID
PUBLIC Description AS STRING
PUBLIC UserRights AS INTEGER
SUB NEW(ByVal XType AS STRING, byval XNodeId AS GUID, XParentID AS Guid, ByVal XDescription As String, XUserRights AS INTEGER)

MYBASE.NEW()
ME.Type = XType
ME.NodeId = XNodeId
ME.ParentId = XParentId
ME.Description = XDescription
ME.UserRights = XUserRights
ME.ImageIndex = NodeColorsAndIndexs.imageindexes.VAULT
ME.SelectedImageIndex = NodeColorsAndIndexs.SelectedImageIndexes.VAULT
ME.ForeColor = Color.Black
ME.Text = Trim(ME.Description)

END SUB

END CLASS
Questionprinting more than one report in CR Pin
microuser_200028-Apr-06 23:58
microuser_200028-Apr-06 23:58 
QuestionHow to Write a Vertical Text In Graphic Mode in VB.NET Pin
alialikh28-Apr-06 20:54
alialikh28-Apr-06 20:54 
AnswerRe: How to Write a Vertical Text In Graphic Mode in VB.NET Pin
Ed.Poore28-Apr-06 23:38
Ed.Poore28-Apr-06 23:38 
GeneralRe: How to Write a Vertical Text In Graphic Mode in VB.NET Pin
alialikh29-Apr-06 1:58
alialikh29-Apr-06 1:58 
QuestionResizing Images in VB.Net Pin
JoeySmith28-Apr-06 14:36
JoeySmith28-Apr-06 14:36 
AnswerRe: Resizing Images in VB.Net Pin
Yuvi Panda28-Apr-06 20:15
Yuvi Panda28-Apr-06 20:15 
AnswerRe: Resizing Images in VB.Net Pin
Bhanwar Gupta28-Apr-06 20:40
Bhanwar Gupta28-Apr-06 20:40 
GeneralRe: Resizing Images in VB.Net Pin
JoeySmith29-Apr-06 0:50
JoeySmith29-Apr-06 0:50 
QuestionVirtual KeyCode to ASCII Pin
daveime28-Apr-06 12:33
daveime28-Apr-06 12:33 
QuestionHow to connect VB6 to MSExel Pin
Jijo thomas28-Apr-06 9:12
Jijo thomas28-Apr-06 9:12 
AnswerRe: How to connect VB6 to MSExel Pin
Garner T29-Apr-06 17:36
Garner T29-Apr-06 17:36 
Questiondatarow array Pin
G7236028-Apr-06 9:08
G7236028-Apr-06 9:08 
GeneralRe: datarow array Pin
Guffa28-Apr-06 10:22
Guffa28-Apr-06 10:22 
GeneralRe: datarow array Pin
G7236028-Apr-06 10:31
G7236028-Apr-06 10:31 
QuestionDeveloping Torrent Client Pin
DH Julio28-Apr-06 6:31
DH Julio28-Apr-06 6:31 
AnswerRe: Developing Torrent Client Pin
progload28-Apr-06 9:49
progload28-Apr-06 9:49 
GeneralRe: Developing Torrent Client Pin
DH Julio29-Apr-06 8:41
DH Julio29-Apr-06 8:41 

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.