Search:

Type: Posts; User: sciguyryan

Page 1 of 13 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    9
    Views
    2,033

    Re: Autoupdater system launcher how?

    Well. Simpler is generally better.

    I'd build a server side (PHP) block of code that takes a request like this: http://mysite.com/myapp/version-check.php?v=x.y.z

    Then I'd make that script output...
  2. Re: how to get list of selected files from openfiledialog1 (multiselect = true)

    Are you sure it isn't a problem with the web client code? The code to cycle through the selected files looks correct so it does not seem to be a problem there.
  3. Replies
    2
    Views
    1,306

    Re: Enter ASCII from Textbox

    Well. Due to the nature of the code (seems like you're doing a file-replace on text) then I think you've got it pretty much the best that you'll get it.

    One thing I will say is that you don't...
  4. Re: 1080p + Windows 7 - Best Playback Performance?

    I download the drivers myself manually. I check them once a month for any updates.

    You're correct. My mistake it is a GTS 250. I was looking at a GTX card earlier and I guess I got the names mixed...
  5. Re: 1080p + Windows 7 - Best Playback Performance?

    I have the latest drivers as far as I'm aware.
  6. Re: Exception Handling - When to use Try/Catch Statement

    If the method in question throws an error then yes, a try-cache would be needed. However if it simply notifies the user and then returns an unsuccessful result then no, one would not be needed.
    ...
  7. Re: 1080p + Windows 7 - Best Playback Performance?

    I've not had many problems with it either (I use the same one) - but it does struggle with these 1080p MKV files. I'm wondering if it is a software thing or if I just need better hardware.
  8. 1080p + Windows 7 - Best Playback Performance?

    Hi all.

    The following is the spec of my PC.

    CPU: Intel Core i7 930 @ 2.8GHz per core
    Memory: 12GB DDR3 1600MHz
    GPU: Nvidia GeForce GTX 250
    OS: Windows 7 Ultimate x64 (SP1)
    HD1: Corsair 60GB...
  9. Replies
    5
    Views
    2,084

    Re: Project idea

    Then I guess I can be of no further help to you here as internet programming is not my speciality at all I'm afraid.
  10. Replies
    5
    Views
    2,084

    Re: Project idea

    I never published the idea, nor have I released any information about how or what exactly I did. It was a personal project based on my own ideas and designs.

    There are many variations on that...
  11. Replies
    5
    Views
    2,084

    Re: Project idea

    I built a program around encryption using images once (hiding data within a randomly generated pixel image). It was quite fun and enjoyable - maybe something like that would suit you?
  12. Replies
    4
    Views
    7,149

    Re: Dashed Borders - No Clue.

    Yeah, that's true but that still doesn't change the fact that it is a sensible thing to include - it is even in CSS after all.
  13. Replies
    4
    Views
    7,149

    Re: Dashed Borders - No Clue.

    Borders are borders, naturally assuming everyone wants a solid border was a huge mistake (after a few minutes searching Google I found hundreds of people saying the same thing).

    Anyway. I figured...
  14. Replies
    4
    Views
    7,149

    [RESOLVED] Dashed Borders - No Clue.

    Hi guys.

    I'm working on a new project and seem to be a little stuck. Frankly MS should have included the ability to draw dashed and dotted borders directly into the border control.

    I have...
  15. Replies
    10
    Views
    1,265

    Re: Merge files in to one big one

    I am unfamiliarly with VB since it has been years since I used it (not since the days of VB6).

    Basically though, since INI files are text files you should just be able to read each, store it in a...
  16. Replies
    10
    Views
    1,265

    Re: Merge files in to one big one

    We will need to know what kind of files they are first, what format are they in?
  17. Re: Access ImageList control from other form

    Yes. It is possible. Please see my post(s) here since I post an example of how a similar thing can be done there. My example is with methods but the same rule applies for controls.
  18. Re: [RESOLVED] Hp cannot access variable from class

    One hint for the future - if you are using visual studio you can use IntelliSense to help you find properties if you are stuck like this. It can help a lot as your property lists grow larger and more...
  19. Re: Hp cannot access variable from class

    I believe you should be trying to set the property VarName not value. Replace this line:


    t.value = 1; // why does this thow an error

    With this:


    t.VarName = 1;
  20. Replies
    4
    Views
    832

    2.0 Re: XML parsing efficiency

    Hmm. .NET 2 - that means you cannot use LINQ which is a shame.

    With the above method you would probably have to use a foreach loop to cycle over the element descendants. Here is something for you...
  21. Replies
    5
    Views
    1,202

    3.0/LINQ Re: LINQ for XML problem

    Sorry. That should have been Elements(). My mistake.

    Try something like this:
    XDocument filesXML = XDocument.Load(Server.MapPath("FileLinks.xml"));
    XElement section =...
  22. Replies
    5
    Views
    1,202

    3.0/LINQ Re: LINQ for XML problem

    Personally I would set it up as two LINQ queries. The first you will need to check for the section element in the file element and check that its name is "section1". For this you will need to use the...
  23. Replies
    57
    Views
    4,426

    Poll: Re: BP should be liable for the oil spill.

    http://www.msnbc.msn.com/id/37841204/ns/disaster_in_the_gulf/?from=ET

    Well. It was a good idea - to bad it was overturned. If there is another leak, this time you know who to blame (if it's in the...
  24. Replies
    0
    Views
    14,459

    Localization in WPF and C#

    Introduction:

    So. You want to know how to build a simple localization system in C# and WPF? No problem! That is what this tutorial is for.

    In this tutorial I will describe my favoured method of...
  25. Replies
    57
    Views
    4,426

    Poll: Re: BP should be liable for the oil spill.

    They was the guilty party there.
  26. Re: New Bill Grants Fed Power to Shut Down the Web

    That's a good point - I don't see any of the big internet giants taking that laying down.
  27. Replies
    47
    Views
    2,867

    Re: Size matters?

    I think you hit the nail right on the head there. Though. I do agree with the American way of spelling center, though that may just be because of my hours of typing it while working with HTML!
  28. Replies
    7
    Views
    6,450

    Re: Windows 8 & 9

    Uhm. You mean until it is released to the public right? That's MS problem - their software would be perfectly safe were there nobody using it ;)
  29. Replies
    57
    Views
    4,426

    Poll: Re: BP should be liable for the oil spill.

    Oh dear.

    http://news.bbc.co.uk/2/hi/world/us_and_canada/10362139.stm

    If that's correct then they are at fault and need to pay out - sucks to be them but those who are guilty suffer the cost...
  30. Re: Blank lines inserted when appending data

    So. You want to add a bool to the list of items written to the file? If so you would just add that after this line:


    fileSW.WriteLine(cPhone[cCounter]);

    What does the bool represent, out of...
  31. Re: Blank lines inserted when appending data

    The if check should use && not || - I think that was my mistake. You want to add it to the array if neither entry is present.

    So the above code doesn't make it into the final is block at all?
  32. Re: Blank lines inserted when appending data

    Where are you trying to add a bool?

    Also, if you are only adding the entry txtName.Text and cboPhone.Text at shutdown - why not just write those directly to the file? Adding them to the array here...
  33. Re: Blank lines inserted when appending data

    Hmm. Okay then. All you really should need is the empty string checks in the exit_program method and the checks to determine if the strings are present in the array or not.

    The rest was stuff I...
  34. Re: Blank lines inserted when appending data

    Yeah, you can't do that - you are trying to put a string array into a dictionary. My advice would be to dispense with the arrays and use a dictionary instead, if possible.
  35. Replies
    11
    Views
    3,261

    Re: Spyder III Pro Arctic Series - just wow

    I just found an interesting video that uses the same diode if anyone is interested: http://www.youtube.com/watch?v=__5CpKlr4-4

    That's one nasty piece of work for sure.
  36. Replies
    56
    Views
    2,942

    Re: Question for a physicist!!!

    Shhh. That was supposed to be a secret. All those kitties are busy playing with the ball of string theory. ;)
  37. Replies
    56
    Views
    2,942

    Re: Question for a physicist!!!

    It's correct. And that's not even counting the subkitties!
  38. Replies
    56
    Views
    2,942

    Re: Question for a physicist!!!

    Universe divergence - there are an infinite number of cats in each point in spacetime and an infinite number of kittens in each cat - leaving physicists in a catatonic state trying to name them all.
  39. Replies
    56
    Views
    2,942

    Re: Question for a physicist!!!

    Simple. It's not empty. It's full of Schrödinger's cats.
  40. Replies
    56
    Views
    2,942

    Re: Question for a physicist!!!

    If the cat knows then it's dead too!
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width