| Thread | Last Post | Replies |
|
| Databinding Listbox errors | 15 Oct 2004 14:36 GMT | 4 |
I've got a snippet of code that's throwing up an exception: "Can't modify the Items collection when the DataSource property is set." I've tried the resolutions in http://support.microsoft.com/default.aspx?scid=kb;en-us;Q316568 with no luck,
|
| KeyDown Event on a ListBox | 15 Oct 2004 14:11 GMT | 2 |
I am building a hoem theatre app that is controlled by an IR Remote Control. The Remote has some keys that map to "keyboard" commands (i.e. PageUp, PageDown.). In this VB.NET application I have a listbox control that I fill with songs
|
| Problem with async call and callback procedure | 15 Oct 2004 13:36 GMT | 2 |
Hy, I make an async call, using delegate and BeginInvoke. When the async call is completed, the callback procedure is executed two times.
|
| transparent image in memory | 15 Oct 2004 12:52 GMT | 2 |
How would I create a 1x1 pixel transparent gif in memory? I don't want to load it from an existing file. Thanks, Todd
|
| Reports - use Crystal or ActiveReports? | 15 Oct 2004 12:36 GMT | 2 |
Some years ago I wrote an application for a client in VB 5 and Crystal. The application has since been deployed by my client to many hundreds of his customers. Most of my work since then has been in Access but I now have to do major
|
| VB.Net - Creating Objects Question | 15 Oct 2004 12:15 GMT | 3 |
I need some clarification in creating objects. Consider the following code... (note: The function InitializeListCombo initializes the combobox) Private daLists As New OleDbDataAdapter Private dsLists As New DataSet
|
| Calling a DLL subroutine | 15 Oct 2004 12:15 GMT | 2 |
I have a DLL subroutine that I'd like to call from within a class I've created. I've declared the DLL at the top of my class: Private Declare Sub latlonlatlon_bd Lib _ "hipcalc.dll" _
|
| Formatting TextBoxes | 15 Oct 2004 11:02 GMT | 4 |
I need to format multiple textboxes that are bound to a dataset, this dataset can have its datachanged and refresh the data in the text boxes at any time so I need a method that is quite flexable. Mike.
|
| Property Descriptor | 15 Oct 2004 10:59 GMT | 1 |
I am trying to use a propertydescriptor to alter the color of a column in a DataGrid. I have a button1 on the form that has a red color and I want to copy this red color property (forecolor) to my DataGridTextBoxColumn. However, it just ignores it.
|
| read xml with dataset | 15 Oct 2004 10:39 GMT | 2 |
I'm using a dataset to read an xml file. But I wonder can I directly get the xml data from the dataset ? or I actually need to use datarow? thanks.
|
| ASP.NET vs VB.NET - DataView | 15 Oct 2004 10:36 GMT | 4 |
One more question - why is it that the dataview samples all seem to be in ASP.NET and it only works in this? Surely they should port between both platforms? I might add, work fine in ASP.NET - given import namespace = "system.data"
|
| Accessing DataGrid header items | 15 Oct 2004 10:34 GMT | 1 |
With the datagriditem object, I believe we can't access the cells in the datagrid header. Any pointers on how this can be achieved? I am looking at an approach without using the itemcreated event of the datagrid, which I have already implemented.
|
| need idea/algorithm | 15 Oct 2004 10:16 GMT | 3 |
I have a programming problem and am not sure what's the best way to come to a solution. Problem: I want to know how many blocks fit into a box. The blocks are all the same
|
| Install Problem | 15 Oct 2004 10:04 GMT | 1 |
Hi Group. I have just re-installed VB.NET a second time to try to overcome the error message that I am getting when building a solution: "Error while trying to run project: Unable to start debugging.
|
| on click event for item on a dropdown button control on toolbar | 15 Oct 2004 09:57 GMT | 1 |
Somehow I'm just missing something. I don't know how to catch when a user clicks on an item in a dropdown list for a dropdown style button on a toolbar. I create a new app. Form1. Add a toolbar. Add a button and make it's
|