| Thread | Last Post | Replies |
|
| Create an HTML file | 26 Jan 2006 21:56 GMT | 6 |
Does anyone have an example in VB.NET on how to create an HTML file.
|
| What is a .SLN file ? | 26 Jan 2006 20:44 GMT | 3 |
Forgive my ignorance, I've just started leaning .NET and am working my way through a book. My project (from book CD) refuses to open; when I double-click on the project file. However, I do get a message asking if I want to save my .SLN file? I have no idea what this is (not ...
|
| [Fwd: System.Text.Latin1Encoding] | 26 Jan 2006 20:42 GMT | 1 |
[forwarded after receiving no response in m.p.d.internationalization] In an app I use the following statement in a class called Application: public static readonly System.Text.Encoding defaultEncoding = System.Text.Encoding.GetEncoding("iso-8859-1");
|
| datreader question | 26 Jan 2006 19:34 GMT | 5 |
I have a sub that is ran to populate a ComboBox from a database. The code runs fine except that it doesn't show the first result of the query. What am I not doing right? The Sub is below. Thanks for your help
|
| developing for MCE in .NET? | 26 Jan 2006 19:20 GMT | 3 |
Hi group, I want to develop a custom application for Media Center 2005. Bad news is I don't have a clue where to start... I've googled, but I can't seem to find good resources on the net. Because of
|
| Problem with background in CSS | 26 Jan 2006 18:17 GMT | 1 |
I created a newsletter, it's ok but i have just a little problem. When I received the mail, via Outlook Web Access, the attribute "background" in the CSS is deleted. Have you a idea on this problem ?
|
| Problem displaying information for Crystal Report (.NET 2003) | 26 Jan 2006 16:21 GMT | 1 |
I've created a strongly typed dataset which I know has rows of information but the information in the dataset isn't displayed on the report form. All that are visible are the report buttons and the column headings. Any suggestions on what I should be focusing on or what I'm ...
|
| MVC and Command Pattern questions | 26 Jan 2006 16:12 GMT | 2 |
Ok, this is kinda dumb. I'm trying to wrap my head around the use of the MVC and Command Patterns. The questions basically concern where to place code. In the MVC pattern, where are the Commands instansiated? Are they
|
| Creating a new Class over a webService | 26 Jan 2006 14:46 GMT | 1 |
C# I am developing a basic app to run on a mobile device, to interact with our central server using WebServices. I have created a class called PacketInfo which has a couple of properties suchs as CreateDate RecieveDate and Message.
|
| Please recommend an UML for dotNet development | 26 Jan 2006 14:45 GMT | 3 |
Please recommend an UML for dotNet development. I heard of "Cecima Windesign", "MagicDraw UML", but for DotNet programming, which one would you prefer? Thanks. yours,
|
| Creating new form | 26 Jan 2006 09:01 GMT | 2 |
just one question: My application consists of two forms - when the user has finished changing the application's configuration in the first one, this one shall be closed, unloaded and the second form shall become the main form of the application. How can this be done?
|
| Exception application block | 26 Jan 2006 03:45 GMT | 3 |
I am trying to use the exception application block but getting errors as indicated below. I am wondering if there is any newsgroups regarding the application blocks published by 1 year ago. I followed the instructuions for the setup and trying to execute the sample shipped with ...
|
| WriteEntry can't write under user account | 26 Jan 2006 03:41 GMT | 3 |
I would like to write to the EventLog (Application) with following code. But this works only under admin account. There are no restrictions in the WriteEntry-documentation. Can anyone help me?
|
| Display Access Database OLE Objects | 26 Jan 2006 01:05 GMT | 2 |
Dear Experts, I'm using the asp.net 2.0 fileupload control to upload files into Access Database. The file types that being uploaded may be in word, excel or image format. Therefore, I would like to seek your help to show me how can I have a
|
| From Scrollbar Width | 25 Jan 2006 22:12 GMT | 1 |
How can I increase the width of a scrollbar in a Windows form application? Thank You
|