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...
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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
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
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
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...
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
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...
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
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.