Click here to Skip to main content
15,896,118 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb.net auto start program as windows startup Pin
Dave Kreskowiak28-Oct-15 4:03
mveDave Kreskowiak28-Oct-15 4:03 
QuestionListbox height adjustment Pin
lazy_dude26-Oct-15 23:55
lazy_dude26-Oct-15 23:55 
AnswerRe: Listbox height adjustment Pin
Wombaticus27-Oct-15 0:50
Wombaticus27-Oct-15 0:50 
GeneralRe: Listbox height adjustment Pin
lazy_dude27-Oct-15 1:11
lazy_dude27-Oct-15 1:11 
QuestionVisual Basic Noob, in need of some direction Pin
Member 1207985922-Oct-15 10:15
Member 1207985922-Oct-15 10:15 
QuestionRe: Visual Basic Noob, in need of some direction Pin
phil.o22-Oct-15 12:02
professionalphil.o22-Oct-15 12:02 
AnswerRe: Visual Basic Noob, in need of some direction Pin
Member 1207985922-Oct-15 13:25
Member 1207985922-Oct-15 13:25 
GeneralRe: Visual Basic Noob, in need of some direction Pin
Wombaticus3-Nov-15 7:22
Wombaticus3-Nov-15 7:22 
When you write
VB
If Not Directory.Exists("someDirectoryName") Then
(and ditto for File.Exists), then you need to pass the full path, not the relative one. You can use
VB
If Not Directory.Exists(Application.StartUpPath & "\someDirectoryName") Then

QuestionMessage Closed Pin
15-Oct-15 10:35
Gie-wel15-Oct-15 10:35 
AnswerRe: it always say's "Not allowed to change the 'ConnectionString' property. The connection's current state is open." and " Number of query values and destination fields are not the same". please help me Pin
Chris Quinn15-Oct-15 21:13
Chris Quinn15-Oct-15 21:13 
Questionit always say's "Not allowed to change the 'ConnectionString' property. The connection's current state is open." and " Number of query values and destination fields are not the same" what should i do? i need answer as soon as possible please i'm new Pin
Gie-wel15-Oct-15 10:17
Gie-wel15-Oct-15 10:17 
AnswerRe: it always say's "Not allowed to change the 'ConnectionString' property. The connection's current state is open." and " Number of query values and destination fields are not the same" what should i do? i need answer as soon as possible please i'm Pin
Wombaticus15-Oct-15 12:37
Wombaticus15-Oct-15 12:37 
AnswerRe: it always say's "Not allowed to change the 'ConnectionString' property. The connection's current state is open." and " Number of query values and destination fields are not the same" what should i do? i need answer as soon as possible please i'm Pin
Eddy Vluggen16-Oct-15 1:37
professionalEddy Vluggen16-Oct-15 1:37 
AnswerRe: it always say's "Not allowed to change the 'ConnectionString' property. The connection's current state is open." and " Number of query values and destination fields are not the same" what should i do? i need answer as soon as possible please i'm Pin
Richard Deeming16-Oct-15 3:03
mveRichard Deeming16-Oct-15 3:03 
AnswerRe: it always say's "Not allowed to change the 'ConnectionString' property. The connection's current state is open." and " Number of query values and destination fields are not the same" what should i do? i need answer as soon as possible please i'm Pin
عبد الرؤوف شوركي25-Oct-15 11:08
عبد الرؤوف شوركي25-Oct-15 11:08 
QuestionNIC Card Configuration for Multiple Servers in a list Pin
Member 1206068515-Oct-15 4:45
Member 1206068515-Oct-15 4:45 
AnswerRe: NIC Card Configuration for Multiple Servers in a list Pin
Dave Kreskowiak15-Oct-15 5:51
mveDave Kreskowiak15-Oct-15 5:51 
Questionhow to read STL file in vb.net Pin
Abimbola Sammy O'banj15-Oct-15 3:27
Abimbola Sammy O'banj15-Oct-15 3:27 
AnswerRe: how to read STL file in vb.net Pin
Dave Kreskowiak15-Oct-15 3:54
mveDave Kreskowiak15-Oct-15 3:54 
Questionvb.net desktop app on one computer share by several users Pin
dcof13-Oct-15 4:48
dcof13-Oct-15 4:48 
AnswerRe: vb.net desktop app on one computer share by several users Pin
ZurdoDev13-Oct-15 5:38
professionalZurdoDev13-Oct-15 5:38 
GeneralRe: vb.net desktop app on one computer share by several users Pin
dcof13-Oct-15 7:09
dcof13-Oct-15 7:09 
GeneralRe: vb.net desktop app on one computer share by several users Pin
ZurdoDev13-Oct-15 7:53
professionalZurdoDev13-Oct-15 7:53 
GeneralRe: vb.net desktop app on one computer share by several users Pin
dcof13-Oct-15 9:11
dcof13-Oct-15 9:11 
GeneralRe: vb.net desktop app on one computer share by several users Pin
ZurdoDev13-Oct-15 9:12
professionalZurdoDev13-Oct-15 9:12 

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.