Search:

Type: Posts; User: Pc_Madness

Page 1 of 13 1 2 3 4

Search: Search took 0.26 seconds.

  1. Re: [C#] Bitmap to something I can display?

    Neg, the resource files are external, I'm using them as thumbs.db alternatives. :p

    But your suggestion helped me find the code I need. :D PngBitmapDecoder. :) I thought I tried that earlier, but...
  2. [Resolved][C#] Bitmap to something I can display?

    Hey guys, I've got a resource file which I'm storing Bitmaps in (they're Image data type in .Net, but in the resource file they're System.Drawing.Bitmap).

    I've read it out and converted it to a...
  3. Replies
    25
    Views
    1,153

    Re: I just lost track of $24,000,000

    And ate her for dinner. :eek2:
  4. Replies
    27
    Views
    965

    Re: Check this out! "HTML"

    No book required, just keep running at a wall until your head is all soft and gooey :)
  5. Replies
    25
    Views
    1,153

    Re: I just lost track of $24,000,000

    *walks in*

    ..crazy.. :\

    *walks out*
  6. Re: Viewing Visual Basic Forum in IE 8

    Yep, its just badly coded HTML/CSS.

    p.s. get a new theme for this site. It was ugly 3 years ago.
  7. Thread: Post Race!

    by Pc_Madness
    Replies
    68,907
    Views
    18,134,849

    Re: Post Race!

    Is that like a turnip but different?
  8. Replies
    3
    Views
    2,117

    Re: [2.0] Multithreaded TCPClient example?

    Thats really not all that helpful.

    How do I invoke 'DoBeginAcceptTcpClient' since it already assumes I have a TCPListener?
    What is the 'tcpClientConnected' event for?
    You said you call the...
  9. Replies
    3
    Views
    2,117

    [2.0] Multithreaded TCPClient example?

    SIGH! Alright, heres what I want to do. And after 5 attempts at writing this post, its alot harder to explain than I thought. :p

    Basically, I'm doing a Peer to Peer program. Atm I have it so...
  10. Thread: Holy Moses!

    by Pc_Madness
    Replies
    17
    Views
    803

    Re: Holy Moses!

    Your all nuts!
  11. Re: connectionstring from web config ??

    Just so you know, theres an actual connection strings section,
    <connectionStrings>
    <add name="AAConnectionString" connectionString="Data Source=...."/>
    </connectionStrings>

    off the top of...
  12. Replies
    1
    Views
    535

    [2005] Multiple Page directives?

    Hey guys, I've got abit of a problem. I need to turn off event validation for a page, but that page is including multiple user controls, and I only need event validation off for one of those, and as...
  13. [2005] ASP.Net and reloading contents of a Listbox?

    Hey guys, before I go off and code this with Ajax, I was just wondering if ASP.Net already supported this natively.

    Basically, 3 select boxes (if you prefer it in html :p) / Drop Down Boxes (or if...
  14. Re: [2005] Page with multiple user controls..

    Awesome, thanks FishCake, that did the trick. :D
  15. [2005] Page with multiple user controls..

    Hey guys, I'm trying to modularise my page abit by doing the following,



    <%@ Register Src="suppliers/viewsuppliers.ascx" TagName="viewsuppliers" TagPrefix="supp" %>
    <%@ Register...
  16. Replies
    173
    Views
    5,295

    Poll: Re: PS2 vs. XBOX

    If your after racing games, look into the Burnout series, absolutely awesome. :)

    I dunno, its kinda hard... PS2 is old now with worse graphics than the Xbox 1, and its games are generally...
  17. [2.0] Sockets and out of order messages.

    Hey guys, I just need to clarify how out of order can a message be when using Sockets.

    I've read that say the message,
    "This is a sample message"

    Can come in dribs and drabs,
    "This is"
    "a...
  18. Replies
    86
    Views
    2,599

    Re: [Serious] Gravity

    Does that mean compasses will like be backwards and stuff?
  19. Replies
    52
    Views
    2,663

    Re: I hate Adobe

    When exactly was I required to have a point? :confused: That damn fine print again. :mad:
  20. Replies
    52
    Views
    2,663

    Re: I hate Adobe

    Giving it away in the hope that people will buy that Acrobat Writer thing or whatever its called... while sueing any commercial company which attempts to implement this 'free and open standard'.
  21. Replies
    3,455
    Views
    627,771

    Re: What song are you listening to right now?

    Powderfinger - Waiting for the Sun :cool:
  22. Replies
    52
    Views
    2,663

    Re: I hate Adobe

    Acrobat Reader is a bloated piece of poop, which doesn't seem 100% rock solid.
  23. Re: VisualAd digs up thread with many replies

    Why must it always be YOU who is causing VBF emails to appear in my inbox? HMMM?!
  24. Thread: Mendhak

    by Pc_Madness
    Replies
    107
    Views
    3,777

    Re: Mendhak

    ...Who's the random?
  25. Replies
    1
    Views
    666

    [2.0]Shorten Listview Item Text?

    Hey guys, is there a way to shorten the text of a Listview item automatically (as in "This is a sent...")?

    Theres options to wrap the text or not, but nothing about shortening it.. which makes me...
  26. Thread: Martin Liss

    by Pc_Madness
    Replies
    6
    Views
    662

    Re: Martin Liss

    Tech Address......... Secure Medical Care

    :\ He lives in a bunker doing weird experiments?
  27. Replies
    3
    Views
    943

    Re: Styling XML...

    Aren't they out of order? Consider HTML works by Row while the XML file is by Day? (aka Column)



    Just curious about the power of XML... can I get it to calculate the number of days to go till a...
  28. Replies
    198
    Views
    8,280

    Re: Why did you leave VBF?

    ROFL! GW is looking good there. :p
  29. Replies
    7
    Views
    699

    Re: Rubbish jokes

    Yeah... that really wasn't that funny. :\
  30. Replies
    25
    Views
    1,156

    Re: Is Apple racist?

    They've brought in the token black guy.. the black iPod 5gen and black iPod Video. :)
  31. Replies
    38
    Views
    1,380

    Re: Wossys new tights

    Seriously I dunno what the hell all you guys are doing to get banned, cos damnit, I want in! :p I remember when I posted hacks for VB6LE and Martin didn't even ban me :( Ahh the days of being young...
  32. Replies
    3
    Views
    943

    Styling XML...

    Hmm, well, just finished fixing my XML to HTML script in PHP, and now I figure I may as well find out if I've wasted my time.

    I'm trying to display an XML timetable,...
  33. Re: XML Convertor broken for some reason...

    Hmm, alrightie I think I can get it going.. the script doesn't seem to like me declaring multiple <subject></subject> elements.. and tries to overwrite them :( Shall figure it out.
  34. Replies
    23
    Views
    1,002

    Re: ipod - songs

    Replace perhaps with Definitely. :p Add the file to your library, connect your iPod (make sure you have the iPod software installed, but chances are you have it already) and then check your settings...
  35. Replies
    25
    Views
    1,169

    Re: What is this site about??

    I was gunna say, send the CIA or FBI an email asking them if they think it should be shut down :p
  36. Replies
    45
    Views
    2,146

    Re: Google has lied to us

    Old news Martin :p They doubled it when everyone else started release GB email accounts, and now it increases half a mb each minute or something like that.
  37. Replies
    23
    Views
    1,002

    Re: ipod - songs

    No, theres no copyright protection for MP3 files. Only songs bought from the Music store have copyright protection. How did you copy the file? You need iTunes to copy the file across properly.
  38. Replies
    11
    Views
    709

    Re: Bradley Jones

    Geez, someone wants to be a supermod ;)
  39. XML Convertor broken for some reason...

    Grumble, ok, here comes a pile of code that I picked up from PHP.net



    function &last(&$array) {
    error_reporting(E_ALL);
    if (!count($array)) return null;
    end($array);
    return...
  40. Replies
    11
    Views
    630

    Re: DuffMan says a lot of things...

    Thank god, I thought I'd misplaced my echo. :)
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width