| Thread | Last Post | Replies |
|
| win32 help! (or COM?) | 23 May 2005 15:00 GMT | 1 |
I have downloaded this superb HTML Edit Control based on MSHTML http://www.windowsforms.net/ControlGallery/ControlDetail.aspx?Control=290&tabindex=0 And it's also really big..... Anyway, I would like to extend it with a very simple feature: typing
|
| Newbie Question: learn vb6 or .net | 23 May 2005 14:43 GMT | 4 |
I'm just a hack programmer, but have done quickbasic, quickc, ansi c/cvi and would really like to poke around with vb6. But *nobody* sells it anymore, short of looking for one of the less expensive versions on ebay which I don't think I want to do.
|
| Links required | 23 May 2005 13:40 GMT | 1 |
Where do I obtain information regarding methods, properties, classes, interfaces and examples with respect to Microsoft.Office.Interop.Graph PIA?
|
| Need help adding a chart in VB.NET | 23 May 2005 13:39 GMT | 1 |
I have been able to add a chart in VB.NET 2003 using MSChart Control 6.0, but the graphics are very primitive. I can ALSO add a MS Chart 10.0 "chart space", but have not been able to get any kind of chart/graphics to appear in it. Playing with the Chart 10.0 has led me to ...
|
| ToolbarCheckButton - no onclick property? | 23 May 2005 13:36 GMT | 1 |
I wish to call a js function from a ToolbarCheckButton web control: <mytb:toolbar> <mytb:ToolbarCheckButton onclick="fn();" Text="tbText" ID="tbID" AutoPostBack="false"></mytb:ToolbarCheckButton> </mytb:toolbar>
|
| Unable to serialize the session state. Please note that non-serializable objects or MarshalByRef objects are not permitted when session state mode is 'StateServer' or 'SQLServer'. | 23 May 2005 13:34 GMT | 1 |
I am attempting to store my session state via SQL Server...however, one of my dataset is generating the following error: Unable to serialize the session state. Please note that non-serializable objects or MarshalByRef objects are not permitted when
|
| Write-Only Properties | 23 May 2005 13:30 GMT | 1 |
MS Class Library Guidelines clearly discourages use of Write-Only properties yet they're continuously availed in .NET after VB 6. Personally, I really don't use them anywhere. Tend to find it as giving the 'highest' possible access to data as compared to a plain read.
|
| OracleClient, parameters and string | 23 May 2005 11:16 GMT | 3 |
Dear newsgroup, while developing an ASP.NET application I came across a problem. I am collecting data from an Oracle 8i database using parameters. Unfortunately I get an empty result set if the parameter is a string. It works with
|
| interop & configuration | 23 May 2005 07:00 GMT | 1 |
I have some problem with interopo and VC# express. I could run app from the command line, but from C# express it alway fail to load the native library. Beside it's cumbersome to copy the native library everytime I make a change,
|
| DllImport & App.config | 23 May 2005 07:00 GMT | 1 |
is there a way to add a path into the App.config file to tell the location of the native libraries?
|
| Type.IsSubclassOf | 22 May 2005 21:02 GMT | 2 |
It appears that IsSubclassOf does not work. In the following example, why does typeof(IDerived).IsSubclassOf(typeof(IRoot)); yeild False when the IDerived interface DOES in fact derive from IRoot? The
|
| Where are ref types that are members of value types stored? | 22 May 2005 20:30 GMT | 2 |
Structs are value types, strings are ref types. If you have something like this: struct foo {
|
| .Net equivalent app of VB6 app using Winsock control | 22 May 2005 18:36 GMT | 1 |
I want to rewrite a VB6 app that uses the Winsock control to communitate to an IBM AS/400 computer via TCP/IP, and possibly later on via UDP. What .Net namespaces/classes/etc.would I need to look at to get this thing going? Also, what pitfalls (if any) should I look out for?
|
| Strange problem with Visual Studio | 22 May 2005 14:47 GMT | 2 |
When I use query builder connected to Oracle 90i and I use views instead of the table in the query builder design grid I get "Data type is not supported" However If I use the same exact query and connection in the code behind of
|
| Can I uninstall Framework 1.0 now I have version 1.1? | 22 May 2005 09:21 GMT | 4 |
Is this straight forward enough: I have 2 versions of the framework, 1.0 and 1.1 I want to save disk space, so can I simply go ahead and uninstall version 1.0? Will all my projects be OK?
|