| Thread | Last Post | Replies |
|
| How can I access the History List of the User's Browser from my ASP.NET page? | 31 Jan 2005 22:26 GMT | 1 |
How can I access the History List of the User's browser from my ASP.NET page? Is there a way to do this? Thanks,
|
| How to programmically use a dialup connection. | 31 Jan 2005 22:22 GMT | 2 |
I want to write program that will establish a dialup connection from a standalone pc to a private network and then copy files. The program will reside on the standalone pc. Is there .NET object for this? API call?
|
| Value of type 'Integer' cannot be converted | 31 Jan 2005 22:22 GMT | 2 |
I'm learning form an ASP.NET 1.0 book and I tried out some code that returns this error: Compiler Error Message: BC30311: Value of type 'Integer' cannot be converted to 'ASP.multiclasses_aspx.VehicleKey'.
|
| Font = bold on tab | 31 Jan 2005 22:21 GMT | 1 |
I have a tab control on my form, how can i make the font on the tab bold when it is seleceted by the user?
|
| datagrid question | 31 Jan 2005 21:47 GMT | 1 |
In a winForm datagrid, is there anyway to customize the colums? currenlty i'm showing everythign in my dataset, but now I want to limit what is shown and place some formatting on the data. Example:
|
| out of the range | 31 Jan 2005 21:46 GMT | 2 |
I have a listbox.. i have a dataset that gets the values from the database and i add three values to the dataset using code. If i have three or less items in the database, it works fine. Once i add the fourth item.. I get the following error when i try to set the SelectedValue ...
|
| Display XML file to a Datagrid? | 31 Jan 2005 21:29 GMT | 8 |
Is it possible to display an existing xml file in a datagrid? Thanks
|
| need some realworld examples | 31 Jan 2005 21:19 GMT | 2 |
i was just reading an article on interface-based programming and the example they used was pretty good to get the concept across. dim dog as IDog dog=new CBeagle
|
| Changing <body bgcolor...> in a HTML-File in VB.Vet | 31 Jan 2005 21:06 GMT | 2 |
I've created HTM-Files that starts with the the follow codesnipet <html> <head> <title>Programm</title>
|
| to Ken Halter and the other dedicated VB MVPs | 31 Jan 2005 20:45 GMT | 28 |
The intense off-topic VB6/VB.Net thread "Where is the Key in Treeview.Net" (started Dec 2 2004 and cross-posted to every VB group under the sun) really got me to thinking. And that thinking got me to typing this:
|
| How do I get sorted key/value pairs from a hastable | 31 Jan 2005 20:44 GMT | 1 |
I have a hastable with key/value pairs. I want to iterate thru the collection in descending order by value. What is the 'best practice' for handling this problem? Thanks in advance for your help,
|
| Custom collection and For Each | 31 Jan 2005 20:15 GMT | 7 |
I created a custom collection based on System.Collections.Specialized.NameObjectCollectionBase. I also implemented two version of the "Item" property and coded them both as Default properties.
|
| populate textbox from dataview | 31 Jan 2005 19:51 GMT | 14 |
How can I populate a textbox from a dataview? I have a dataset i'm filtering on and i want to populate several textboxes based on that filter. How can i get that to work? I've tried:
|
| Test 2005 app on another computer | 31 Jan 2005 19:38 GMT | 1 |
With vs 2005, I just copy the bin dir of a project to a test computer that has framework 1.1. Then I run the .exe and it works. I installed framework 2.0 on the test computer and tried a similar test. The vs 2005 app crashes. I am trying to avoid an install being it is beta. Any
|
| DropDown Combo Box Flaky | 31 Jan 2005 19:33 GMT | 1 |
I am using VB 6 Enterprise Edition. I am using an Access Database that was created via Visual Data Manager. I have 2 DropDown Combo Boxes. The 1st one called "cboCalcBuyListName"; the 2nd one is "cboCalcBuyListDate"
|