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

Visual Basic

 
AnswerRe: Problem with Datagridview Combobox column... [modified] Pin
Wendelius22-Jan-09 22:44
mentorWendelius22-Jan-09 22:44 
GeneralRe: Problem with Datagridview Combobox column... [modified] Pin
RA|-|UL PATEL22-Jan-09 23:01
RA|-|UL PATEL22-Jan-09 23:01 
GeneralRe: Problem with Datagridview Combobox column... Pin
Wendelius22-Jan-09 23:05
mentorWendelius22-Jan-09 23:05 
GeneralRe: Problem with Datagridview Combobox column... Pin
RA|-|UL PATEL22-Jan-09 23:32
RA|-|UL PATEL22-Jan-09 23:32 
GeneralRe: Problem with Datagridview Combobox column... Pin
Wendelius22-Jan-09 23:47
mentorWendelius22-Jan-09 23:47 
AnswerRe: Problem with Datagridview Combobox column... Pin
Ashutosh Phoujdar22-Jan-09 23:59
Ashutosh Phoujdar22-Jan-09 23:59 
QuestionRemote Connection While using Attached Database file in MssqlExpress 2005 Pin
r_mohd22-Jan-09 18:05
r_mohd22-Jan-09 18:05 
AnswerRe: Remote Connection While using Attached Database file in MssqlExpress 2005 Pin
Ashutosh Phoujdar22-Jan-09 19:03
Ashutosh Phoujdar22-Jan-09 19:03 
Please try these steps :

1. Put the database file (*.mdf) in shared location, and give Full Control to users
Who will use connection e.g. ASPNET user or any machine user in case of windows application.

2. Then use following connection string :
SqlConnection conn = new SqlConnection(@"Data Source=.\SQLEXPRESS;AttachDbFilename=<unc-path-to-database-file>;Integrated Security=True;Connect Timeout=30;User Instance=True");

3. Although this may not recommended solution, but It works.

dnpro
"Very bad programmer"

AnswerRe: Remote Connection While using Attached Database file in MssqlExpress 2005 Pin
Wendelius22-Jan-09 20:49
mentorWendelius22-Jan-09 20:49 
Questionfiles from subfolder Pin
jishbalan22-Jan-09 17:11
jishbalan22-Jan-09 17:11 
AnswerRe: files from subfolder Pin
N a v a n e e t h22-Jan-09 17:14
N a v a n e e t h22-Jan-09 17:14 
AnswerRe: files from subfolder Pin
Ashutosh Phoujdar22-Jan-09 18:56
Ashutosh Phoujdar22-Jan-09 18:56 
Question[Message Deleted] Pin
moonshaddow22-Jan-09 17:08
moonshaddow22-Jan-09 17:08 
AnswerRe: reading from resource files Pin
N a v a n e e t h22-Jan-09 17:12
N a v a n e e t h22-Jan-09 17:12 
GeneralRe: reading from resource files Pin
moonshaddow22-Jan-09 17:26
moonshaddow22-Jan-09 17:26 
QuestionDoes VB support partial classes? [modified] Pin
PIEBALDconsult22-Jan-09 9:07
mvePIEBALDconsult22-Jan-09 9:07 
AnswerRe: Does VB support partial classes? Pin
Wendelius22-Jan-09 9:36
mentorWendelius22-Jan-09 9:36 
GeneralRe: Does VB support partial classes? Pin
Luc Pattyn22-Jan-09 9:44
sitebuilderLuc Pattyn22-Jan-09 9:44 
AnswerRe: Does VB support partial classes? Pin
Dave Kreskowiak22-Jan-09 10:14
mveDave Kreskowiak22-Jan-09 10:14 
Question3rd party software suggestions. Pin
Cory Kimble22-Jan-09 8:32
Cory Kimble22-Jan-09 8:32 
AnswerRe: 3rd party software suggestions. Pin
Ben Fair22-Jan-09 9:12
Ben Fair22-Jan-09 9:12 
QuestionEmbedded resource problem Pin
Benny_Lava22-Jan-09 3:19
Benny_Lava22-Jan-09 3:19 
AnswerRe: Embedded resource problem Pin
EliottA22-Jan-09 5:04
EliottA22-Jan-09 5:04 
QuestionHow to convert VB 6.0 application to support Greek Regional settings? Pin
solomondevapaul12322-Jan-09 2:19
solomondevapaul12322-Jan-09 2:19 
AnswerRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
Dave Kreskowiak22-Jan-09 7:21
mveDave Kreskowiak22-Jan-09 7:21 

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.