Skip to content

C#

C# discussions

This category can be followed from the open social web via the handle c-065f1d12@forum.codeproject.com

93.7k Topics 383.1k Posts
  • DataList Multiple Selection?

    question data-structures
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • math functions in C# ???

    csharp question
    20
    0 Votes
    20 Posts
    0 Views
    C
    Dale Thompson wrote: Actually - as a C++ programmer, you would wrap it in an inline function. Not if I was doing image processing. I hate macros, but the inline keyword is a suggestion which the compiler is free to ignore, so a macro is the best way of knowing for sure the code is running in place. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
  • .NET Benchmark Challenge

    csharp c++ question
    3
    0 Votes
    3 Posts
    0 Views
    C
    Here's a few: http://www.netlib.org/benchmark/ cheers, Chris Maunder
  • creating a control as a container (like SSTabs)

    design docker help tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Using Collections of objects as public properties

    question design
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Updating DataSource

    question help announcement
    8
    0 Votes
    8 Posts
    1 Views
    M
    Thanks Andres,Now I have to write some codes to understand all this things:) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here." Wish You Were Here-Pink Floyd-1975
  • Overriding simple methods...

    c++ question
    6
    0 Votes
    6 Posts
    0 Views
    C
    In .NET yes. I'm saying the .NET IDE looks like VB6. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
  • GetTextExtent in C#?

    question csharp
    2
    0 Votes
    2 Posts
    0 Views
    A
    Graphics.MeasureString()
  • Fighting with ADO.NET

    csharp question announcement
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Magic Version 1.3 Released

    visual-studio com help announcement
    5
    0 Votes
    5 Posts
    0 Views
    L
    Please, continue posting your ads... They at least usefull...
  • Serialization (save and loading)

    graphics docker json help
    5
    0 Votes
    5 Posts
    0 Views
    B
    you almost got it : I want to create a file(just one file) in with I will store all the file path and each of these file DATA. this Part i'm ok. the part I don't know how : When I load the file i created with all the file path and file data in, I want to retake all the file path one by one and recreate the file corresponding to the file path with his DATA ( it's something like a copy process, but all the file path and data are store in one file and when I load the file I want to replace all the files at their place with their data) Is it more clearful now ? I hope, because I don't know very well how I can explain this. And I'm french so ... :) Jonathan Pouliot TeckSys Developer http://www.tecksys.com
  • C# replacement for GetAsyncKeyState?

    csharp question
    3
    0 Votes
    3 Posts
    0 Views
    E
    From the docs, try this if ((Control.ModifierKeys & Keys.Control) == Keys.Control) MessageBox.Show("Control key pressed");
  • DataSet

    2
    0 Votes
    2 Posts
    0 Views
    M
    Hey,I found it:) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here." Wish You Were Here-Pink Floyd-1975
  • build a search engine

    2
    0 Votes
    2 Posts
    0 Views
    C
    Yeah, that's what the world needs. Start by writing code that will trawl and index websites. Lots of them. The build a database, and create a front end so people can search it. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
  • 0 Votes
    2 Posts
    0 Views
    J
    Are you looking for something to make use of GET/POST functions in HTML? If thats the case look at the System.Net.HttpWebRequest class, I think it will do what you are looking for :) James Sonork ID: 100.11138 - Hasaki "Smile your little smile, take some tea with me awhile. And every day we'll turn another page. Behind our glass we'll sit and look at our ever-open book, One brown mouse sitting in a cage." "One Brown Mouse" from Heavy Horses, Jethro Tull 1978
  • Update DataGrid

    database tutorial announcement
    17
    0 Votes
    17 Posts
    0 Views
    J
    My intention is never to confuse anyone, but at times it sounds like English isn't my native language :( I have no idea why that is, I know the rules for grammar structure and what not but my thoughts always come out jumbled around so i have to try to piece them together the correct way. James Sonork ID: 100.11138 - Hasaki "Smile your little smile, take some tea with me awhile. And every day we'll turn another page. Behind our glass we'll sit and look at our ever-open book, One brown mouse sitting in a cage." "One Brown Mouse" from Heavy Horses, Jethro Tull 1978
  • Serialization of multiple file in one

    help json
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • chdir equivalent in c#

    csharp tutorial
    2
    0 Votes
    2 Posts
    0 Views
    K
    I found it, there is a get/set property in Environment class. Environment.CurrentDirectory Thanks Kannan
  • CAB files Vs Hotmail

    visual-studio question
    4
    0 Votes
    4 Posts
    0 Views
    M
    What was the size of the attachment? Hotmail has a limit of a 1mb I think. It may be lower now. Michael :-)
  • sprintf equivalent in c#

    csharp database
    6
    0 Votes
    6 Posts
    0 Views
    K
    Thanks a lot. I think I need to get a book first. Cheers Kannan