Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
GeneralWhere to START Pin
isriniv25-Jun-03 9:08
isriniv25-Jun-03 9:08 
GeneralRe: Where to START Pin
Chris Austin25-Jun-03 11:07
Chris Austin25-Jun-03 11:07 
GeneralRe: Where to START Pin
Tomas Petricek25-Jun-03 12:53
Tomas Petricek25-Jun-03 12:53 
GeneralBinding DataGrid Column BackColor Property to a DataBase Field Pin
devmaximus25-Jun-03 7:50
devmaximus25-Jun-03 7:50 
GeneralUsing MSHFlexgrid in C# Pin
Hoang Dung25-Jun-03 7:49
Hoang Dung25-Jun-03 7:49 
GeneralRe: Using MSHFlexgrid in C# Pin
Khang Nguyen25-Jun-03 9:11
Khang Nguyen25-Jun-03 9:11 
GeneralRe: Using MSHFlexgrid in C# Pin
Itanium26-Jun-03 2:01
Itanium26-Jun-03 2:01 
GeneralRe: Using MSHFlexgrid in C# Pin
dynamic27-Jun-03 23:51
dynamic27-Jun-03 23:51 
you can use a flexi grid in C# , just add it to the toolbox :
VB:
<font color="blue">Private</font> <font color="#0000FF">void</font> button6_Click(<font color="blue">Object</font> sender, System.EventArgs e)
        {
            <font color="blue">For</font> (<font color="#0000FF">int</font> i=0;i<20;i++)
            {
                axMSFlexGrid1.AddItem("item\t" + i,0);
            }
        }



hope that helps.Smile | :)



<font color="blue">Private void</font> ExpectingTwins(<font color="blue">string</font> twins)
    {    
    <font color="blue">switch</font>(twins)
    {
    <font color="blue">Case</font> ("twins on the way"):
        MessageBox.Show("for mr and mrs dynamic","twins on the way");
    <font color="blue">break</font>;
    }
    }




GeneralScaling the HTML page Pin
JasperHotmail25-Jun-03 6:04
JasperHotmail25-Jun-03 6:04 
GeneralRe: Scaling the HTML page Pin
John Fisher25-Jun-03 7:24
John Fisher25-Jun-03 7:24 
GeneralRe: Scaling the HTML page Pin
JasperHotmail25-Jun-03 8:11
JasperHotmail25-Jun-03 8:11 
QuestionInheritance Picker Dialog/Form Unreadable! Anyone? Pin
Khang Nguyen25-Jun-03 5:52
Khang Nguyen25-Jun-03 5:52 
QuestionDisplay Line Number in C# Code Editor? Pin
Khang Nguyen25-Jun-03 5:45
Khang Nguyen25-Jun-03 5:45 
AnswerRe: Display Line Number in C# Code Editor? Pin
monrobot1325-Jun-03 6:28
monrobot1325-Jun-03 6:28 
GeneralRe: Display Line Number in C# Code Editor? Pin
Khang Nguyen25-Jun-03 6:35
Khang Nguyen25-Jun-03 6:35 
GeneralGetting used file handles of a process Pin
derjames25-Jun-03 4:53
derjames25-Jun-03 4:53 
GeneralRe: Getting used file handles of a process Pin
John Fisher25-Jun-03 7:22
John Fisher25-Jun-03 7:22 
GeneralShared Memory in C# Pin
Aravinthan25-Jun-03 2:51
Aravinthan25-Jun-03 2:51 
GeneralRe: Shared Memory in C# Pin
Kannan Kalyanaraman25-Jun-03 3:50
Kannan Kalyanaraman25-Jun-03 3:50 
GeneralRe: Shared Memory in C# Pin
Aravinthan25-Jun-03 18:26
Aravinthan25-Jun-03 18:26 
GeneralRe: Shared Memory in C# (Cickety) Pin
Kant26-Jun-03 7:09
Kant26-Jun-03 7:09 
GeneralCode Download, amount downloaded Pin
MadsJ25-Jun-03 1:45
MadsJ25-Jun-03 1:45 
GeneralRe: Code Download, amount downloaded Pin
John Fisher25-Jun-03 7:17
John Fisher25-Jun-03 7:17 
Generaldatateader problem Pin
Asim N.25-Jun-03 1:12
Asim N.25-Jun-03 1:12 
GeneralRe: datateader problem Pin
MadsJ25-Jun-03 1:49
MadsJ25-Jun-03 1:49 

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.