| Thread | Last Post | Replies |
|
| .NET Assemblies | 08 Mar 2004 09:01 GMT | 1 |
I am relatively new to .NET My backrgound is VB6, ASP and COM. I understand that COM is scaleable through MTS etc. In .NET when I create say a web project and create an Assembly that is used by this web project how is this assembly made scaleable?
|
| password textbox input | 08 Mar 2004 06:12 GMT | 1 |
I am sure this has been asked before. If anyone can answer or point me to a URL, I would be grateful. I have a textbox with TextMode="Password", and I am trying to assign a string to Text field of the textbox, but nothing is shown, that is, no ***** characters corresponding to ...
|
| ERROR on my IDE VS.NET 2002 | 07 Mar 2004 23:24 GMT | 3 |
I have VS.NET 2002 with SDK 1.0 and everything runs fine. I installed the .NET SDK 1.1 and I want to reference the namespaces/dll from the SDK 1.1 instead of the SDK 1.0 but I get the following error. The file failed to load in the Web Form designer. Please correct the
|
| NTFS | 07 Mar 2004 21:43 GMT | 2 |
How can I tell if this PC is a FAT32 or NTFS? I can load VS.NET without NTFS and not certain if I do or don't or how to convert all to NTFS. Can you help?
|
| Fwd: sscanf() & fscanf() | 07 Mar 2004 21:03 GMT | 2 |
Hello, All! Is there any analogous class/function to sscanf() & fscanf() in C#? In another words, I need to convert string into the set of given variables of different types.
|
| Is this a bug in ?: Operator, the addition does not perform as expected | 07 Mar 2004 20:31 GMT | 8 |
I am posting the code snippet here. It seems to me that the ?: Operator is not behaving properly. It seems like it is a bug: TimeSpan ts1, ts2; float dayHours = 0;
|
| running media player from a browser. | 07 Mar 2004 13:57 GMT | 1 |
hiye, my project involves playing videos from web browser. any good tutorial to get that done thanks in advance.
|
| Attribute Construction/Validation, How? | 07 Mar 2004 13:33 GMT | 2 |
I am trying to writing my own custom attribute classes and would like to have the same level of functionality as some of the attribute classes that ship with the .NET Framework. Specifically I would like to be able to take action with my attribute at
|
| Last Name First | 07 Mar 2004 10:16 GMT | 3 |
I know I'm reinventing the wheel here, and not very elegantly. Can somebody show me a less embarrassing way of coding this Dim s1 As String = "Dr. John Smith".Tri Dim s2 As String = s txtFirstString.Text = s
|
| Framework Version 1.1 | 07 Mar 2004 10:04 GMT | 1 |
I have installed on my machine Framework Version 1.0 can anybody guide me how to upgrade it to Framework Version 1.1 . Regards Mohamed Afifi
|
| DataGrid with checkboxes | 07 Mar 2004 07:54 GMT | 3 |
I need to use the DataGrid control to display rows from a SQL table and also show a checkbox that the user can click on to select different rows. I add a Boolean DataColumn to the table and then assign it to the datagrid. I can click on the checkbox and change the value, but when I ...
|
| VB.NET Class Description? | 07 Mar 2004 06:14 GMT | 4 |
If I knew the official name name of this I would probably have better luck looking for it. How do I add Method and Property descriptions to my classes so the description will be available when someone is using the class and highlights
|
| Problem with Shaped Windows Forms | 07 Mar 2004 04:33 GMT | 2 |
Hi, I have a problem driving me nuts! Visual Studio has a doc that explains how to create a shaped window. I followed the doc exactly yet the purple color that I choose as my transparent color, which IS also on the bitmap I used as the
|
| Compiling to different frameworks. | 07 Mar 2004 00:06 GMT | 3 |
I have developed a VB .NET component using VS 2003 under version 1.1 of the framework. I want to produce two version of the component; one for each version of the framework. Is it possible to compile to different frameworks? When I create an exe the build page has an option ...
|
| Creating a custom object and 'collector' and looping through the 'collector' | 06 Mar 2004 09:33 GMT | 4 |
I'm relatively new to .Net from a VB6 background and I've got a bit stuck. I'd like to create my own custom object and loop though a collection of them. This is roughly what I would like to do For Each objBook in objBooks
|