Click here to Skip to main content
15,913,280 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalusing SQL DMO Objecets in Visual Basic 6.0 Pin
Member 215533628-Jul-05 21:48
Member 215533628-Jul-05 21:48 
GeneralChecking Server hard disk space Pin
ershad28-Jul-05 18:57
ershad28-Jul-05 18:57 
GeneralRe: Checking Server hard disk space Pin
Dave Kreskowiak29-Jul-05 4:18
mveDave Kreskowiak29-Jul-05 4:18 
GeneralRe: Checking Server hard disk space Pin
Anonymous9-Aug-05 17:49
Anonymous9-Aug-05 17:49 
QuestionHow to write to a file at a particular time everyday Pin
infragistics4828-Jul-05 18:40
sussinfragistics4828-Jul-05 18:40 
AnswerRe: How to write to a file at a particular time everyday Pin
Christian Graus28-Jul-05 18:43
protectorChristian Graus28-Jul-05 18:43 
AnswerRe: How to write to a file at a particular time everyday Pin
Dave Kreskowiak29-Jul-05 4:16
mveDave Kreskowiak29-Jul-05 4:16 
Generalurls in a richtextbox Pin
KaptinKrunch28-Jul-05 18:02
KaptinKrunch28-Jul-05 18:02 
I have the following event handler for a rich text box.

Protected Sub Link_Clicked(ByVal sender As Object, ByVal e As System.Windows.Forms.LinkClickedEventArgs) Handles rtbDescription.LinkClicked
Try
System.Diagnostics.Process.Start(e.LinkText)
Catch ex As Exception
Debug.WriteLine(ex.Message & " : " & e.LinkText)
End Try
End Sub

When I click a link in the rich text box nothing happens an I receive the following line in my output.

The system cannot find the path specified : http://www.cnn.com/rssclick/2005/TECH/internet/07/28/disappearing.apple.ap/index.html?section=cnn_tech

Anyone have any ideas?

MSDN states that this handler should fire the default browser.
GeneralRe: urls in a richtextbox Pin
Dave Kreskowiak29-Jul-05 4:14
mveDave Kreskowiak29-Jul-05 4:14 
GeneralRe: urls in a richtextbox Pin
KaptinKrunch29-Jul-05 13:14
KaptinKrunch29-Jul-05 13:14 
GeneralRe: urls in a richtextbox Pin
Dave Kreskowiak31-Jul-05 19:14
mveDave Kreskowiak31-Jul-05 19:14 
QuestionPreventing User Control Unhandled Exceptions from Bubbling up to the Main Form? Pin
ndurso28-Jul-05 9:38
ndurso28-Jul-05 9:38 
AnswerRe: Preventing User Control Unhandled Exceptions from Bubbling up to the Main Form? Pin
Anonymous28-Jul-05 10:03
Anonymous28-Jul-05 10:03 
AnswerRe: Preventing User Control Unhandled Exceptions from Bubbling up to the Main Form? Pin
Briga28-Jul-05 22:06
Briga28-Jul-05 22:06 
GeneralLoading ActiveX in Limitted User Account Pin
MohammadAmiry28-Jul-05 7:26
MohammadAmiry28-Jul-05 7:26 
QuestionBest Aproach When Working with Crystal Reports .Net? Pin
korso_rogan28-Jul-05 5:43
korso_rogan28-Jul-05 5:43 
General"Setup cannot continue....." <URGENT HELP> Pin
GSKhalsa28-Jul-05 5:32
GSKhalsa28-Jul-05 5:32 
Generalexcel marco Pin
lhahehal28-Jul-05 4:45
lhahehal28-Jul-05 4:45 
GeneralRe: excel marco Pin
rhenerlau28-Jul-05 7:10
rhenerlau28-Jul-05 7:10 
Generalsetup Pin
fatidarya28-Jul-05 4:09
fatidarya28-Jul-05 4:09 
GeneralWord Automation query Pin
Mathew Gorge Whiz28-Jul-05 4:03
Mathew Gorge Whiz28-Jul-05 4:03 
GeneralCloning an Array Pin
directred28-Jul-05 1:20
directred28-Jul-05 1:20 
GeneralCloning an Array ... Added more comments Pin
directred28-Jul-05 1:36
directred28-Jul-05 1:36 
Generalrecording voice Pin
Veera Raghavendra28-Jul-05 1:03
Veera Raghavendra28-Jul-05 1:03 
GeneralUrgent !regarding sqlDataAdapter.Update Method Pin
Madni Abbasi28-Jul-05 0:27
Madni Abbasi28-Jul-05 0: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.