Click here to Skip to main content
15,916,846 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionType mismatch when loading data from db to listview Pin
misCafe24-Jan-10 14:47
misCafe24-Jan-10 14:47 
AnswerRe: Type mismatch when loading data from db to listview Pin
Eddy Vluggen24-Jan-10 22:07
professionalEddy Vluggen24-Jan-10 22:07 
GeneralRe: Type mismatch when loading data from db to listview Pin
misCafe25-Jan-10 13:15
misCafe25-Jan-10 13:15 
GeneralRe: Type mismatch when loading data from db to listview Pin
Eddy Vluggen26-Jan-10 1:25
professionalEddy Vluggen26-Jan-10 1:25 
QuestionWebBrowser Navigation in MDI from seperate form. Pin
OmegaMaximum24-Jan-10 10:06
OmegaMaximum24-Jan-10 10:06 
AnswerRe: WebBrowser Navigation in MDI from seperate form. Pin
DaveAuld24-Jan-10 10:19
professionalDaveAuld24-Jan-10 10:19 
GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
OmegaMaximum25-Jan-10 7:53
OmegaMaximum25-Jan-10 7:53 
GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
EliottA25-Jan-10 10:35
EliottA25-Jan-10 10:35 
OmegaMaximum wrote:

Public Function GetURL(ByVal report As String)
Return report
End Function


aren't you missing the return type in your function header, example
Public Function GetURL(ByVal report As String) As String
Return report
End Function



GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
OmegaMaximum25-Jan-10 16:40
OmegaMaximum25-Jan-10 16:40 
GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
DaveAuld25-Jan-10 23:56
professionalDaveAuld25-Jan-10 23:56 
GeneralRe: WebBrowser Navigation in MDI from seperate form. Pin
OmegaMaximum26-Jan-10 0:48
OmegaMaximum26-Jan-10 0:48 
QuestionAttach scrollbar to listview Pin
Eli Nurman24-Jan-10 8:12
Eli Nurman24-Jan-10 8:12 
AnswerRe: Attach scrollbar to listview Pin
DaveAuld24-Jan-10 8:44
professionalDaveAuld24-Jan-10 8:44 
AnswerRe: Attach scrollbar to listview Pin
Luc Pattyn24-Jan-10 9:59
sitebuilderLuc Pattyn24-Jan-10 9:59 
GeneralRe: Attach scrollbar to listview Pin
Eli Nurman24-Jan-10 10:25
Eli Nurman24-Jan-10 10:25 
QuestionHow to Work On MAC Application Pin
Anubhava Dimri22-Jan-10 22:32
Anubhava Dimri22-Jan-10 22:32 
AnswerRe: How to Work On MAC Application Pin
DaveAuld23-Jan-10 5:30
professionalDaveAuld23-Jan-10 5:30 
AnswerRe: How to Work On MAC Application Pin
Eddy Vluggen23-Jan-10 5:44
professionalEddy Vluggen23-Jan-10 5:44 
GeneralRe: How to Work On MAC Application Pin
Anubhava Dimri24-Jan-10 18:41
Anubhava Dimri24-Jan-10 18:41 
GeneralRe: How to Work On MAC Application Pin
Eddy Vluggen24-Jan-10 21:32
professionalEddy Vluggen24-Jan-10 21:32 
QuestionRemove Javascript controls from export to excel - VB.Net Pin
technette22-Jan-10 14:00
technette22-Jan-10 14:00 
AnswerRe: Remove Javascript controls from export to excel - VB.Net Pin
Mycroft Holmes24-Jan-10 10:49
professionalMycroft Holmes24-Jan-10 10:49 
GeneralRe: Remove Javascript controls from export to excel - VB.Net Pin
technette25-Jan-10 8:22
technette25-Jan-10 8:22 
GeneralRe: Remove Javascript controls from export to excel - VB.Net Pin
Mycroft Holmes25-Jan-10 10:30
professionalMycroft Holmes25-Jan-10 10:30 
GeneralRe: Remove Javascript controls from export to excel - VB.Net Pin
technette25-Jan-10 11:07
technette25-Jan-10 11:07 

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.