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...
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....
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...
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...
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...
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...
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...
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...
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,...
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.
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...
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...
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...
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...
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...
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...