| Thread | Last Post | Replies |
|
| MDI Tab fprms | 29 Jan 2005 00:34 GMT | 1 |
I want to make a MDI tabbed forms interface, any idea how to do this? Best Regards, Luis
|
| Inheritance Question | 29 Jan 2005 00:32 GMT | 1 |
does anyone know if inheritance of Form Classes is particularly prone to problems in VB 2005, or is it that I'm doing something wrong, as I keep getting unexpected problems with the designer of the class that is inheriting the form class.
|
| handle GetStream event for TcpClient | 28 Jan 2005 23:54 GMT | 1 |
how can I handle when data is received from TcpClient.GetStream. i'd like an event raised when data arrives thanks, mike w.
|
| Using named pipes | 28 Jan 2005 23:50 GMT | 1 |
I am trying to use named pipes to interprocess communication. My concern is the cpu wait time between them. Can someone show me the code to do this in VBNet? Is there an event that can be associated with the existence of text in
|
| Guidance please | 28 Jan 2005 23:45 GMT | 1 |
I am looking to write a screensaver in VS.Net 2003 or 2005 and would like someone to point me to an example or an article on how this is done. I know this probably sounds dumb but I am a neophyte programmer and need the help. Thank you ahead of time.
|
| NullReferenceException | 28 Jan 2005 23:19 GMT | 7 |
I'm making an application for a Symbol with keyboard, with Operating System Windows Pocket PC 4.20, it has a keyboard incorporated (the one with the rubber keyboard), and I'm making the application wit VB.NET with SP2 installed on it (it fixes some problems with this keyboard by ...
|
| CollectionBase.OnSetComplete | 28 Jan 2005 22:30 GMT | 4 |
Can anyone tell me what the CollectionBase.OnSetComplete() overridable method is supposed to be used for? MyCollectionClass(Index) = Object triggers this method but why does "setting" in a collection class actually do? Reset the enumerator?
|
| StartPosition | 28 Jan 2005 21:53 GMT | 2 |
I have a blank form and my Sub New is as follows: Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer.
|
| Trouble Working with Excel Versions | 28 Jan 2005 20:43 GMT | 3 |
My application works with Excel to put together spreadsheets for reporting purposes. It runs just fine on my box, but when I put it on another one, it bombs. Here is the relevant code:
|
| Updating only changed rows in database | 28 Jan 2005 20:14 GMT | 2 |
When I update my database, I call the updates like this (in order to submit hierarchial changes properly): daAdapter.Update(tblMyTable.Select("", "", DataViewRowState.Added)) daAdapter.Update(tblMyTable.Select("", "",
|
| Hide datagrid new row | 28 Jan 2005 19:29 GMT | 2 |
Is there a way to hide the new row in a datagrid without setting it to read only? I want to be able to still edit the values in it but I should not be able to create any new ones.
|
| Background image of DataGrid | 28 Jan 2005 18:17 GMT | 2 |
Hi, Buddy Is there anyway to add background image to a datagrid control? Thanks a lot. Bruce
|
| Connecting a textfile to a datagrid | 28 Jan 2005 18:06 GMT | 9 |
Could someone please show me the code (or design-time) required to use a comma-delimited textfile as data to a datagrid?
|
| Dataset Find Problem | 28 Jan 2005 17:52 GMT | 6 |
I get a 'System.Data.MissingPrimaryKeyException' when running the follwing code:- StockListDataSet.Tables("Items").Rows.Find("12345") Is there any way around this? Do I need to supply more information?
|
| Creating a subclass instance from a base class instance | 28 Jan 2005 17:49 GMT | 2 |
[formerly posted to ms.public.dotnet.vb.general, but this seems to be a much higher traffic group] Hi, This seems to me like a problem that has a simple solution but I can't
|