Click here to Skip to main content
16,007,277 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Opening a Notepad file through opendialogbox in vb.net Pin
Anonymous13-Sep-05 21:44
Anonymous13-Sep-05 21:44 
GeneralRe: Opening a Notepad file through opendialogbox in vb.net Pin
Anonymous13-Sep-05 22:50
Anonymous13-Sep-05 22:50 
GeneralRe: Opening a Notepad file through opendialogbox in vb.net Pin
Dave Kreskowiak14-Sep-05 1:45
mveDave Kreskowiak14-Sep-05 1:45 
GeneralRe: Opening a Notepad file through opendialogbox in vb.net Pin
Anonymous14-Sep-05 21:17
Anonymous14-Sep-05 21:17 
Question[SOS] about API(SendMessage or PostMessage),help me ,please Pin
cnet200813-Sep-05 20:09
cnet200813-Sep-05 20:09 
AnswerRe: [SOS] about API(SendMessage or PostMessage),help me ,please Pin
cnet200814-Sep-05 20:49
cnet200814-Sep-05 20:49 
GeneralRe: [SOS] about API(SendMessage or PostMessage),help me ,please Pin
Dave Kreskowiak15-Sep-05 7:18
mveDave Kreskowiak15-Sep-05 7:18 
QuestionFocus in RichTextBox Pin
Taen_Karth13-Sep-05 17:57
Taen_Karth13-Sep-05 17:57 
I have a dynamically created RichTextBox that is created in the forms "OnLoad" event. For some reason it will not set the focus of the cursor inside the Text area. Once the program is running and I use the same code again it creates a new one and automatically sets the cursor inside it. What is wrong?

 Dim rtbTextArea As New RichTextBox<br />
        Dim newTab As New TabPage<br />
        Dim newTime As Date = Now.ToString 'Set newtime to system time and date<br />
        Dim strNewTime As String = newTime 'convert newTime to string<br />
<br />
        TabControl1.TabPages.Add(newTab) 'Add new Tab Page to tab control<br />
        TabControl1.SelectedTab = newTab<br />
        With newTab<br />
            .Text = strNewTime 'Set Tab Page text to System date and Time<br />
            .Controls.Add(rtbTextArea) 'Add the rich text Box to the new tab control<br />
            With rtbTextArea<br />
                .Dock = DockStyle.Fill 'Set Rich Text box area to fill tab page<br />
                .ContextMenuStrip = ContextMenuStrip1<br />
                .AcceptsTab = True<br />
                .Focus()<br />
            End With<br />
            AddHandler rtbTextArea.SelectionChanged, AddressOf SelFontChk 'Assign SelctionChange Event Handler<br />
        End With


Thanks in advance

Thanks,

Taen Karth
AnswerRe: Focus in RichTextBox Pin
Steve Pullan13-Sep-05 21:23
Steve Pullan13-Sep-05 21:23 
QuestionString and Object Pin
militiaware13-Sep-05 15:31
militiaware13-Sep-05 15:31 
AnswerRe: String and Object Pin
rwestgraham13-Sep-05 15:45
rwestgraham13-Sep-05 15:45 
QuestionExcel and vbscript Pin
netmeister13-Sep-05 11:32
netmeister13-Sep-05 11:32 
Questionautomate saving a web page? Pin
gtjr9213-Sep-05 8:36
gtjr9213-Sep-05 8:36 
QuestionDynamic Context Menu Pin
No-e13-Sep-05 8:26
No-e13-Sep-05 8:26 
AnswerRe: Dynamic Context Menu Pin
Steve Pullan13-Sep-05 13:36
Steve Pullan13-Sep-05 13:36 
AnswerRe: Dynamic Context Menu Pin
Briga15-Sep-05 23:23
Briga15-Sep-05 23:23 
QuestionVisual Basic .NET Standard vs. SQL Server 2000 Developer Edition Pin
medicenpringles13-Sep-05 8:18
medicenpringles13-Sep-05 8:18 
AnswerRe: Visual Basic .NET Standard vs. SQL Server 2000 Developer Edition Pin
Dave Kreskowiak13-Sep-05 8:50
mveDave Kreskowiak13-Sep-05 8:50 
GeneralRe: Visual Basic .NET Standard vs. SQL Server 2000 Developer Edition Pin
medicenpringles13-Sep-05 9:41
medicenpringles13-Sep-05 9:41 
GeneralRe: Visual Basic .NET Standard vs. SQL Server 2000 Developer Edition Pin
Dave Kreskowiak13-Sep-05 12:32
mveDave Kreskowiak13-Sep-05 12:32 
QuestionMoving from Web Development to Windows Pin
Anonymous13-Sep-05 8:15
Anonymous13-Sep-05 8:15 
AnswerRe: Moving from Web Development to Windows Pin
Dave Kreskowiak13-Sep-05 8:46
mveDave Kreskowiak13-Sep-05 8:46 
QuestionReturn the filename of an image in a picturebox Pin
smith342113-Sep-05 5:43
smith342113-Sep-05 5:43 
AnswerRe: Return the filename of an image in a picturebox Pin
Dave Kreskowiak13-Sep-05 5:58
mveDave Kreskowiak13-Sep-05 5:58 
QuestionFinding my mummy Pin
Mark0613-Sep-05 1:27
Mark0613-Sep-05 1:27 

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.