CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: infringer

Search: Search took 0.03 seconds.

  1. Replies
    27
    Views
    24,120

    Re: For loop not iterating through a list box

    What version of .net are you using?

    What is the IDE you are using to do your code?

    What is the error message you are getting?

    There needs to be a better description of the error I dunno...
  2. Replies
    27
    Views
    24,120

    Re: For loop not iterating through a list box

    First you would need to set a proxy
    Ping the website with that proxy
    If the ip gets information through that proxy
    Then test proxy and manually switch by hitting a button such as try next proxy
    ...
  3. Replies
    16
    Views
    6,080

    Re: Output to txt document

    dot net framework is 4.0 that I am using forgot to mention this.
  4. Replies
    16
    Views
    6,080

    Re: Output to txt document

    POST CONTINUED

    So now you have the full rundown and know this is not homework when I ask for the help of the gurus it is because I need it I suppose...

    By the way I did start this application...
  5. Replies
    16
    Views
    6,080

    Re: Output to txt document

    No sir it is not homework at all to tell you the truth I am trying to donate some time to help improve a great free program and the intentions are 100% good ...

    The maker of a good syslinux tool...
  6. Replies
    16
    Views
    6,080

    Re: Output to txt document

    Refer to POST #15 as start of thread
  7. Replies
    16
    Views
    6,080

    Re: Output to txt document

    This post was edited because change of direction
  8. Replies
    16
    Views
    6,080

    Re: Output to txt document

    Removed improper code different direction for app
  9. Replies
    16
    Views
    6,080

    Re: Output to txt document

    refer to post #15
  10. Replies
    16
    Views
    6,080

    Re: Output to txt document

    REMOVED different direction for app
  11. Replies
    16
    Views
    6,080

    Re: Output to txt document

    REMOVED differnt direction for post
  12. Replies
    16
    Views
    6,080

    Re: Output to txt document

    Post edited direction shift in app
  13. Replies
    16
    Views
    6,080

    Output to txt document

    NOTE THIS QUESTION NO LONGER APPLYS PLEASE READ POST #15 but

    I will keep this here because the answer is given for this and it may be useful to someone else


    Need a bit of help I want to work...
  14. Legality of using National Lottery pictures as buttons

    Lets say I wanted to make a lottery program to remember to lottery numbers that I have played lets say.

    If I used the picture of the Powerball logo for instance as a button would this be legal to...
  15. Thread: Learning C#

    by infringer
    Replies
    50
    Views
    355,391

    Sticky: Re: Learning C#

    http://msdn.microsoft.com/en-us/beginner/bb308891.aspx

    with this and the powerful search engine called google I have made my first program pretty crude source code but it did what I wanted it to...
  16. Re: System.Data.SqlClient.SqlException: Cannot open database requested in login

    LOOK AT THIS:
    "SqlConnection conn = new SqlConnection("Data Source=Tushar"\"\SQLEXPRESS;Initial Catalog=Sports;Integrated Security=True;uid=tusharsim;Password=tusharsim");"

    Is there a reason for...
  17. Replies
    3
    Views
    1,504

    Re: Adding value and display to a ComboBox

    you using visual studio?

    it would be "C:\Users\currentuser\My Documents" note double slashes are not needed and would be incorrect.

    You just want it to display this info so technically speaking...
  18. Replies
    1
    Views
    6,244

    Re: C# Small program in daemon mode?

    I see you are writing out the status code but you are not giving valid arguments lets say...

    Lets just say for that the value of 9000 is good status code

    GET STATUS CODE:

    if status code ==...
  19. Replies
    15
    Views
    44,610

    Re: Run console application as windows service

    interesting program good work luisperezphd

    I could see many good uses for such a program.

    I would however like to say there has got to be a way to do this safely and effectively for any...
  20. Re: Best way to develop my program need guidence

    This really is as far as I need to go with the database side of thing is query then subtract or query then add the tricky part is finding some way to automatically do this once the code is scanned. I...
  21. Re: Best way to develop my program need guidence

    Sweet man this is leading to so much useful info I am already starting to lay things out logically in my head how this will work.

    Now for the next trick....

    Figure out the cheapest and most...
  22. Re: Best way to develop my program need guidence

    Thanks for the start so you do suggest sql server I was hoping just to have the program do all of this without learning SQL so it could be the programs own proprietary database and maybe have a...
  23. Best way to develop my program need guidence

    Hello World,

    I am kinda new to the whole world of code.

    I am just seeking some direction in an application I want to develop.

    My program will be a program to handle building of computers in...
Results 1 to 23 of 23





Click Here to Expand Forum to Full Width

Featured