Click here to Skip to main content
15,884,537 members
Home / Discussions / C#
   

C#

 
Questionfinding width and height of glyphs using its indices Pin
GSSPriya24-Sep-08 0:27
GSSPriya24-Sep-08 0:27 
Questioncreate public folder on exchange 2003 Pin
panim2524-Sep-08 0:27
panim2524-Sep-08 0:27 
QuestionComboobx pulldown problem Pin
Denver Thomas23-Sep-08 23:59
Denver Thomas23-Sep-08 23:59 
AnswerRe: Comboobx pulldown problem Pin
nelsonpaixao24-Sep-08 14:14
nelsonpaixao24-Sep-08 14:14 
GeneralRe: Comboobx pulldown problem Pin
Denver Thomas24-Sep-08 21:13
Denver Thomas24-Sep-08 21:13 
QuestionHelp me with the excel file thingy Pin
newbieprogrammerguy23-Sep-08 23:57
newbieprogrammerguy23-Sep-08 23:57 
AnswerRe: Help me with the excel file thingy Pin
#realJSOP24-Sep-08 1:11
mve#realJSOP24-Sep-08 1:11 
QuestionHow to drag and drop a file into DataGridView? [modified] Pin
mimimimilaw23-Sep-08 23:35
mimimimilaw23-Sep-08 23:35 
I would like to drag and drop a row in DataGridView on .net framework 2.0 the row is a file detail from window explorer.

    <br />
    private void dGV_fileUpload_DragDrop(object sender, DragEventArgs e)<br />
    {<br />
<br />
        Object fileName = (Object)e.Data.GetData(typeof(????));<br />
        <br />
          FileInfo file = new FileInfo(fileName);<br />
          DataGridViewRow row = new DataGridViewRow();<br />
          row.CreateCells(dGV_fileUpload);<br />
          row.Cells[0].Value = file.Name;<br />
          row.Cells[1].Value = GetFileSize(file.Length);<br />
          row.Cells[2].Value = file.LastAccessTime.ToString();<br />
          this.dGV_fileUpload.Rows.Add(row);<br />
    }<br />


modified on Wednesday, September 24, 2008 5:44 AM

AnswerRe: How to drag and drop a file into DataGridView? Pin
Giorgi Dalakishvili24-Sep-08 0:07
mentorGiorgi Dalakishvili24-Sep-08 0:07 
QuestionPrint in C# Pin
Laji5923-Sep-08 23:24
Laji5923-Sep-08 23:24 
QuestionHow to know shutdown using c#? Pin
lovnin23-Sep-08 23:23
lovnin23-Sep-08 23:23 
AnswerRe: How to know shutdown using c#? Pin
Simon P Stevens24-Sep-08 1:39
Simon P Stevens24-Sep-08 1:39 
QuestionUser Groups Management Implemenation for Desktop Application Question ? Pin
abmv23-Sep-08 23:05
professionalabmv23-Sep-08 23:05 
Questionwmi - registry Pin
arkiboys23-Sep-08 23:01
arkiboys23-Sep-08 23:01 
AnswerRe: wmi - registry Pin
Mark Salsbery24-Sep-08 8:17
Mark Salsbery24-Sep-08 8:17 
Questionviews don't appear in list of datamember Pin
Yasser Sobhdel23-Sep-08 22:04
Yasser Sobhdel23-Sep-08 22:04 
QuestionHow to work with Shortcut & Keyboard Pin
Laji5923-Sep-08 21:54
Laji5923-Sep-08 21:54 
AnswerRe: How to work with Shortcut & Keyboard Pin
Blue_Boy23-Sep-08 22:08
Blue_Boy23-Sep-08 22:08 
GeneralRe: How to work with Shortcut & Keyboard Pin
Laji5923-Sep-08 23:25
Laji5923-Sep-08 23:25 
GeneralRe: How to work with Shortcut & Keyboard Pin
Blue_Boy24-Sep-08 1:44
Blue_Boy24-Sep-08 1:44 
Question[Message Deleted] Pin
arkiboys23-Sep-08 21:50
arkiboys23-Sep-08 21:50 
AnswerDouble Post - Please ignore Pin
Giorgi Dalakishvili23-Sep-08 22:00
mentorGiorgi Dalakishvili23-Sep-08 22:00 
General[Message Deleted] Pin
arkiboys23-Sep-08 22:16
arkiboys23-Sep-08 22:16 
GeneralRe: Double Post - Please ignore Pin
#realJSOP23-Sep-08 23:35
mve#realJSOP23-Sep-08 23:35 
QuestionAvoid MessageBox Window using System.Diagnostics.Process Pin
M Riaz Bashir23-Sep-08 21:14
M Riaz Bashir23-Sep-08 21:14 

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.