Click here to Skip to main content
15,886,058 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb.net Pin
Richard MacCutchan15-Feb-14 1:42
mveRichard MacCutchan15-Feb-14 1:42 
AnswerRe: vb.net Pin
Simon_Whale17-Feb-14 22:05
Simon_Whale17-Feb-14 22:05 
QuestionLibrary not registered in excel 2013 vba Pin
Samoeurn13-Feb-14 21:41
Samoeurn13-Feb-14 21:41 
AnswerRe: Library not registered in excel 2013 vba Pin
Richard MacCutchan13-Feb-14 21:56
mveRichard MacCutchan13-Feb-14 21:56 
GeneralRe: Library not registered in excel 2013 vba Pin
Samoeurn13-Feb-14 22:27
Samoeurn13-Feb-14 22:27 
GeneralRe: Library not registered in excel 2013 vba Pin
Richard MacCutchan13-Feb-14 22:59
mveRichard MacCutchan13-Feb-14 22:59 
AnswerRe: Library not registered in excel 2013 vba Pin
Eddy Vluggen13-Feb-14 22:33
professionalEddy Vluggen13-Feb-14 22:33 
GeneralRe: Library not registered in excel 2013 vba Pin
MyOwnBoss7-Mar-14 13:10
MyOwnBoss7-Mar-14 13:10 
Top of each form, modules and classes that have references. Fill in the blanks.
VB
#If Win64 Then
    ' Win64=true, Win32=true, Win16= false
put your 64 bit library references here
#ElseIf Win32 Then
    ' Win32=true, Win16=false
put your 32 bit library references here
#Else
    ' Win16=true
Msgbox "You are either trying to run this from a computer " _
       "you found at a yard sale or you bought an Apple"
#End If

QuestionSend a Text Message to a Cell Phone from a VB.NET Application Pin
SURAJIT UPADHYAY13-Feb-14 18:56
SURAJIT UPADHYAY13-Feb-14 18:56 
AnswerRe: Send a Text Message to a Cell Phone from a VB.NET Application Pin
Richard MacCutchan13-Feb-14 21:54
mveRichard MacCutchan13-Feb-14 21:54 
AnswerRe: Send a Text Message to a Cell Phone from a VB.NET Application Pin
Simon_Whale13-Feb-14 22:21
Simon_Whale13-Feb-14 22:21 
GeneralRe: Send a Text Message to a Cell Phone from a VB.NET Application Pin
MyOwnBoss7-Mar-14 13:52
MyOwnBoss7-Mar-14 13:52 
QuestionCreating MySql views Pin
SPSandy12-Feb-14 17:40
SPSandy12-Feb-14 17:40 
AnswerRe: Creating MySql views Pin
Eddy Vluggen12-Feb-14 22:30
professionalEddy Vluggen12-Feb-14 22:30 
SuggestionRe: Creating MySql views Pin
Eddy Vluggen13-Feb-14 10:11
professionalEddy Vluggen13-Feb-14 10:11 
GeneralRe: Creating MySql views Pin
SPSandy16-Mar-14 5:45
SPSandy16-Mar-14 5:45 
QuestionMake An Exe Inside My Panel Become Unmoveable Pin
EYESTRA1N11-Feb-14 4:12
EYESTRA1N11-Feb-14 4:12 
AnswerRe: Make An Exe Inside My Panel Become Unmoveable Pin
Chris Quinn11-Feb-14 4:41
Chris Quinn11-Feb-14 4:41 
AnswerRe: Make An Exe Inside My Panel Become Unmoveable Pin
EYESTRA1N11-Feb-14 5:13
EYESTRA1N11-Feb-14 5:13 
AnswerRe: Make An Exe Inside My Panel Become Unmoveable Pin
Dave Kreskowiak11-Feb-14 7:33
mveDave Kreskowiak11-Feb-14 7:33 
AnswerRe: Make An Exe Inside My Panel Become Unmoveable Pin
Eddy Vluggen11-Feb-14 8:29
professionalEddy Vluggen11-Feb-14 8:29 
GeneralRe: Make An Exe Inside My Panel Become Unmoveable Pin
EYESTRA1N11-Feb-14 18:11
EYESTRA1N11-Feb-14 18:11 
GeneralView Word Document in Vb.Net Form Visual Studio 2012 Pin
Danish198711-Feb-14 1:02
Danish198711-Feb-14 1:02 
GeneralRe: View Word Document in Vb.Net Form Visual Studio 2012 Pin
Richard Deeming11-Feb-14 1:13
mveRichard Deeming11-Feb-14 1:13 
GeneralRe: View Word Document in Vb.Net Form Visual Studio 2012 Pin
Danish198711-Feb-14 1:24
Danish198711-Feb-14 1:24 

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.