Click here to Skip to main content
15,923,142 members
Home / Discussions / C#
   

C#

 
GeneralWriting BLOB from Database to WordFile using C# Pin
Dev Motiramani31-Dec-07 23:22
Dev Motiramani31-Dec-07 23:22 
GeneralRe: Writing BLOB from Database to WordFile using C# Pin
beatles16921-Jan-08 5:39
beatles16921-Jan-08 5:39 
GeneralDatabase connections Pin
Martin Marvinski31-Dec-07 17:13
Martin Marvinski31-Dec-07 17:13 
GeneralRe: Database connections Pin
PIEBALDconsult31-Dec-07 18:36
mvePIEBALDconsult31-Dec-07 18:36 
GeneralRe: Database connections Pin
beatles16921-Jan-08 5:21
beatles16921-Jan-08 5:21 
GeneralRe: Database connections Pin
beatles16921-Jan-08 5:32
beatles16921-Jan-08 5:32 
GeneralRe: Database connections Pin
Pete O'Hanlon1-Jan-08 10:38
mvePete O'Hanlon1-Jan-08 10:38 
QuestionDrag and Drop Picture boxes? Pin
DSdragondude31-Dec-07 9:41
DSdragondude31-Dec-07 9:41 
QuestionC# application written for Access 2003, will it work on 2007? Pin
Skcheng31-Dec-07 8:15
Skcheng31-Dec-07 8:15 
AnswerRe: C# application written for Access 2003, will it work on 2007? Pin
Paul Conrad31-Dec-07 8:40
professionalPaul Conrad31-Dec-07 8:40 
GeneralRe: C# application written for Access 2003, will it work on 2007? Pin
Skcheng31-Dec-07 12:00
Skcheng31-Dec-07 12:00 
GeneralRe: C# application written for Access 2003, will it work on 2007? Pin
Paul Conrad31-Dec-07 13:05
professionalPaul Conrad31-Dec-07 13:05 
Questionmsagent output voice file Pin
Muammar©31-Dec-07 7:41
Muammar©31-Dec-07 7:41 
GeneralRe: msagent output voice file Pin
Dave Kreskowiak31-Dec-07 9:10
mveDave Kreskowiak31-Dec-07 9:10 
GeneralRe: msagent output voice file Pin
Muammar©31-Dec-07 18:40
Muammar©31-Dec-07 18:40 
GeneralRe: msagent output voice file Pin
Dave Kreskowiak1-Jan-08 6:02
mveDave Kreskowiak1-Jan-08 6:02 
GeneralRe: msagent output voice file Pin
Muammar©1-Jan-08 6:11
Muammar©1-Jan-08 6:11 
GeneralNavigating a web form Pin
brsecu31-Dec-07 6:31
brsecu31-Dec-07 6:31 
GeneralRe: Navigating a web form Pin
DotNetXenon31-Dec-07 7:45
DotNetXenon31-Dec-07 7:45 
GeneralDatagrid and combo box or drop down list Pin
Saamir31-Dec-07 5:07
Saamir31-Dec-07 5:07 
GeneralRe: Datagrid and combo box or drop down list Pin
Justin Perez31-Dec-07 5:24
Justin Perez31-Dec-07 5:24 
GeneralRe: Datagrid and combo box or drop down list Pin
Saamir31-Dec-07 6:14
Saamir31-Dec-07 6:14 
GeneralRe: Datagrid and combo box or drop down list [modified] Pin
awiesendanger2-Jan-08 2:23
awiesendanger2-Jan-08 2:23 
QuestionSendKeys Oddity??? Pin
tboydva31-Dec-07 3:56
tboydva31-Dec-07 3:56 
QuestionTextBox indentation??? Pin
JoZ CaVaLLo31-Dec-07 2:24
JoZ CaVaLLo31-Dec-07 2:24 
Hi, I have 1 TextBox with the follwing properties:

<br />
tbx1.Size = new System.Drawing.Size(155, 28);<br />
tbx1.MultiLine = true;<br />


and an other one like this
<br />
tbx2.Size = new System.Drawing.Size(155, 14);<br />
tbx2.MultiLine = false;<br />


Why, on the screen, tbx1 has an indentation of one space? I don't like to see the texts not aligned. Does some body have any idea?

Happy new year to everybody!!!

Life is not short... the problem is only how you organize yourself

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.