Click here to Skip to main content
15,913,773 members
Home / Discussions / Windows Forms
   

Windows Forms

 
Questioni have to capture the row values seperately in an datagridview. Pin
arunkumarv21-Nov-07 23:03
arunkumarv21-Nov-07 23:03 
Questionhow can i bind database to listbox.. Pin
Rajeshwar Code- Developer21-Nov-07 18:52
Rajeshwar Code- Developer21-Nov-07 18:52 
GeneralRe: how can i bind database to listbox.. Pin
Sam Xavier7-Mar-08 1:21
Sam Xavier7-Mar-08 1:21 
QuestionHow come an empty Form would need +10MB memory? Pin
antoniochris21-Nov-07 18:21
antoniochris21-Nov-07 18:21 
AnswerRe: How come an empty Form would need +10MB memory? Pin
Dave Kreskowiak23-Nov-07 5:41
mveDave Kreskowiak23-Nov-07 5:41 
Questionneed quickly Pin
nta_388621-Nov-07 4:00
nta_388621-Nov-07 4:00 
AnswerRe: need quickly Pin
Pete O'Hanlon21-Nov-07 9:42
mvePete O'Hanlon21-Nov-07 9:42 
GeneralRe: need quickly Pin
Luc Pattyn21-Nov-07 10:28
sitebuilderLuc Pattyn21-Nov-07 10:28 
GeneralRe: need quickly Pin
Pete O'Hanlon21-Nov-07 10:45
mvePete O'Hanlon21-Nov-07 10:45 
GeneralRe: need quickly Pin
Luc Pattyn21-Nov-07 11:28
sitebuilderLuc Pattyn21-Nov-07 11:28 
GeneralRe: need quickly Pin
Ian Shlasko23-Nov-07 4:42
Ian Shlasko23-Nov-07 4:42 
GeneralRe: need quickly Pin
Luc Pattyn23-Nov-07 5:41
sitebuilderLuc Pattyn23-Nov-07 5:41 
GeneralRe: need quickly Pin
Ravi Bhavnani30-Nov-07 6:29
professionalRavi Bhavnani30-Nov-07 6:29 
AnswerRe: need quickly Pin
Paul Conrad23-Nov-07 14:24
professionalPaul Conrad23-Nov-07 14:24 
AnswerRe: need quickly Pin
NanaAM26-Nov-07 1:06
NanaAM26-Nov-07 1:06 
AnswerRe: need quickly Pin
Ravi Bhavnani30-Nov-07 6:32
professionalRavi Bhavnani30-Nov-07 6:32 
QuestionSql Resource provider for WinForms Pin
coolestCoder20-Nov-07 23:59
coolestCoder20-Nov-07 23:59 
QuestionUser Control with dynamic embedded controls!? Pin
Skeletor2320-Nov-07 10:34
Skeletor2320-Nov-07 10:34 
AnswerRe: User Control with dynamic embedded controls!? Pin
Dave Kreskowiak21-Nov-07 9:07
mveDave Kreskowiak21-Nov-07 9:07 
GeneralRe: User Control with dynamic embedded controls!? Pin
Skeletor2323-Nov-07 2:49
Skeletor2323-Nov-07 2:49 
Questionneed help with connecting to access database in vs.net 2005 c# window form Pin
neodeaths20-Nov-07 6:44
neodeaths20-Nov-07 6:44 
hi guys i am trying to connect to an microsoft access database with my vs.net 2005 c# windows form without using ado but the following style of code which i got from my asp.net project:

OleDbDataReader objLoginDR = null;<br />
        OleDbConnection objLoginConn = null;<br />
        OleDbCommand objLoginCmd = null;<br />
<br />
        string strSQL = "SELECT passcode FROM users WHERE user = '" + strUserid + "'";<br />
        string strPassword;<br />
        objLoginConn = new OleDbConnection(strconn);<br />
        objLoginCmd = new OleDbCommand(strSQL, objLoginConn);<br />
        objLoginConn.Open();<br />
        objLoginDR = objLoginCmd.ExecuteReader(CommandBehavior.CloseConnection);


i have reviewd some articales in codeproject regarding this however none of them seems to be wat i needed and some just gave me errors.

hence i would like to seeks advice and knowledge here in the forum.

i would like to ask if it is possible to use the above style of code which i used for my asp.net project to connect to an microsoft access database? and if possible any code or reference which i could use for it in c#.
Questionhow to sendmessage to static text control and to edit box? Pin
thaobuoi19-Nov-07 14:25
thaobuoi19-Nov-07 14:25 
AnswerRe: how to sendmessage to static text control and to edit box? Pin
Ravi Bhavnani30-Nov-07 6:34
professionalRavi Bhavnani30-Nov-07 6:34 
QuestionHow to add config file in Windows App .NET Pin
mpavas19-Nov-07 1:41
mpavas19-Nov-07 1:41 
AnswerRe: How to add config file in Windows App .NET Pin
Pallavi Bhoite19-Nov-07 20:48
Pallavi Bhoite19-Nov-07 20:48 

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.