| Thread | Last Post | Replies |
|
| intrinsic objects of .net | 09 May 2005 15:39 GMT | 1 |
What are intrinsic objects of .net is used in the application? thx
|
| dataview schema | 09 May 2005 15:03 GMT | 2 |
How do you read the schema of a dataview? I have a could of SQL stored procedures that are getting read into a dataview and I need to know what the strucutres are so they can be displayed to the screen properly.
|
| Is Microsoft phasing out MS Access as a development platform? | 09 May 2005 14:52 GMT | 2 |
Would love yo get all informed opinions and/or facts on the following: Over the last few weeks I have spent quite a bit of time reviewing all the Access and .NET stuff I could find on Microsoft.com. It's seems harder and harder to find much of anything about Access as a primary
|
| different between debug and release? | 09 May 2005 14:52 GMT | 2 |
Does anyone know what is different between debug and release? thx
|
| Go Live | 09 May 2005 14:30 GMT | 1 |
I am looking to distribute my .Net 2.0 app to a couple of computers. I have signed the Go Live liscense and can do the same for each computer that needs the app. But I haven't found anywhere to dowload .Net 2.0. Even after I signed the liscnense. I don't want to install VS 2005 ...
|
| Multi-Solution Model | 09 May 2005 14:21 GMT | 2 |
Does anyone know how to setup a multi-solution model?
|
| Please help me to create DLL in Visual Basic .net 2003 | 09 May 2005 14:13 GMT | 1 |
I am new in Visual Basic .net. I did not find any option to create DLL or ActiveX module. Please help me to create. Thanks in Advance, Ajith
|
| Please help me to create DLL in Visual Basic .net 2003 | 09 May 2005 14:11 GMT | 1 |
I am new in Visual Basic .net. I did not find any option to create DLL or ActiveX module. Please help me to create. Thanks in Advance, Ajith
|
| InvokeRequired and CreateGraphics | 09 May 2005 14:05 GMT | 2 |
Here is what the documentation of InvokeRequired says : "In addition to the InvokeRequired property, there are four methods on a control that are safe to call from any thread: Invoke, BeginInvoke, EndInvoke and CreateGraphics. For all other method calls, you should use one
|
| C# Timer control | 09 May 2005 10:46 GMT | 1 |
I have a timer control which writes to a file every 5 seconds but the application closes down before it gets to the second firing of the timer. How can i get the application to stay alive until the next timer interval comes around?
|
| Saving the state of UI | 09 May 2005 07:57 GMT | 1 |
User can adjust the size of columns of a table or the position of splitter in UI. We want these adjustments to be remembered when we restart the application. Currently, we are saving these adjustments by the user in an XML and saving that XML. We read the XML upon restart and make ...
|
| Remove Event Handlers in C#.NET | 09 May 2005 04:39 GMT | 3 |
I am currently working on C#. I need to temporarity add remove event handlers which i was done in VB.NET using Addhandler and RemoveHandler functions. How to do it in c#
|
| A field or property with the name 'Count' was not found... | 09 May 2005 02:08 GMT | 2 |
*Help* I have a collectionbase derived list binding to an ASP.NET Repeater control (I even added a sort method or two)... However:
|
| Simple string encryption (solution) | 08 May 2005 19:51 GMT | 2 |
This message includes a solution for encrypting and encoding a string into a "safe" character string that you can read or pass in ASP.NET querystrings, and then decode and decrypt it back to its original form. If you find it useful, please let me know.
|
| Automate screen scraping: How to programmically "push" a Login button on another web page? | 08 May 2005 16:20 GMT | 3 |
I'm hoping to write a utility program that will navigate to another web site, logon with my username/password, and download data automatically on a schedule. When I use HttpWebRequest to get the initial logon screen, there are
|