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

Visual Basic

 
GeneralProblem in Counter Pin
imshally8130-Dec-04 20:36
imshally8130-Dec-04 20:36 
GeneralNull value Pin
fan wei fang30-Dec-04 14:55
fan wei fang30-Dec-04 14:55 
GeneralRe: Null value Pin
spidur131-Dec-04 3:39
spidur131-Dec-04 3:39 
Generaldisabling column in databound grid Pin
besah30-Dec-04 14:50
besah30-Dec-04 14:50 
GeneralRe: disabling column in databound grid Pin
fan wei fang30-Dec-04 14:58
fan wei fang30-Dec-04 14:58 
GeneralRe: disabling column in databound grid Pin
Robert Rohde30-Dec-04 22:29
Robert Rohde30-Dec-04 22:29 
QuestionHow to highlighting word in Richtextbox from code?? Pin
safran6630-Dec-04 14:13
safran6630-Dec-04 14:13 
AnswerRe: How to highlighting word in Richtextbox from code?? Pin
safran662-Jan-05 12:40
safran662-Jan-05 12:40 
Dim Search, Where   ' Declare variables.<br />
       ' Get search string from user.<br />
       Search = InputBox("Enter text to be found:")<br />
       Where = InStr(RichTextBox1.Text, Search)     ' Find string in text.<br />
       If Where Then   ' If found,<br />
           RichTextBox1.Select()<br />
           RichTextBox1.SelectedText = Where - 1   ' set selection start and<br />
           RichTextBox1.SelectionLength = Len(Search)   ' set selection length.<br />
       Else<br />
           MsgBox("String not found.")  ' Notify user.<br />
       End If

This is maybe need to some body like me so tnx for quick helpMad | :mad:
QuestionHow to access paths greater that 256? Pin
Zenly30-Dec-04 12:34
Zenly30-Dec-04 12:34 
AnswerRe: How to access paths greater that 256? Pin
Ray Cassick31-Dec-04 3:39
Ray Cassick31-Dec-04 3:39 
AnswerRe: How to access paths greater that 256? Pin
Dave Kreskowiak31-Dec-04 8:38
mveDave Kreskowiak31-Dec-04 8:38 
GeneralApplication Automation Question (VB.Net) Pin
mcslemon30-Dec-04 10:40
mcslemon30-Dec-04 10:40 
GeneralRe: Application Automation Question (VB.Net) Pin
Mekong River30-Dec-04 10:55
Mekong River30-Dec-04 10:55 
GeneralRe: Application Automation Question (VB.Net) Pin
mcslemon30-Dec-04 11:19
mcslemon30-Dec-04 11:19 
GeneralRe: Application Automation Question (VB.Net) Pin
Mekong River30-Dec-04 15:33
Mekong River30-Dec-04 15:33 
GeneralRe: Application Automation Question (VB.Net) Pin
mcslemon2-Jan-05 6:46
mcslemon2-Jan-05 6:46 
GeneralDATA Transfer VB.NET Server, VB6 Client, SQL Server Pin
HarryBo30-Dec-04 9:09
HarryBo30-Dec-04 9:09 
QuestionHow to do paging in Windows VB.NET datagrid ?? Pin
bahruddina30-Dec-04 4:43
bahruddina30-Dec-04 4:43 
QuestionRetrieving Class Name? Pin
KreativeKai30-Dec-04 3:40
professionalKreativeKai30-Dec-04 3:40 
AnswerRe: Retrieving Class Name? Pin
Robert Rohde30-Dec-04 4:06
Robert Rohde30-Dec-04 4:06 
GeneralRe: Retrieving Class Name? Pin
KreativeKai30-Dec-04 4:16
professionalKreativeKai30-Dec-04 4:16 
GeneralSending Fax Using RightFax.DLL in VB.net Pin
Pavan Kumar Goud30-Dec-04 2:24
sussPavan Kumar Goud30-Dec-04 2:24 
GeneralRe: Sending Fax Using RightFax.DLL in VB.net Pin
Dave Kreskowiak30-Dec-04 11:29
mveDave Kreskowiak30-Dec-04 11:29 
GeneralMulti thread problem Pin
ll_new_ll30-Dec-04 1:50
ll_new_ll30-Dec-04 1:50 
QuestionHow to create realtime forms? Pin
David M J30-Dec-04 0:18
David M J30-Dec-04 0:18 

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.