| Thread | Last Post | Replies |
|
| .net framework for other platforms? | 14 Jun 2005 21:25 GMT | 6 |
Are there .net frameworks for other platforms? I am talking about Mac, Linux/Unix, etc.? A few months ago the president of our company read some PR that indicated one of the benefits of the .net framework was that you could write an app
|
| Is there a way to copy (backup) open or protected files using VB.N | 14 Jun 2005 20:59 GMT | 4 |
For example the files in a computers windows directory and profile directory that the application is running on.
|
| DataSet and DataRow Question | 14 Jun 2005 20:46 GMT | 1 |
Let's say I have a DataRow that I got from DataSet "A". Can I modify the data in the DataRow and add it to a new DataSet "B" and have it update the same datasource? I hope this makes sense. Yosh sorry for the multiple post but I wanted the post in this newsgroup
|
| ZIP & UNZIP File | 14 Jun 2005 20:11 GMT | 1 |
hi, alls Is there method to support ZIP/UNZIP in VS.NET 2003 Which name space can be used? Is there any smaple?
|
| What are Debug and Release Exe's | 14 Jun 2005 19:08 GMT | 2 |
In the directory Structure in a .NET solution I have noticed that there are three different Executables. One in the bin sub-directory, One in the obj/release sub-directory
|
| Registering a COM Server using C# | 14 Jun 2005 17:55 GMT | 2 |
I was using VC++ earlier to register COM Server programmatically. What i do is I use LoadLibrary(Desired COM DLL), then GetProcAddress("DllRegisterServer"), and then call that function using the function pointer that GetProcAddress returns. How do i do that in
|
| document download asp.net | 14 Jun 2005 16:45 GMT | 1 |
Hey guys, I'm not sure what category this falls under but here is my question. I have an asp.net site in which a repeater control shows documents that can be downloaded. I would like to make it so a double click is required to begin
|
| Why do I get this Result in (655.55-655)*100 =54.9999999999955 ?? | 14 Jun 2005 15:45 GMT | 3 |
655.5555-655 =0.555500000000052 (655.55-655)*100 =54.9999999999955 Visual C# 2003
|
| distorted fonts and incorrectly sized windows | 14 Jun 2005 15:16 GMT | 5 |
we have been developing several .NET-based windows forms applications during the last two years. there are two mysterious display problems that we have encountered so far but have been unable to find any information about: 1. distorted fonts. when placing label controls on forms or ...
|
| IPAddress::Any vs. IPAddress::Broadcast | 14 Jun 2005 15:11 GMT | 6 |
What is the difference between IPAddress::Any and IPAddress::Broadcast when being using by a TCPListener class?
|
| How do you access the value of a cell in a Windows form datagrid? | 14 Jun 2005 12:07 GMT | 2 |
How do you access the value of a cell in a Windows form datagrid? I know this is how you would do it using an ASP.NET datagrid: DataGrid1.Items[1].Cells[1].Text However, "Items" is not available in the Windows Forms datagrid.
|
| Access to MdiParent Controls in VB.Net | 14 Jun 2005 11:14 GMT | 2 |
Good Day, I have a programming problem and need some help/advice. I have a MdiParent Form that has a tool bar with icons on it. I have a child form that needs set the toolbar enabled property to FALSE. Currently, I have the following syntax in my main module when running the ...
|
| PLEASE HELP! Sending Faxes via Internet Programmatically?? | 13 Jun 2005 23:42 GMT | 5 |
I have a very specific problem and hopefully there is a solution out there for me. I have a folder with thousands of Excel documents. Each of these documents has a header with the destination phone number in a specific
|
| Printing Labels Fast on Elton printer | 13 Jun 2005 22:59 GMT | 2 |
My program right now generates USPS style shipping label using System.Drawing.Graphics. It works fine except that the printer prints really slowly. I want to make my program take advantage of true type fonts. So I assume it's possible to send Font Type and the text to the printer ...
|
| Free Beta not free? | 13 Jun 2005 21:04 GMT | 6 |
I received an invitation card with a magazine for a "free" copy of Visual Studio 2005 Beta 2. The card says "Enter this code and receive free shipping." I went to the specified site, www.microsoft.com/getthebetas, and after I entered all of the
|