| Thread | Last Post | Replies |
|
| Web services Basics | 23 Sep 2005 20:36 GMT | 1 |
I need to send some data from my app to a remote server. So, after some searches, I found the best way would be to use web services (unless you can suggest me other ways). The data sent will be like 100 bytes once a week, so not a big load.
|
| DataGrid Display | 23 Sep 2005 19:53 GMT | 3 |
What would be the best way to make change how the DataGrid displays data based on the values of the dataset bound to it? I know I can create DataGridTableStyles, but this really doesn't seem to be affected by the data. For example, in the grid itself I have set alternating ...
|
| System.Timer problem | 23 Sep 2005 19:01 GMT | 1 |
I have a application that uses the system.timer object. My big problem is when the application starts, fire the elapsed event. In the form_load event, i use the try command and inside this, make the elapsed time equal to 10000. So, only after 10 seconds, should the
|
| How are .NET control IDs assigned for controls? (_ctl0_...) | 23 Sep 2005 18:30 GMT | 1 |
Are control IDs dynamically assigned each time a page loads for .NET controls? So, if there's a text box which has been assigned the ID "_ctl0_txtName" and I refer to that name in javascript, might the ID change at some point in the future to something like "_ctl5_txtName"making ...
|
| Move away from a database, into dll | 23 Sep 2005 18:18 GMT | 2 |
I am dealing with an existing application that has a large set of static data in a SQL database. It is actually a set of code that has been ported into different languages and into different applications many times. We would like to consolodate this so that there is only one ...
|
| Help with comp creation | 23 Sep 2005 17:18 GMT | 3 |
I am trying to follow the same structure as the MS Application Blocks for my local stuff. I am trying to create an application block to process payments which I'll hand out to other developers in my company. I created the project Company.Application.Payment and in that project I ...
|
| Create DLL, import in main application | 23 Sep 2005 16:58 GMT | 1 |
I have a main application here and developed 2 modules as DLL files, which will be updated from time to time. The main application ships without the modules so i want to be able, to put the module DLLs in application folder and call them from the main
|
| Dual Monitor | 23 Sep 2005 16:19 GMT | 2 |
I have an appliction which has two form winodow in C#. i want to see these window in Simultaneously.This application should supports dual monitor. one window is one monitor and another window is in another monitor
|
| TreeView problem | 23 Sep 2005 14:56 GMT | 1 |
If TreeView1.SelectedNode.Text = "" Then msgbox "ok" Else msgbox "not ok"
|
| To which free dev environment stick for C# Windows form programming learning? | 23 Sep 2005 14:16 GMT | 1 |
I'm learning C# .NET programming by using the first Visual Studio .Net version (2002?) just 'cause my office bought it just when released. But after that we did not bought newer versions. I'm looking for a free development environment that supports .NET 1.1 and the 2.0 when ...
|
| Dear Mr Gates, A suggestion to make the CLR Ubiquitous | 23 Sep 2005 14:07 GMT | 3 |
Check out the article titled : Dear Mr Gates, A suggestion to make the CLR Ubiquitous at http://dreams2text.blogspot.com/
|
| How do I get a reference on the Installation Dir? | 23 Sep 2005 13:34 GMT | 1 |
C# Is there a way I can retrieve the installation directory from within my code? I have a config file which gets dumped into the instal dir when they instal, and in my code I need to get to that file. At the moment I am having
|
| How is this done | 23 Sep 2005 12:43 GMT | 1 |
If I create a COM+ component and host it in Enterprise Service how do I access it from a 1. VB.Net program on another computer? 2. a .net webservice on another server?
|
| I am confused now.... | 23 Sep 2005 09:40 GMT | 8 |
I was just asigned a project and was doing some research and am now confused with Enterprise Service, Remoting and Web Services. Now I am not sure which will be benificial to my project. I need to create and expose a component to process credit card payment and log the details to ...
|
| Retrieving Printer informaiton | 23 Sep 2005 09:21 GMT | 3 |
Does anyone know how I can write a program to retrieve information about printers. Not the print queues but the physical hardware printer. I want to retrieve info such as pages printed. If anyone has a sample program or can point me in the right direction that would be great.
|