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

Search:

Type: Posts; User: VBhobbiest

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,791

    POST using Net.HttpWebRequest

    I've been researching and researching on how to POST data to a website from a website. I've found 2 methods of interest, one uses httprequest and httpresponse (but doesn't work) the other uses the...
  2. Re: ASP.NET Connection to MSSQL Security Question

    I like where your going with this... however, where would you store the credentials for the db, if you didn't store them on the server? (Keep in mind the site I'm trying to build will be database...
  3. MSSQL If/Then/Else Statements within a function

    I'm using MSSQL 2005 (and am kinda new with db programming) and I was wondering a couple of things about if/then/else statements within a function. Whats the syntax to nest and if/then/else statement...
  4. ASP.NET Connection to MSSQL Security Question

    Using Asp.Net 2.0 Which method is the most secure way to connect to an MSSQL db with your site?

    1) Store the connection string in the web.config file.
    2) Store the connection string on the page...
  5. Replies
    2
    Views
    2,760

    Re: Emulating Mouse Scroll

    thanks Craig
  6. Replies
    2
    Views
    2,760

    Emulating Mouse Scroll

    is there a way to emulate using the mouses "scroll" using visual basic .net 2005?
  7. WMI Question regarding connecting remotely

    I'd like to connect to a remote computer on my network and retrieve information using WMI. The catch is, my network uses a workgroup, and has no server (peer to peer) is it even possible to do this?...
  8. Problem with building custom skins or themes....

    I've been trying to solve this problem for a few days, heres what I'm doing...

    I'm working on a site in ASP.Net 2.0 and I've built alot of custom controls, for the moment these controls are all...
  9. Replies
    1
    Views
    558

    Working with log files

    I'm trying to extract data from log files. I tried opening the text file, extracting my data and closing the text file, however on occasion I get an exception (I can't access the log file while...
  10. Replies
    5
    Views
    885

    Re: Screen pixel color

    HanneSThEGreaT,

    I saw your previous posting regarding this method and couldn't get it to work. how do I reference my desktop as a bitmap?
  11. Replies
    5
    Views
    885

    Re: Screen pixel color

    awsome thanks alot!
  12. Replies
    5
    Views
    885

    Re: Screen pixel color

    almost forgot, am using VB 2005
  13. Replies
    5
    Views
    885

    Screen pixel color

    What would be the best way to retrieve a pixel color from the screen?
  14. Replies
    1
    Views
    779

    PostBack question.

    is it possible to simulate a button click via webclient using POST?

    I've been trying stuff for hours, and can't get it to work (now my test code is a mess) I was just trying to simulate typing in...
  15. Replies
    18
    Views
    5,823

    Re: Posting data to a CGI script

    I was searching for something VERY similer, and stumbled upon this post. Although a little old, its a great post for POST (small lame joke) I have 1 question regarding this line:

    _FormPostData =...
  16. Re: Programaticaly saving an image from the webbrowser control

    I just don't see this as a possibility. however.. I noticed I could use the Object.Document.ExecCommand("copy", False, "") however I can't seem to figure out how to a) select the desired IMG and b)...
  17. Programaticaly saving an image from the webbrowser control

    I'd like to start out by thanking everyone thats assisted me with my previous questions... the responses have been very fast, and greatly appreciated!

    I've been exploring the...
  18. Re: Retrieving a color from a specified point in an image

    I know that amount of time seems hard to believe, and is rather embarrassing :( - thanks for the response, it was just enough to help point out what to look for :)

    Thanks again,
    Dave
  19. Retrieving a color from a specified point in an image

    I was hoping someone might be able to show me how to extract an rgb code from an image. Lets say file: img.bmp is loaded in a picturebox and say I wanted to retrieve the color of the pixel located...
  20. Replies
    4
    Views
    2,507

    Re: Programatic navigation problems

    Thanks so much, I'll see if I can incorporate this technique instead! I think it just might work :)

    Thanks again, you made my day!
    Dave
  21. Replies
    4
    Views
    2,507

    Programatic navigation problems

    I've been working on this for quite some time, I just can't figure it out.
    Heres what I'm trying to do. I'm working on a program that will automatically navigate a couple of search sites to...
Results 1 to 21 of 21





Click Here to Expand Forum to Full Width

Featured