| Thread | Last Post | Replies |
|
| UserControl | 08 Oct 2005 12:36 GMT | 1 |
i've developed one usr control using windows control library which is having some public properties, after making this as dll i've used this control in my windows application, after placing this control into my form and checked the properties of this usercontrol in properties window ...
|
| hotmail & outlook express | 08 Oct 2005 11:33 GMT | 2 |
normally I can fetch my hotmail inbox into my outlook express. But today it has stopped working. Has Microsoft discontinued this function? Peter
|
| Assistance with design issue. | 08 Oct 2005 07:51 GMT | 8 |
I have a component that validates data with external parties and then return the results to the calling webservice. Currently it logs every response to a darabase on a remote server. The issue I have is that if the database server is offline it would wouldn't be able to log ...
|
| String.Compareto Strangeness | 08 Oct 2005 01:35 GMT | 2 |
I've written a very simple C# program (console type) that accepts two args, compares them, and displays the result. Here is some of what I get... 'a' > '-' 'b' > '-'
|
| Running different versions of the dotnet sdk parallel? | 07 Oct 2005 21:01 GMT | 1 |
Is it possible to install both the v1.1 and the v2.0 .net framework and sdk on the same windowsbox? And if so, how do I then setup to use each sdk individually? /Per
|
| convert plain text to rich text | 07 Oct 2005 19:57 GMT | 1 |
' hi all ' suppose i have this: Dim strText As String = "Hello! <b>this</b> text <i>is</i> formatted" ' NOTE: i want the "this" to be bold and the "is" italic
|
| Q: Remote Debugging! | 07 Oct 2005 19:05 GMT | 1 |
First of all, sorry for the cross post, didn't know what NG to lay the question. Hi! I'v been trying to use the remote debugger with Visual Studio 2003.
|
| Need to have ShortDateTime Format with Datetime Type in DataGrid | 07 Oct 2005 17:58 GMT | 2 |
I can't believe I have never run into this before but, I have an object that has a property of type DateTime. A collection of these objects are used to populate my DataGrid. In DateTime format they display the date AND the time, I don't need nor want the time just the date. If I ...
|
| Programmatically read file(s) from a USB device | 07 Oct 2005 16:50 GMT | 4 |
Suppose I have one of those USB storage devices (like a mp3 player, USB thumbdrive, or even digital camera) connected to my computer. I'd like to write a C# program that can - detect that the USB device is connected, and then
|
| problems... | 07 Oct 2005 16:22 GMT | 4 |
I had a program installed before my system crashed, now i reinstalled my comp and when i start the program it says ************** Exception Text ************** System.ComponentModel.Win32Exception: The system cannot find the file
|
| Newbie quetion: problems with Chr(34) | 07 Oct 2005 16:16 GMT | 1 |
I am very new to .NET, its my 2nd day (hey!) and I have a little problem. When I try to run the command below "System.Diagnostics.Process.Start( strCmd & StrCleanUpScript )" I get an error that the file cannot be found, but when I try to use Chr(34) I get another error saying that ...
|
| Customised SQL query report | 07 Oct 2005 15:27 GMT | 1 |
I am attempting to create a ASP.NET report whereby users can specify which columns they wish to be able to view depending on the options they select from a CheckBoxList. I have 4 tables, ClientGroups, Clients, Bookings & Depts.
|
| Windows app, add a thread and pause for audio... | 07 Oct 2005 14:58 GMT | 3 |
Using VS 2003, VB .NET: Currently I have a windows app that I'm running in a single thread. Recent client requests have me interested in learning how to create another thread and perform an action asyn. to the main GUI app. So my question is pretty
|
| Running GUI application in separate application domain | 07 Oct 2005 14:20 GMT | 8 |
I'm trying to isolate "applications" into their own application domain within a single process. I've quoted applications because it's a logical representation of an application. Basically it consists of a bunch of components supplied by some application group. I got this to ...
|
| CDO mail | 07 Oct 2005 11:21 GMT | 1 |
i am able to successfully use CDO to sent mail to anyone (in network and out of network) using an application on a windows 2000 machine with outlook. when i copy the app to a windows 2003 machine, the application only sends mail to in network folks. when i use an out of network ...
|