| Thread | Last Post | Replies |
|
| How to read an html file into a String | 15 Jun 2005 07:51 GMT | 1 |
How can I do this without loosing special characters (í, ó, ú, é, etc) so I can replace some parts of it later. I was using this code but it eliminates those characters. Dim str As StreamReader
|
| How to get/ override usercontrol methods. | 15 Jun 2005 07:41 GMT | 2 |
Hello All I am a newbie in VB.NET and wanting to create a toolbar(User Control) for Database Navigation. What exactly I want is to have a user control which is inherited from the system.windows.forms. usercontrol and contain a toolbar which have buttons for navigating ...
|
| Persisting fixed data | 15 Jun 2005 07:36 GMT | 2 |
I'm stretching my fairly elementary vb.net experience by trying to write a report generator for a specialised utility. The report will contain a simple tabular output, but there could be up to 100 or more column types from which the user can choose to include on a specific
|
| Did I do this right? - Resized image from DB. | 15 Jun 2005 07:21 GMT | 6 |
I am making an admin interface, which allows me to upload photos to an access DB. The admin interface also needs to display the uploaded photos, but only needs to show them at a maximum resolution of 100px per side. All photos will be JPEG. Below is a showimage.aspx file that
|
| AppDomain.UnhandledException in Windows Forms and Windows Service | 15 Jun 2005 05:00 GMT | 3 |
I am attempting to use the AppDomain.UnhandledException event in a Windows Forms app and also in a Windows Service. But the event doesn't seem to be called. In a Windows Forms app, the event IS called but only if I run the app
|
| Serialization of collection | 15 Jun 2005 04:18 GMT | 1 |
I am confused on serializtion. I have a class called picture. It has a bitmap member and several others. I have a collection class called pictures which inherits from collectionbase.
|
| c# -> vb.net | 15 Jun 2005 03:17 GMT | 3 |
I've seen this kind of thing in C# quite often : cbo.Validating += new CancelEventHandler(cbo_Validating); what is the vb.net equivalent ? Please don't send me to
|
| Textbox property | 15 Jun 2005 03:04 GMT | 2 |
I am a beginner of VB.NET . I would like to set the property of the textbox that only input numeric only or date format. But I can't find any property can do that...Anyone know how to do that ? Thanks
|
| Inheriting from CommonDialog | 15 Jun 2005 02:41 GMT | 3 |
Anyone know of a good resource that details how to inherit from CommonDialog? Thanks.
|
| Combobox / Arraylist Confusion | 15 Jun 2005 01:05 GMT | 1 |
I'm confused on the best way to create a combobox with "YES"/"NO" and values of "Y""/N". I'm trying this way...but I get an error: Could not bind to the new display member Public Class combo
|
| OleDbCommandbuilder... how to disable DELETE? | 15 Jun 2005 00:46 GMT | 1 |
I have a datagrid that successfully allows editing and updating (with dataadapter.update command). I want the user to be able to edit the "text" in the datagrid, but i DON'T want the user to be able to DELETE rows.
|
| tooltip on treenode | 15 Jun 2005 00:42 GMT | 1 |
Is there anyway to get a tooltip to show for a specific treenode in a treeview? thanks
|
| string.indexOf and "%s" | 15 Jun 2005 00:18 GMT | 9 |
for some reason I can get a string.index of to recognize a substring like "%s". dim s as string dim i as integer
|
| splitter control and scrolling panels | 14 Jun 2005 23:21 GMT | 5 |
I would like to reproduce the same control as in Visual Studio for the propery editor or the message feedback window. That is, a scrolling panel that would appear when the mouse is over one of the side of the main form. There should be the possibility to anchor it as well. How
|
| How to do this the .Net way. | 14 Jun 2005 23:16 GMT | 1 |
I am making a form template that will be used across our windows applications. It will be used several hundred times. I so created a class called FormTemplate and inherited that from Form. All our future forms will inherit from FormTemplate. Want I need to happen is for
|