Click here to Skip to main content
15,889,116 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Index and length must refer to a location within the string vb.net Pin
Richard Deeming2-Oct-18 4:34
mveRichard Deeming2-Oct-18 4:34 
QuestionRegisterHotKey Pin
JR2122-Oct-18 1:58
JR2122-Oct-18 1:58 
AnswerRe: RegisterHotKey Pin
JR2126-Oct-18 12:53
JR2126-Oct-18 12:53 
QuestionProblems with SSLstream.Read (VB.NET/VS2017) Pin
Member 1185690428-Sep-18 21:58
Member 1185690428-Sep-18 21:58 
QuestionProblem with SHGetFolderPath(): Problem Closed. Pin
mo149228-Sep-18 11:30
mo149228-Sep-18 11:30 
AnswerRe: Problem with SHGetFolderPath(): Problem Closed. Pin
Richard MacCutchan28-Sep-18 21:45
mveRichard MacCutchan28-Sep-18 21:45 
GeneralRe: Problem with SHGetFolderPath(): Problem Closed. Pin
mo149228-Sep-18 23:44
mo149228-Sep-18 23:44 
SuggestionRe: Problem with SHGetFolderPath(): Problem Closed. Pin
Richard Deeming1-Oct-18 8:13
mveRichard Deeming1-Oct-18 8:13 
There's no need to P/Invoke those functions. The BCL already provides a wrapper:
Environment.GetFolderPath Method (System) | Microsoft Docs[^]
Environment.SpecialFolder Enum (System) | Microsoft Docs[^]
VB.NET
Dim sPath As String = Environment.GetFolderPath(Environment.SpecialFolder.MyMusic)




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: Problem with SHGetFolderPath(): Problem Closed. Pin
mo14921-Oct-18 9:45
mo14921-Oct-18 9:45 
Questionhow to get corresponding values of particular column from database to text field Pin
Member 1400114828-Sep-18 5:45
Member 1400114828-Sep-18 5:45 
AnswerRe: how to get corresponding values of particular column from database to text field Pin
Richard MacCutchan28-Sep-18 6:14
mveRichard MacCutchan28-Sep-18 6:14 
AnswerRe: how to get corresponding values of particular column from database to text field Pin
Eddy Vluggen28-Sep-18 6:38
professionalEddy Vluggen28-Sep-18 6:38 
QuestionScreen size and form size Pin
desanti27-Sep-18 18:58
desanti27-Sep-18 18:58 
AnswerRe: Screen size and form size Pin
dan!sh 27-Sep-18 20:45
professional dan!sh 27-Sep-18 20:45 
AnswerRe: Screen size and form size Pin
Richard MacCutchan27-Sep-18 21:07
mveRichard MacCutchan27-Sep-18 21:07 
GeneralRe: Screen size and form size Pin
desanti28-Sep-18 8:59
desanti28-Sep-18 8:59 
GeneralRe: Screen size and form size Pin
Mycroft Holmes28-Sep-18 12:00
professionalMycroft Holmes28-Sep-18 12:00 
QuestionIs c++ worth learning? Pin
Member 1398247125-Sep-18 4:10
Member 1398247125-Sep-18 4:10 
AnswerRe: Is c++ worth learning? Pin
Richard MacCutchan25-Sep-18 5:41
mveRichard MacCutchan25-Sep-18 5:41 
QuestionVBA code to automatically pass credentials to windows security pop up Pin
Roberto64_Ge19-Sep-18 4:33
Roberto64_Ge19-Sep-18 4:33 
QuestionLooking for a copy of VB.net can anyone help. I'm willing to pay. Pin
Member 1398247117-Sep-18 3:49
Member 1398247117-Sep-18 3:49 
AnswerRe: Looking for a copy of VB.net can anyone help. I'm willing to pay. Pin
Dave Kreskowiak17-Sep-18 4:25
mveDave Kreskowiak17-Sep-18 4:25 
GeneralRe: Looking for a copy of VB.net can anyone help. I'm willing to pay. Pin
Member 1398247117-Sep-18 6:23
Member 1398247117-Sep-18 6:23 
GeneralRe: Looking for a copy of VB.net can anyone help. I'm willing to pay. Pin
Richard MacCutchan17-Sep-18 6:27
mveRichard MacCutchan17-Sep-18 6:27 
GeneralRe: Looking for a copy of VB.net can anyone help. I'm willing to pay. Pin
Dave Kreskowiak17-Sep-18 6:30
mveDave Kreskowiak17-Sep-18 6:30 

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.