| Thread | Last Post | Replies |
|
| Proxy layer between application and sqlserver | 03 Nov 2004 00:33 GMT | 1 |
hello, I have a application that connects to sqlserver to get the job done. I am looking for something that will act as an inbetween
|
| date format | 02 Nov 2004 23:27 GMT | 2 |
endDate = Format(Now(), "yyyymmdd") this should retirn 20041101 but it returns 20043601. What is problem? Thanks Jim.
|
| msde how to use? | 02 Nov 2004 20:10 GMT | 3 |
Hi there, I have my vs.net installed on Windows XP platform and with msde installed. The thing is that msde is so unlike sql svr and comes with no gui front end tool for you to create and monitor your schema and data. I am baffled as to how to use it. Thanks for your help.
|
| ImageList VisualStyles | 02 Nov 2004 19:04 GMT | 1 |
when i enable visualstyles in my c# app (vs2002) and follow the code with application.doevents periodically my images do not show whilst using imagelists. i have even added images to toolbars and treeviews from embedded resources at runtime . is there any way i can force the ...
|
| Help with C# code | 02 Nov 2004 18:40 GMT | 3 |
I have the foll code in a class. using System; using System.Data; using System.Data.SqlClient;
|
| Problem with Chinese | 02 Nov 2004 18:29 GMT | 1 |
With the following page aspx I try to translate one my page from English to Chinese, using UTF8, the result Is that the Chinese characters do not come read correctly, if instead I insert directly the address
|
| HtmlSelect control | 02 Nov 2004 17:58 GMT | 1 |
I have a problem with a HtmlSelect control that I am loading dynamically in javascript. Here is my code: <asp:DropDownList id="MyDropDownList1" onChange="LoadContent(this);" runat="server">
|
| Adding another EXE to a windows service | 02 Nov 2004 16:27 GMT | 2 |
I created a windows services with an msi file. I have another small vb.net exe that I would like to install when I install the windows service. I tried to create a merge module for the exe, and added it to the windows
|
| Tool for identifying open connections | 02 Nov 2004 15:24 GMT | 1 |
Is there any tool/utility that identifies not closed connections? Thanks, Roy
|
| Converting an MSIL exe file to a native exe file? | 02 Nov 2004 13:18 GMT | 3 |
Is there any way to convert an MSIL exe file (the kind created by visual studio .net) to an exe file that will run on microsoft windows computers without the net framework? Thanks,
|
| How to put Excel Chart onto VC++ .NET Windows Forms? ERROR!!! | 02 Nov 2004 12:34 GMT | 3 |
Esteemeed Developers, Please do allow me thank You in advance for your sincere guidances. I am facing problems while Putting Excel Chart 10.0 Component onto VC++ .NET Windows Forms.
|
| .NET Limitations when implementing UML | 02 Nov 2004 12:04 GMT | 6 |
I am currently working as an Analyst on a .NET Web Project using ASP.NET and C#.NET. I have a couple of, at least what should be, quick questions: 1. My understanding of UML says that the Controller classe of a Sequence
|
| set to yesterday | 02 Nov 2004 10:59 GMT | 2 |
This is today, startDate = Format(Today(), "yyyyMMdd") How can I set startDate to yesterday? Thanks, Jim.
|
| Owner Draw TreeView / ListView ? | 02 Nov 2004 09:57 GMT | 1 |
I just discovered C# w .NET does not support owner draw for TreeViews and ListViews (.NET 1.1). Is there a good workaround? A Google search yielded nothing - or at least nothing easy. Will a future version contain this capability?
|
| How do I tell what products have been updated on DVD's in subscrip | 02 Nov 2004 07:15 GMT | 3 |
When replacement DVDs are sent in a monthly update, what is the easiest way to tell if any of the software products I have installed have been changed/updated on the new DVDs? Or are updates only made via service packs or new product version numbers?
|