Results 1 to 33 of 33

Thread: [RESOLVED] Urgent

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Resolved [RESOLVED] Urgent

    Help me please. I have a problem with my code and it doesn't work. Please help this is urgent. I'm using VB 2008!

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Urgent

    Have you tried adding more code to the project?

  3. #3

  4. #4

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: Urgent

    My boss says I can't upload my project, all I can give is:
    Code:
    Private
    Thanks so far, really hope this can be sorted quick

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Urgent

    You need to install the KB19228 Hotfix which can make your privates disappear.

  6. #6

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: Urgent

    I can't believe I just got rickrolled hahaha

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  7. #7

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: Urgent

    Ok I allowed upload project now
    Code:
    Private Sub Form_load (byval sender as object, e as eventargs) handles form1.load
        messagebox.show("Hello world")
    end sub
    I try using MSDN but I can't understand anything on there or even read so now I that site and never use and don't like it.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  8. #8
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Urgent

    Use PHP.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Urgent

    The 'e' in 'end sub' needs to be capitalized. Also, 'sub' should end with a backwards d.

  10. #10
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Urgent

    and you should be using the upside down 'n', not the 'u'. Noob programmer.

  11. #11

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: Urgent

    I think the problem's in the 45th project in class11023 now , I fix and problem gone.

    Thx all.

    @Jesus4U, @PlenderJ, @mendhak: When I try your suggestions on form1 and have
    Code:
    Ended suds
    I get blue screen with error 0x0849203208435 What this mean - what happen?

    @visualAd: like this? I get a "IndexOutOfRange" error
    Code:
    PHP.show("Hello Moon")

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  12. #12
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Urgent

    Quote Originally Posted by alex_read
    I think the problem's in the 45th project in class11023 now , I fix and problem gone.

    Thx all.

    @Jesus4U, @PlenderJ, @mendhak: When I try your suggestions on form1 and have
    Code:
    Ended suds
    I get blue screen with error 0x0849203208435 What this mean - what happen?

    @visualAd: like this? I get a "IndexOutOfRange" error
    Code:
    PHP.show("Hello Moon")
    I know what you problem is. You should be compiling this in GCC.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  13. #13

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    [RESOLVED] Urgent

    Got it - I wrote in DOS and didn't have Window installed. My bad.

    Thank you everyone

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  14. #14

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: Urgent

    Seriously though, is it me or are we assumed to have mind reading abilities now

    The amount of threads with "isn't working" or no sample code is astounding - the above's an extreme sample we haven't seen yet but I don't think it's long before we see something like that!

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  15. #15
    Hyperactive Member
    Join Date
    Jun 2006
    Location
    Best Place on Earth
    Posts
    363

    Re: Urgent

    Looks to me like the problem is trying to develop for the Mac with a pad and pen.

    You should stop using such a high end development system as it always has
    compatibility issues with low spec hardware such as the Mac.
    Signature Under Construction

  16. #16

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: [RESOLVED] Urgent

    Ahh they aren't too bad - at least I can install Windows and OSX easy enough rather than fart-arsing around trying to figure out why a linux distro decides it doesn't like my hardware.

    Kinda obscurely related to the above, I don't know how many of you hang around in the VB.Net forums, but there was a contender for the funniest thread question ever this week: http://www.vbforums.com/showpost.php...90&postcount=2
    Last edited by alex_read; Jul 1st, 2008 at 04:51 AM.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  17. #17
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: [RESOLVED] Urgent

    Look up mark103
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  18. #18
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Urgent

    Quote Originally Posted by alex_read
    Seriously though, is it me or are we assumed to have mind reading abilities now
    It's been that way for a few years, and is getting worse.. techgnome has posted some good comments on it, like this one:
    you're in luck... my crystal ball just came back from the cleaners... this is good because you didn't say what the error is... so... Ummmmmmmmmm.....ohmmmmmmmmmmm.... sim salla bim ala balalalala.... the spirits are communing.... they are saying you have a comma too many in the query. Wait,... wait.... I'm sensing something more.... you've been bitten by a tick? Oh, no - your query has a tick too many.
    The amount of threads with "isn't working" or no sample code is astounding - the above's an extreme sample we haven't seen yet but I don't think it's long before we see something like that!
    I've seen quite a few.. one of them (in the database forum, so we weren't even sure of the language) was basically "my listview doesn't fill with images from the database, what's wrong?", with no code or any further explanation!

    It's getting so bad now that I've not got snippets to paste in for "doesn't work" and "an error".

  19. #19

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Re: [RESOLVED] Urgent

    Hahaha yeah there have been some pretty damn funny replies I've seen from John on threads too.

    Ahh well, it''s quite funny rather than annoying I'm just amazed as I'd have thought you'd want to give as much info as possible if you wanted something answered.

    Think I'll try and think up some witty replies for the next threads like those then. Techgnome's was great!

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  20. #20
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [RESOLVED] Urgent

    I have noticed it too, the number of such posts are increasing. I generally try to come up with analogies to make them understand why their request is silly. It usually doesn't work but I get the satisfaction of doing it.

  21. #21
    Hyperactive Member mrmojorisin's Avatar
    Join Date
    Oct 2007
    Location
    London Town Vocation: Garden Cricket Genuis
    Posts
    439

    Re: [RESOLVED] Urgent

    :d :d :d :d :d :d :d :d :d

  22. #22
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: [RESOLVED] Urgent

    Quote Originally Posted by alex_read
    Help me please. I have a problem with my code and it doesn't work. Please help this is urgent. I'm using VB 2008!
    Install Linux. Now you'll have a bigger problem.

    Don't forget to rate people.

  23. #23
    Hyperactive Member mrmojorisin's Avatar
    Join Date
    Oct 2007
    Location
    London Town Vocation: Garden Cricket Genuis
    Posts
    439

    Re: [RESOLVED] Urgent

    Quote Originally Posted by kregg
    Install Linux. Now you'll have a bigger problem.

    Don't forget to rate people.
    Instal Linux and Vista on a partitioned disk! Now you have a problem, 3 times the size!

  24. #24
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: [RESOLVED] Urgent

    Quote Originally Posted by mrmojorisin
    Instal Linux and Vista on a partitioned disk! Now you have a problem, 3 times the size!
    I have this setup. Luckily the store that I got Vista from also had a license to sell guns. And there was a special offer.

  25. #25
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Urgent

    Quote Originally Posted by alex_read
    Seriously though, is it me or are we assumed to have mind reading abilities now
    Actually, that's not what you were thinking, you just altered it for consumption.
    My usual boring signature: Nothing

  26. #26
    Hyperactive Member mrmojorisin's Avatar
    Join Date
    Oct 2007
    Location
    London Town Vocation: Garden Cricket Genuis
    Posts
    439

    Re: [RESOLVED] Urgent

    Quote Originally Posted by kregg
    I have this setup. Luckily the store that I got Vista from also had a license to sell guns. And there was a special offer.
    I would have suggested a cliff but, shooting the PC will also solve the problem!

  27. #27
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: [RESOLVED] Urgent

    No, not the PC...

  28. #28

  29. #29
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [RESOLVED] Urgent

    Quote Originally Posted by BillGeek
    What did the chair ever do to you!?
    Chairs are spinners.

  30. #30

  31. #31
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: [RESOLVED] Urgent

    Quote Originally Posted by BillGeek
    What did the chair ever do to you!?
    No! Not the damn chair, or any other furniture!!

  32. #32
    Hyperactive Member Quasar6's Avatar
    Join Date
    Mar 2008
    Location
    Sol 3
    Posts
    325

    Re: [RESOLVED] Urgent

    So you're going to shoot the cat?



    I don't blame you.
    "Why do all my attempts at science end with me getting punched by batman?" xkcd.

    |Pong||
    Sorry for not posting more often.

  33. #33
    Hyperactive Member BillGeek's Avatar
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    440

    Re: [RESOLVED] Urgent

    Quote Originally Posted by kregg
    No! Not the damn chair, or any other furniture!!
    Yeah, okay... no need to get all offensive. We know you don't like furniture... we can call it something else if you'd like...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width