Click here to Skip to main content
15,887,875 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: ComboBox not receiving DataSet values? Pin
Eddy Vluggen19-Feb-14 8:01
professionalEddy Vluggen19-Feb-14 8:01 
QuestionAutomatically open Hyperlink in NeoOffice (VBA?) Pin
Member 1060384017-Feb-14 9:30
Member 1060384017-Feb-14 9:30 
SuggestionRe: Automatically open Hyperlink in NeoOffice (VBA?) Pin
Richard MacCutchan17-Feb-14 21:32
mveRichard MacCutchan17-Feb-14 21:32 
GeneralRe: Automatically open Hyperlink in NeoOffice (VBA?) Pin
Member 1060384017-Feb-14 22:42
Member 1060384017-Feb-14 22:42 
GeneralRe: Automatically open Hyperlink in NeoOffice (VBA?) Pin
Richard MacCutchan18-Feb-14 2:47
mveRichard MacCutchan18-Feb-14 2:47 
Questionvb.net Pin
SURAJIT UPADHYAY15-Feb-14 0:16
SURAJIT UPADHYAY15-Feb-14 0:16 
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 
A couple of ways

1. use a module not my favourite suggestion
VB
public module GlobalVariables
  public foo as string
end module


2. shared class with shared variables

VB
public shared class FooBar
 public shared SomeValue as integer =1
end class

Every day, thousands of innocent plants are killed by vegetarians.

Help end the violence EAT BACON

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 
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 

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.