| Thread | Last Post | Replies |
|
| ScrollableControl Problems | 01 Oct 2006 00:49 GMT | 6 |
I'm trying to create my own control derived from ScrollableControl public partial class qViewer : ScrollableControl{ public qViewer() { VScroll = true;
|
| Is C# really better than VB 2005 | 30 Sep 2006 12:55 GMT | 3 |
Can someone please enlighten me. I hear different things. Some suggest that the difference between the languages in terms of capability and versitility has really narrowed down to a point where it does not make any difference which language you use. Some suggest that
|
| hWnd in .net? | 30 Sep 2006 01:34 GMT | 1 |
As an ex-vb6 developer, I used to just do something like me.hWnd or button1.hWnd to get or pass the handle to that item. I noticed it missing now in vb.net. How does one do this in .net? TIA
|
| How to dynamically display entries made into a growing log file | 29 Sep 2006 21:46 GMT | 2 |
Happy Friday everyone!!! I am working on a windows service and a C# application and needed some help with certain functionality. Please read through my issue below. Thanks!
|
| ASP.NET web farm with Oracle - design and deploy | 29 Sep 2006 21:29 GMT | 1 |
We have a web application running on classic ASP, where the session is maintained in the Oracle DB, so every page redirect/form submit can switch servers without any problem we are looking now at writing a .NET application on the farm using same
|
| C# Regular Expressions | 29 Sep 2006 19:07 GMT | 6 |
I have a series of number that need parsed. Strip the zeros, if a caret exists replace it with a slash. 1.) 000123^2 - should be 123/2 2.) 1^2 - should be 1/2
|
| is there syntax error in my code | 29 Sep 2006 18:33 GMT | 3 |
I am getting squggly blue on (i==1) as well as on d. class Program { static void Main(string[] args)
|
| string variables in C# | 29 Sep 2006 18:30 GMT | 2 |
In the following code, I am getting a compile error saying that use of unassigned local variable d. Can anyone help? ----------------------------------------------------------------------------------------------
|
| string variables in C# | 29 Sep 2006 18:27 GMT | 6 |
In the following code, I am getting a compile error saying that use of unassigned local variable d. Can anyone help? ----------------------------------------------------------------------------------------------
|
| Exception Layer? | 29 Sep 2006 17:25 GMT | 1 |
As i have said before i am new to the 3-tier architecture and so far, i have wrote quite a bit for both my DAL and BLL. Now one thing i want to sort out is exceptions. Should i just create an exception class within each layer? That way
|
| how to zoom | 29 Sep 2006 17:15 GMT | 1 |
I'm developing windows application using c#.net (vs 2003), i've placed several images (picture boxes) in panel control and i want to zoom the panel control so that the images and text which contained in the panel control has to be zoomed and i want to work on that zoomed portion ...
|
| Datagrid not displaying new column | 29 Sep 2006 16:17 GMT | 1 |
The problem I am having is in one of the datagrids I added a new column. When I run the application data is not shown in the new column. I am using VS.NET 2003 and am connecting to a sql database(Oracle 10g). Before adding the new column the other fields show up. The other ...
|
| how to run SQL Script on server | 29 Sep 2006 15:32 GMT | 1 |
dear all i am using ASP.net ,c# and SQL server 2000. i have create all table, stored procedure .views in my application which is running well in localhost but now i want to deploy it on server. for that pupose i need to create all table, stored procedure, views on the domain ...
|
| Mysterious perf problem...could it be Date.Now? (long post) | 29 Sep 2006 14:23 GMT | 2 |
We've developed a seismic-data processing app in VB.NET 1.1 which runs on XP Pro using SQL2K. Like all seismic data apps, it deals with HUGE amounts of binary data (we use NTFS sparse "flat files") ... a typical user will have a 20 Terabyte raid array.
|
| Adding files to Assembly | 28 Sep 2006 23:16 GMT | 2 |
Hello .NET Sages, Question. What is the meaning of adding say, an XML file to a project, next to a .CS file (not that it matters). Does that mean the XML file becomes a part of
|