| Thread | Last Post | Replies |
|
| How to Print to Printer via the PrintPreviewControl | 30 Nov 2004 17:53 GMT | 2 |
I use the "PrintPreviewControl" The PreView works fine but now I want to have a Button the Prints the whole thing to the Printer. I have tried this:
|
| Duplicating Objects | 30 Nov 2004 17:30 GMT | 11 |
I'm still having trouble grasping what's going on here and how to resolve it. In VB6 I have a form that has several combo boxes with lots of items in each; it takes a long time to load the form because of having to load each combobox. As I think about converting this to .Net, I ...
|
| Unable to Start Debugging | 30 Nov 2004 16:43 GMT | 1 |
I need help, someone in my office has decided to upgrade to FrameWork 1.1 on our webserver now when ever we try and run a web application from within .net we get the following error, however the sites still work fine does anyone have any ideas.
|
| Calling a form | 30 Nov 2004 15:29 GMT | 4 |
I have a MainForm and would like to call up a DownLoad form to let the user execute code associated with that form to download some files from the host. How do I call the Download form from the Mainform? I
|
| save to textfile | 30 Nov 2004 15:27 GMT | 9 |
hi all when i do this: Private Sub MenuItem3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem3.Click For inti = 1 To 16
|
| Unable to find an entry point | 30 Nov 2004 15:24 GMT | 4 |
Pratibha, I earlier asked you if you would look to your date and time and the settings about this, you start giving me the idea that you are doing what is named newsgroup "Top Posting". Something a lot of people do not like and (should
|
| A "basic" question - I think! | 30 Nov 2004 15:19 GMT | 3 |
I have an object called ColumnSection which represents a reinforced concrete column. This object contains an arraylist called Diagrams which contains Graph2D objects which are essentially X-Y plots. The Graph2D object has 2 public methods - Draw, which draws the plot on a bitmap ...
|
| How to handle events, triggered by contorls in owned form, in owner | 30 Nov 2004 15:16 GMT | 3 |
I have a problem about how to handle the events. For example, there are two forms, Form1 and Form2. Form2 is owned by Form1 and there is a button,Button1, in Form2. It is no problem for Form2 to handle the event "Button1.Click" . My problem is how to handle the Button1.click
|
| .NET Windows Service produces Exception errors? | 30 Nov 2004 15:14 GMT | 3 |
I have created a Windows service which performs various functions including setting variables in other application objects. When the service runs under Local System account the functionality all works OK, however when service runs under a user account it produces
|
| MultiThreading? | 30 Nov 2004 14:57 GMT | 2 |
How can I make a sub to be executed only one at the time in a multithreaded environment? Eg, I have "server" thread,s that does printing, problem is when several server threads running at the same time, the Crystal Reports Com Object
|
| Webservice Private reference | 30 Nov 2004 14:26 GMT | 1 |
am developing an vb dotnet application (windows exe) which references a (vbdotnet) dll. This dll makes use of a webservice and as such has a webreference set in the visual studio project to this resource. However i have noticed that (since the application has a reference to ...
|
| Single or Double? | 30 Nov 2004 14:22 GMT | 2 |
I'm retrieving some columns from a database with numeric values that fall comfortably within the range of the Single type and I'm tempted to use Single for the relevant column type in the retrieved dataset. (Actually the values are held as integers in the database for compact
|
| Highlight Icon | 30 Nov 2004 14:16 GMT | 1 |
I want to implement the Highlight Icon and Font color functionality of the MS-WORD in my application. I have set the STYLE property of my toolbarbutton to DROPDOWNBUTTON, due to which I get the down arrow next to the toolbarbutton.
|
| mcp test question | 30 Nov 2004 13:35 GMT | 3 |
I got question from 70-305 test: You create an ASP.NET application named CKProject. You write code to specify the namespace structure of CKProject by including all class declarations within a namespace named CKNamespace. You want to
|
| OleDbDataAdapter | 30 Nov 2004 12:13 GMT | 1 |
Can anyone help? I am trying to work through a Visual Basic.Net step-by-step book & I have hit a problem. The book references a tool from the toolbox called OleDbDataAdapter. I am
|