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

Search:

Type: Posts; User: vandel212

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,696

    Set Printer Feature programatically

    Hi, I'm working on a C# desktop application where I need to change some printer settings and print some pictures. In my program I already can set the Paper Size, Printer Name, etc... If I go into the...
  2. Replies
    3
    Views
    4,045

    Get list of connected printers

    Hi, I'm writing an application where I need to print out labels to a label printer. In my application I have it look for a printer with the name "DYMO Label Writer 450", and then use that printer....
  3. Replies
    1
    Views
    1,772

    multi-part identifier could not be bound

    Hi, I'm having an issue with my SQL Statement. I'm trying to declare a variable and set it to the count of the number of records that exist for a particular order number. The problem is when I...
  4. Replies
    8
    Views
    5,866

    Re: Increase picture quality

    That is some interesting stuff. I actually found a different project that works a little better, and I think that may help me out. The project I found is called dxSnap, and it is a sample from the...
  5. Replies
    8
    Views
    5,866

    Re: Increase picture quality

    well actually I'm just taking a screenshot of the video feed. and that is "Format32bppArgb"
  6. Replies
    8
    Views
    5,866

    Increase picture quality

    Hi, Let me just say this before I get to my question:

    I bought a Logitech C910 HD webcam that is advertised to take 10MP images with the help from additional software. So the webcam is actually a...
  7. Replies
    0
    Views
    668

    Print Image without dialog

    Hi I'm working on a project where I need to print out an image file. The catch is that I need to do it without having a print dialog come up. I want the user to click the print button and the image...
  8. Replies
    8
    Views
    5,278

    Re: Capture Image from Camera

    Excellent.
  9. Replies
    8
    Views
    5,278

    Re: Capture Image from Camera

    Very cool, I'll test it out and let you know how it works out.

    By any chance do you know if this stuff works with newer digital cameras? I need something with a little higher resolution like 8...
  10. Replies
    8
    Views
    5,278

    Re: Capture Image from Camera

    Thank you for the reply. I looked into it a little bit and it seems like TWAIN is geared more towards scanners, but I will do more research on it. Please keep in mind it does not have to be a WIA...
  11. Replies
    8
    Views
    5,278

    Capture Image from Camera

    Hi, I would like to develop an application that will take pictures with a camera. From googling around I've seen some things about WIA, but I was wondering if anyone knew of any good tutorials to get...
  12. Replies
    6
    Views
    799

    Re: Global Variable in method parameter

    Well I am passing the global variable to the called method. I want it to change the value of decYrMortguage as decYearTotal Changes without having a specific line of code that sets the value of...
  13. Replies
    6
    Views
    799

    Global Variable in method parameter

    Hi, I'm writing a program where I call a method that for one of its parameters is a global variable. The issue i'm running into is that when the calculations are done the parameter's value changes,...
  14. Replies
    2
    Views
    1,083

    Re: Generate a webpage

    the disadvantages you speak of are the reason that I chose not to take a cookies route. I want the user to always have access to their links. So storing it on the server is the best way.

    I also...
  15. Replies
    2
    Views
    1,907

    Re: Google search box won't search

    Don't worry the spaces are there I just didn't notice when I copied and pasted into the thread. Anyway I figured out the problem is that the code was in the <form> tag for the whole page. So I moved...
  16. Replies
    3
    Views
    899

    Re: switch statment with characters

    I know it doesn't make any sense... that's why asked is it possible to do something like it using a switch statment. Nested if's can get so messy.

    Thanks for the replies all.
  17. Replies
    3
    Views
    899

    switch statment with characters

    Hi, I'm trying to write some lines of code using a switch statment to see if certain characters are in a string. Is it possible to do this?

    I tried this:



    switch...
  18. Replies
    2
    Views
    1,907

    [RESOLVED] Google search box won't search

    I'm using IE8 to test

    Hi, I'm trying to add a google search box (in a table) to my web page, but for some reason it the input button links to the page I am currently on. The strange part is that I...
  19. Replies
    2
    Views
    1,083

    [RESOLVED] Generate a webpage

    Hi, I am making a website that has useful links on it, so people can set it as their homepage. Here it is:

    http://www.epiclinks.com

    What I would like to do is allow people to customize their...
  20. Replies
    2
    Views
    10,407

    Re: How to display ArrayList items in Listview?

    You have this:



    Try this:



    for (int i = 0; i < counterOfArraylist; i++)
  21. Replies
    21
    Views
    13,870

    Re: Why is .NET so popular?

    if I had a dollar... Oh man.
  22. Replies
    6
    Views
    3,995

    Re: Shuffling a deck of cards

    Well it has to run through each element of the array 520 times. Being that there are 520 elements it it has to run through the loop a minimum of 520 * 520 which is 270400 times. With about 5 lines...
  23. Replies
    6
    Views
    3,995

    Shuffling a deck of cards

    I'm having an issue tyring to write a program that will shuffle multiple decks of cards like at a casino. I have assigned each card an ID in an array, so:
    1 = 2 of dimonds
    2 = 2 of hearts
    3 = 2 of...
  24. Thread: Mouse Click

    by vandel212
    Replies
    14
    Views
    3,611

    Re: Mouse Click

    Yes, I did look at it. It seemed interesting, but I could not figure out what I was supposed to do with it.I tried importing the .dll that was in the zip file but that didn't seem to do much. I...
  25. Thread: Mouse Click

    by vandel212
    Replies
    14
    Views
    3,611

    Re: Mouse Click

    I didn't just understand some particular part of the code. I didn't understand any of it. Didn't seem like mentioning that would help becuase I would be starting from nothing whether I mentioned it...
Results 1 to 25 of 112
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured