| Thread | Last Post | Replies |
|
| Need some time functions | 06 Aug 2006 06:08 GMT | 1 |
I have inherited a project that where I need to convert time form the DataTime format to the old form of seconds since 1/1/70. I can't locate any functionality in the framework (2.0) that even knows about that particular format.
|
| loading assembly | 06 Aug 2006 01:47 GMT | 5 |
I want to creat a new application domain called 'mydomain' and then load an assembly named 'myassembly.dll' into the domain. The assembly is in the folder "C:\Mydata\assembly", which is not the running program folder. I then want to load the 'MainClass" found in 'myassembly'. ...
|
| C# Delete database records without SQL text? | 05 Aug 2006 22:00 GMT | 1 |
I need to delete rows from my db, when the criteria is: older than a certain date. Can it be done without an SQL string query?? Using only a DataSet and/or DataAdapter?
|
| What is the difference between String and string in C#? | 05 Aug 2006 21:37 GMT | 7 |
What is the difference between String and string in C#? What can u do with string that you cant do with String, vice versa?
|
| String Woes in VB.net | 05 Aug 2006 16:32 GMT | 3 |
Hi; My goal is to remove the file name, minus the extension, from the following string = \\aServer\dir1\dir2\dir3\myfile.txt.
|
| Visual Studio 2005 - (VB) Public definitions in module | 05 Aug 2006 15:35 GMT | 2 |
I created a module in VS 2005 - Visual Basic Windows Project. I declared two strings public Public strConn as string Public strSQL as string
|
| send email from windows aplication.. | 05 Aug 2006 14:35 GMT | 5 |
I have a windows aplication and i would like to send email. Does anyone one know what is the yahoo server??? TIA PD: my aplication is in VS 2005 and c#.
|
| Why two messageBoxes? | 05 Aug 2006 01:27 GMT | 2 |
I'm running a fileWatch on a file. When the the file has a LastWrite, it will prompt a message box. Only looking at that file, and no Sub Directories. Private Sub FileSystemWatcher1_Changed(ByVal sender As System.Object, ByVal e As System.IO.FileSystemEventArgs) Handles ...
|
| Moving windows | 04 Aug 2006 23:48 GMT | 7 |
How do I move windows in vb.net?
|
| MCPDEA certification??? | 04 Aug 2006 22:58 GMT | 3 |
Can anybody tell me the full form of MCPDEA or any url from where i can get info on this certification AS i am not able to find on Internet. Thanks, Deepak
|
| open custom extnsion files with cutom applications using c#.net | 04 Aug 2006 22:06 GMT | 5 |
I am developing a C#.Net windows application for my project. In that project I have an IDE to work on. The application is similar to Adobe Photoshop. My requirement is as follows.
|
| Create an OCX control in dot net | 04 Aug 2006 20:34 GMT | 1 |
Is it possible to create an OCX control in dot net? Are there any examples available? I want to create an OCX control for a web page. I know you can use a dot net windows control on the web page but there seems to be quite a few security
|
| Visual Source Safe | 04 Aug 2006 20:15 GMT | 8 |
Two Questions: 1. Can you install Visual Source Safe on one box and the database (the code) stored on another. I know there might be a degree of latency over the network, but we only have 3 developers.
|
| Enable a service for interaction with the desktop | 04 Aug 2006 19:22 GMT | 3 |
Hi! I've been trying to figure out how to enable desktop interaction support for windows services from within my vb.net code desperatly, but wasnt able to find anything useful. Does anyone know how to do this? Thanks in advance for your help!
|
| Exception Handling Approach ? | 04 Aug 2006 19:18 GMT | 3 |
I am developing a new project in which we should have a good Exception Handling. Ive seen there is a Exception Handling App Block in Enterprise Library, also I could use the Try-Catch structure itself... What would be the best Approach ?
|