| Thread | Last Post | Replies |
|
| How to get number of pages for printing...? | 01 Nov 2005 00:15 GMT | 3 |
I am creating my own method for printing. I am using PrintDocument and cycling through the data and creating new pages as neccessary. My question is, how can I know that total number of pages so that I can put "Page 1 of 5" on the first page and also I would know when to draw the
|
| .NET and Bookmarks | 31 Oct 2005 22:29 GMT | 1 |
I have a custom reports functionality in my application. It is basically Word document with bunch of bookmarks. In my code, I open that document and return data from SQL to that file. It works fine. The only problem is doesn't matter how I changed the
|
| public folder permissions using exoledb | 31 Oct 2005 22:22 GMT | 1 |
I'm trying to use exoledb to apply permissions to a public folder. My code looks like: ADORecord = new ADODB.RecordClass(); ADOConn = new ADODB.ConnectionClass();
|
| Calling a forms control from anther class??????? | 31 Oct 2005 21:18 GMT | 9 |
This should be simple. I have a form called frmInterface. On this form I have a label called lblStatus. I want to change the TEXT of this label from another class. For example
|
| MdiParent and InvokeMember... | 31 Oct 2005 20:56 GMT | 2 |
How can I get a form in a class library to become an MDI Child of the main application? I've tried the following, but does not work: Class Library... public class Class1
|
| Selecting all items in a listview | 31 Oct 2005 20:50 GMT | 3 |
I know you can select a single item in a list view using the following code listView.Items[index].Selected = true; Is it possible to do this for all items in the listView control without
|
| Login form disgard | 31 Oct 2005 20:37 GMT | 5 |
I have a login form, that if successfully answered, launches another form. The problem is that the login form remains even after I show the main form. How do I get rid of the login form?
|
| Class method access to network files | 31 Oct 2005 19:55 GMT | 1 |
I have a method within my class that needs to open a network file. The file is only available for certain active directory user. How can I have my method temporarily login as an active directory user name and password and open the network file?
|
| View Contents of CHM file within .NET app? | 31 Oct 2005 19:50 GMT | 2 |
Is it possible to view the contents of a CHM file within IE? I've attempted to do this by right-clicking on a CHM file then selecting "Open With..." and finally selecting "IE", but nothing happens. What I'm attempting to do is allow the user to open an MDI child within
|
| Call external application | 31 Oct 2005 19:04 GMT | 2 |
I there!!! How can i call an external application?? For example SKYPE? thanks in advance.
|
| delete a file | 31 Oct 2005 19:04 GMT | 3 |
hi can any one help me in this how to delete a physical file from the drive please help thanks for the reply
|
| should i write my new component with .NET 2.0 ? | 31 Oct 2005 18:44 GMT | 2 |
I am writing a new networking component (dll). I have a few questions : 1. if i write it with .NET 2 , am i decreasing the number of potentials clients of my component ?
|
| Opinion on Grids | 31 Oct 2005 18:18 GMT | 5 |
I am starting a fairly large project where I could use a powerful grid control. I have looked at Xceed and DevExpress and both look really good. Do any of you have experience with these or any others that you might recommend? TIA
|
| List of actions for a file extention | 31 Oct 2005 17:54 GMT | 7 |
How can I list the available actions (and the command line for each action) for a specific file extension? I am using C# and .NET 1.1 I need that for printing .PDF files (*.PDF files print action), but I would like to have a general solution for other file extensions and actions.
|
| transport data from mulitiple look-up tables through web service into business object for databinding | 31 Oct 2005 17:42 GMT | 2 |
Current code 1.. creates SqlDataAdapter 2.. fills dataset with database table extracted from dataadapter 3.. populates tables with database table contents extracted from
|