Search:

Type: Posts; User: xddxogm3

Page 1 of 20 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,137

    ajax response javascript=>c#=>javascript

    I created the following code in a javascript file.
    On the ServerGateway.aspx page load, I do some logic, and want to return that data to the calling javascript.
    I have searched online, but fail to...
  2. Replies
    3
    Views
    2,231

    thank you for your responses. I was looking for...

    thank you for your responses.
    I was looking for WPF and XNA.
  3. Replies
    3
    Views
    2,231

    .net graphics library

    does anyone know of any .net graphics library created by microsoft?
  4. Replies
    2
    Views
    1,501

    when all else fails, use the debugger to look at...

    when all else fails, use the debugger to look at the values at run time.
  5. Replies
    2
    Views
    1,639

    now that i think about it, on the c# side it...

    now that i think about it, on the c# side it would just be standard xml manipulation libraries.
    this post might be misclassified under c#. i think it should be under general programming, due to i'm...
  6. Replies
    2
    Views
    1,639

    C# => XML => ActionScript

    I'm looking to gain knowledge on how to have my c# talk to my actionscript via and xml document.
    I know this can be done.
    Does anyone know of a tutorial, book, API, or website that would provide me...
  7. Thread: datagridview

    by xddxogm3
    Replies
    2
    Views
    2,077

    the context of your question if incomplete. do...

    the context of your question if incomplete.
    do you have some example code?
  8. Replies
    2
    Views
    4,394

    another way that i like private int...

    another way that i like



    private int readOnlyValue;

    public int ReadOnlyValue
    {
    get
    {
  9. Replies
    8
    Views
    145,217

    I apologize if this is beyond the scope of your...

    I apologize if this is beyond the scope of your question, but how about you use a factory pattern?

    Exploring the Factory Design Pattern
  10. Replies
    5
    Views
    2,872

    i do not understand your question either.

    i do not understand your question either.
  11. Replies
    5
    Views
    2,765

    Safari Books Online...

    Safari Books Online
  12. Replies
    2
    Views
    2,820

    I know this is a broad statement, but... Write a...

    I know this is a broad statement, but...
    Write a container class to hold your table.
    Then write a header class to format the header data.
    Then write a row class that controls all the row...
  13. Replies
    0
    Views
    3,220

    server cookie => client cookie

    i'm creating a server cookie using c#.
    i want to place the cookie onto the client and make is capable of being modified by javascript on the client.
    i can read the contents of the cookie, but i...
  14. Thread: Late Binding

    by xddxogm3
    Replies
    2
    Views
    1,754

    does late binding reinitialize the variables of...

    does late binding reinitialize the variables of the base class with default values before it repopulates with the new bound class?
  15. Thread: Late Binding

    by xddxogm3
    Replies
    2
    Views
    1,754

    Late Binding

    Forgive me if I confuse you with this question.
    Please ask for more details, and I will try to explain better.

    I have a program in C# that is using an interface, base class, and derived class.
    ...
  16. Replies
    1
    Views
    2,148

    Dictionary Attack

    I will be competing in a security capture the flag competition and was assigned duties involving password hacking and systems admin.
    I was wondering if anyone know of John the Ripper.
    I want to do...
  17. Delegate Calling a method that Calls a delegate.

    I have three classes.

    (1) Logic
    (2) Communication
    (3) GUI

    The GUI communcates to the Comm object by events.
    The Comm object talks the the logic object by regular class invokation.

    I'm...
  18. Thread: .NET Charts

    by xddxogm3
    Replies
    2
    Views
    1,476

    thanks for the info.

    thanks for the info.
  19. Replies
    1
    Views
    1,171

    OnPaint and dissappearing graphics

    I have created a program that has multiple panels, and created an array of graphic objects for these panels. I have background images on my panels that are drawn over during mouse click. In about 15...
  20. Thread: .NET Charts

    by xddxogm3
    Replies
    2
    Views
    1,476

    .NET Charts

    I'm trying to get a dictionary to input data into a .NET line chart, but I have been unable to find any tutorial online that can show me how to do this. Does anyone have a link or snippit of code to...
  21. Replies
    2
    Views
    1,716

    thanks for the pointers. i'm pretty your...

    thanks for the pointers.
    i'm pretty your information fixed it.
    i will post back if i have any other issues.
  22. Replies
    2
    Views
    1,716

    string to date

    i'm looking for a method that will allow me to convert a string to a date.
    can anyone point me into the direction of the answer.
    thank you.
  23. Thread: Networking

    by xddxogm3
    Replies
    3
    Views
    1,472

    sorry for the delay, i haven't had a chance to...

    sorry for the delay, i haven't had a chance to touch this project since last post.
    I ended up using a print server that was wireless and made everything else connected to the same subnet. thanks for...
  24. Replies
    1
    Views
    1,678

    search engines and websites

    what is the best way to make it so you show up on a search engine?
    i'm developing a website that i would like to have linked from google, yahoo, etc.
    How would i do this?
  25. Thread: Networking

    by xddxogm3
    Replies
    3
    Views
    1,472

    Networking

    I have a network I'm trying to build.
    I have a lynksys router connected to a qwest gateway.
    I'm trying to network a printer.



    [modem/gateway]
    ...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4