Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. matt23lucier

    Calling Application from Email Link

    I have a windows application that sends out an email to a person when it reaches the necessarry point. Inside the email there is a link to the application, when the user clicks this the application opens. My problem is I need to be able to send this application an argument on startup so when...
  2. matt23lucier

    Tab Control Question

    I have a tab control on a form with 4 tab pages. Each tab page corresponds to a Record Type (ex: Mixed, Recall, Deviation, etc). Also on the form (but not on the tab control) I have a comboBox with all the available record types. When the user selects a record type from the comboBox the...
  3. matt23lucier

    Error trying to use Visio Drawing Control

    I am trying to use the Visio Drawing Control in a vb.net windows application but keep getting an error everytime I try to drag the control onto my form. I am using VS2003 and I have Visio 2003 installed on my machine. I have added the control 'Microsoft Visio 11.0 Drawing Control' to my...
  4. matt23lucier

    Finding Min/Max days between dates - Need help

    I am trying to find the MIN and MAX number of days between an open and closing date. Everything seems to work OK except when the MIN or MAX difference between dates is 0. Here is an example: Item OpenDate CloseDate 1000 01/01/07 01/11/07 1000 05/05/07 05/10/07 1000 10/10/07 10/10/07...
  5. matt23lucier

    Printing different file formats

    I am wondering if there is a way to print out any file regardless of the format. I really only need it to work with a few formats (pdf, tif, jpg). Thanks Matt
  6. matt23lucier

    Impersonation Help

    I just read about impersonation and I thought that it could help me solve a problem I am having. I have an application that needs get and display the file names that are under a folder on our network. The problem is most users who are running the application do not have access to the folder...
  7. matt23lucier

    Excel Automation - Help Grouping Rows

    I am creating an application that gathers information from several databases and then creates an excel report with this information. The problem is that there are thousands of rows and I do not want them all to be visible at first. I know how to create the excel report through c# but I am not...
  8. matt23lucier

    Screen Scrape Help

    I have an application that I would like to use to screen scrape a particular website for some data that I need. The problem is that in order to get to the page that I want to screen scrape I must first login. I know the the username and password that is required. I know how to do the screen...
  9. matt23lucier

    Printing to Eltron Printer - Printing Labels (Need Help)

    I am attempting to print to an Eltron 2442 printer to print labels. I have the program working in VB6 and I convert to the program to VB.NET and make some adjustments and then nothing prints out. There are no errors detected and nothing happens. Here is the code that does the printing: I...
  10. matt23lucier

    Automatic Proxy Detection Question

    I have an application that needs to connect to a webserver and download some files. When there is no proxy it works great. The problem is when the users are using an automatic proxy detection script. Is there any way I can find out the IP address of the proxy server that this script is making...
  11. matt23lucier

    Error: Application Setup has failed ???

    I have created an application and built a setup file to deploy the application. I also downloaded the microsoft bootstrapper to install the framework (1.1) on a client machine if it is not already installed. I made a couple of CD's with the application on it for clients to try. It installed...
  12. matt23lucier

    Format 'int' datatype column with commas

    Does anyone know how I can format a column (with datatype 'int') to have commas after every 3 numbers. For example 2500. I would like to format this to 2,500 when it is returned from a select statement. thanks Matt
  13. matt23lucier

    Rotate Text - Y-Axis Title

    I have created a graphing program. I am going to put a title along the YAxis of the bar graph. Does anyone know how I can rotate the text so it is vertical from bottom to top instead of Horizontal from left to right? thanks Matt
  14. matt23lucier

    How do I take a screen shot

    I have an application and when certain errors are committed I would like to take a screen shot and save it to a file (.jpg). Does anyone know how I can do this? Thanks Matt
  15. matt23lucier

    Locking A Record in SQL Server until you are done with it

    This is what I am trying to do: I have about 10 shipping stations that will be referencing the same SQL table (called shipper). This table only has one field (called shipNumber). This field is an integer value. These shipping stations will need to query this table to retrieve the current...
  16. matt23lucier

    Storing results of Select Statement

    I have a progress program where I query the database using a couple of select statements. My question is how do I store the data that is returned from a Select statement in progress so I can use it later on in the program? Thanks Matt
  17. matt23lucier

    One menu for multiple forms

    I have a MainMenu that I created with several menu items. This menu is on my main form. The user can click on a different language (menu item) and this sets that menu item to checked. The problem I am having is when one of the language menu items is checked and the user clicks a button to...
  18. matt23lucier

    Excel automation help

    I have a C# application that creates an excel sheet. I was wondering how to minimize this sheet when it is done being created. Any help would be greatly appreciated. Thanks Matt
  19. matt23lucier

    DataGrid Event - Clicking a particular cell in the DataGrid

    I have a DataGrid that is populated by setting its datasource to my DataTable. When populated the DataGrid has 100's or rows and 10 or so columns. I was wondering what event to use to get the data inside the cell when the user clicks on a particular cell. I have tried using the DoubleClick...
  20. matt23lucier

    Float to 2 decimal positions

    I have a column named 'Amount' that is of type float. I would like to in a select statement display this column with only 2 decimal positions. Does anyone know how to do this? I thank you in advance for your help. Matt

Part and Inventory Search

Back
Top