| Thread | Last Post | Replies |
|
| Event handling on remoting classes | 11 Jun 2005 08:47 GMT | 1 |
When i want to handle an event from a remoting class in the client app i got a security exception telling me that DelegateSerializationHolder is not permitted to be deserialized at this security level. Use .NET security policy administration tool.
|
| Ctrl+G to go to lign? | 11 Jun 2005 08:41 GMT | 1 |
In one install, Ctrl+G in the MDE allows me to go to a certain line. On another install, it opens the command window. How can I modify the second install to behave as in the first install? Thanks a lot!
|
| Sending FAX.... | 11 Jun 2005 08:33 GMT | 2 |
How to send FAX using Vb.Net? .Net Framework 1.1. Thanks, Peter
|
| Cannot get help or documentation to work vb.net 2003 | 11 Jun 2005 01:14 GMT | 10 |
I have install VB.net 2003 twice. I still cannot get the help or the documentation to work! Thank you
|
| Dragging and Scrolling | 11 Jun 2005 00:57 GMT | 2 |
I have a form that has controls on it that can be dragged to other locations within the form. The form size is larger than the viewable area so the scroll bars are visible (and autoscroll is enabled). When I drag a control to the edge of the visible border, I am sending the
|
| How to detect a multiprocessor host computer | 10 Jun 2005 23:35 GMT | 4 |
Is there a way to detect when my program is running on a multiprocessor host computer?
|
| Urgent : Displaying and managing data retreived with readxml | 10 Jun 2005 23:20 GMT | 1 |
I am using readxml to retrieve data from an xml file to a dataset. m xml file has hierarchical data (2 levels) so the dataset will contain tables. My question : I need to display this data like this :
|
| 'disable' for the webbrowser control | 10 Jun 2005 23:17 GMT | 1 |
I'm hosting a webbrowser control on a windows app- basically I'm using it in the middle of larger application to display some html-based content. HOWEVER, I'd like to be able to prohibit the control from receiving user input- i.e. I don't want the user to actually be able to ...
|
| Sending email | 10 Jun 2005 23:07 GMT | 2 |
I have some code for sending email. The problem is, I need to send an email to 3 persons and CC to 2 persons. When I try to code email1@mail.com;email2@mail.com I get an error. I have tried this in vb6 and in vb.net with the Indy.dll but I cant figure
|
| Shutdown Windows In Visual Basic.Net 2003 | 10 Jun 2005 22:56 GMT | 3 |
I am an intermediate visual basic.Net programmer and want to know how to write the code to shutdown windows, irrespective of the version. Your assistance in this regard will be utmost appreciated.
|
| Dim Array() As New Class | 10 Jun 2005 22:54 GMT | 3 |
I'm trying to populate a 2-dimensional array by assigning each item its own instance of a class, for example: Dim SubSector(8,10) As New SystemClass ...where SystemClass is a class I've defined elsewhere in my code.
|
| Syntax for multi-dimensional arrays? | 10 Jun 2005 22:53 GMT | 1 |
I'm trying to create a multi-dimensional (2) array of CheckBox in VB.NET. Can't figure out the syntax... can anyone help? Thanks! here's my code:
|
| Displaying an Image from an OLE field in an Access Database | 10 Jun 2005 22:28 GMT | 3 |
I have an OLE column in an Access database. The column name is "PHOTO". I have JPEG files stored in that field. For the life of me, I cannot get this data to show in a PictureBox. I have learned that the OLE data type in Access handles data differently
|
| Create SQL Db on SQL server | 10 Jun 2005 22:27 GMT | 3 |
I have tried to create a new DB on the SQL Server but unsucessful.. I have looked at the microsoft "How to create SQL Database in vb.net", but it doesn't seems to solve my problem. below is the connection string that i used to create, but i get error saying
|
| BindingNavigator and BindingSource | 10 Jun 2005 22:24 GMT | 1 |
I want to attach a bindngnavigator to a form and I am using this code ..... It fails saying this Cannot bind to the property or column "FirstName" on the DataSource. Public Sub New()
|