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

Search:

Type: Posts; User: bulbish

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. New York Laguardia Hudson river plane crash Coast Guard video hi-res

    happy that nobody got hurt

    http://www.bulbish.com/new_york_laguardia_plane_crash_video.php
  2. lol! internet cafes in different parts of the world

    internet cafes in different parts of the world

    http://www.bulbish.com/view.php?sub=40
  3. New York Laguardia Hudson river plane crash pictures

    New York Laguardia Hudson river plane crash pictures

    http://bulbish.com/view.php?sub=52
  4. Re: how to read TextBox1.Text from helperFunctions.cs

    i'll look into doing it as a custom control , that sounds like good advice.
    Thanks for your help very much! I knew there had to be a way around this.
  5. Re: how to read TextBox1.Text from helperFunctions.cs

    ok i got your point, thats how i would normally do it myself. I was going to cheat a little this time but i think it was a bad idea. With this approach i'll have 30 lines of basically the same C#...
  6. Re: how to read TextBox1.Text from helperFunctions.cs

    I mean textboxes, not checkboxes, sorry
  7. Re: how to read TextBox1.Text from helperFunctions.cs

    ok here is what i'm trying to do, maybe you can recommend a better way.

    I have about 20 forms, each one of them has about 20 fields, out of which 10-15 fields are the same for all forms. I have a...
  8. Re: how to read TextBox1.Text from helperFunctions.cs

    from the webform i'm doing:
    dbc.insert(this, DonorID, formType);
    And from the separate code file i'm doing:

    public void insert(Control p,int userID, int formType)

    {

    TextBox tb =...
  9. how to read TextBox1.Text from helperFunctions.cs

    i need to read textbox1.text from one of my helper functions in a separate code file?

    How do i do that?

    I am passing the THIS pointer from the form to the helper function , but how do i get the...
  10. how to pass all the page controls to a separate function

    I have this problem.

    I have 20 forms which are all a little bit visually different but all input is saved in the same database table.
    I have a code class that handles all the database stuff. I'm...
  11. is it possible to simulate keypresses for a DirectX game?

    If i have a DirectX game running in a window, is it possible to send key presses to this game window so that the game listens to them?

    Does anybody have any sample code?

    thanks!
  12. Re: why this connection string doesnt work?

    i thought the only infotrmation that was important was what folder the mdb database file was in.. i know there is no password or username
  13. Re: why this connection string doesnt work?

    yes, but the script runs on the same server , i run it from the server, not from my pc
    go to and run it yourself and see what error you get
    ...
  14. Re: why this connection string doesnt work?

    weblab.devry.edu/LNGBIS355XSUM08A/PMcDonald/FountainOfYouthBookstore
  15. Re: why this connection string doesnt work?

    what path should i use if my ASP VB program is in the http://weblab.devry.edu/LNGBIS355XSUM08A/PMcDonald/FountainOfYouthBookstore

    folder and i copied the mdb database to the same folder for...
  16. [RESOLVED] please delete

    delete
  17. Replies
    2
    Views
    889

    Re: SSL and PayPal IPN problem

    solved, had to use CURL, cos godaddy doesnt fsocketopen
  18. Replies
    2
    Views
    889

    [RESOLVED] delete plz

    delete plz
  19. Re: how to intercept HTTP traffic from this program?

    anybody?

    maybe it send HTTP requests using a different port, not port 80? any way to check?
    I need to somehow capture the HTTP requests that program is sending to myspace
  20. how to intercept HTTP traffic from this program?

    i used to intercept the http requests this demo program made with Fiddler and then paste them into my program(cos i dont know how to generate myspace tokens)

    the program:...
  21. Re: where do i download free trial Visual Studio 2008? (NOT exress)

    resolved,
    sometimes its better to google something than to look for it on Microsoft website.
  22. where do i download free trial Visual Studio 2008? (NOT exress)

    do i need to subscribe to MSDN to be able to download free trial?
  23. Re: domains.com hosting PHP MAIL function dont work

    yeah man, domains.com sucks.

    i'm making a small site for a guy, i gave him $80 quote, but ran into so many problems with this host it wasnt even worth for me. the site was pretty basic but i spend...
  24. Re: domains.com hosting PHP MAIL function dont work

    Here is what they are telling me now,
    i dont understand why i cannot just use the php mail function without all this?



    From: Domains.com Support <support@domains.com>
    To: oswaldo...
  25. Re: domains.com hosting PHP MAIL function dont work

    i said its not free hosting, if you read more carefully
    its paid hosting on domains.com
Results 1 to 25 of 47
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured