Search:

Type: Posts; User: Rainbowinblack

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    20,493

    You can use Graphics.DrawPoligon and...

    You can use Graphics.DrawPoligon and Graphics.FillPoligon
    both Method gets an array of Points , if there are 3 points - it'll make a triangles

    can you send me the code for the gesture based...
  2. Replies
    7
    Views
    1,429

    because in c# every complex oblect is a reference...

    because in c# every complex oblect is a reference to the object it self

    by doing "temp1 = temp2" you just copied the reference from temp2 to temp1 , that makes temp1 and temp2 connecting to the...
  3. ASP.NET question (looping inside a table)

    I know it's a C# forum,
    but i have a problem making a ASP.NET website using C#

    i have a SqlConnection in C#,
    and i want to make a table using the data from that connection,

    (i know php) so i...
  4. Replies
    3
    Views
    2,524

    Drawing Inside Windows Form

    Hi,

    I've started a new project,
    Im Building "Pong" in C#,

    for starters it will be for 2 players , after that's done i'll make a network multiplayer game out of it

    my first problem is - i...
  5. Replies
    4
    Views
    4,912

    From what i understood the reason for using...

    From what i understood the reason for using StoredProcedures is to prevent SQL injetions, when you generate the sql command with c# the user can insert sql code and do what ever he pleases,

    SP...
  6. Replies
    4
    Views
    4,912

    Stored Procedures VS nHibernate

    I've started building my first "big" prject,

    i'm making a CRM application with a friend and we dont know what kind of Database Layer to do,

    we are using SQL server 2005,
    and we dont know if...
  7. Thanks.

    Thanks.
  8. Variable Properties vs Public Variables

    I've read many books teaching the basics of C#,
    and all of them (+ couple of ppl who told me the same thing) say that using properties of local variables instead of making methods to change private...
  9. Replies
    0
    Views
    3,418

    C# Exercises

    Hi,

    I learned C# a while ago
    and i've been playing around with it for 2 weeks now.

    i've done some programs which dealt with reading/writing files and forms and a little MultiThreading (but not...
  10. Replies
    9
    Views
    4,422

    Wow, that was very detailed, and extremely...

    Wow, that was very detailed, and extremely helpfull :)

    I'll start learning about DirectShow and how to use it as well as about the Mp3 file format

    and i think ill start by doing it with dec/enc...
  11. Replies
    9
    Views
    4,422

    i am using Windows, where can i find more...

    i am using Windows,
    where can i find more information about using DirectShow?
  12. Replies
    9
    Views
    4,422

    yeah, i thought so ... thank you for your time...

    yeah, i thought so ...

    thank you for your time

    if you have any advice on how to get better, i'd be more than happy to hear it

    like - what programs to try and make and stuff like that
  13. Replies
    9
    Views
    4,422

    Thank You, that answered my first question ...

    Thank You,

    that answered my first question

    what about - how do i get a part of a string?
    and the mp3 thing?

    Roy
  14. Replies
    9
    Views
    4,422

    C++ MP3 Cutter and other I/O Qs

    hi,

    i just started to learn c++
    so ill start with the big question-

    i want to make a mp3 cutter which will get an mp3 file, starting time,ending time and new filename - and save a new mp3 .
    ...
Results 1 to 14 of 16