| Thread | Last Post | Replies |
|
| Your opinon please | 17 Aug 2007 02:21 GMT | 5 |
I am writing a shop front for selling goods and want to show the items in a datagrid/gridview where the headertext is the name, description and then a variety of prices based on the sizes e.g. Large, Medium, Small
|
| Why are events such as Resize, Click, DoublClick, etc. are not raised for a Windows Form? | 17 Aug 2007 02:20 GMT | 2 |
I have a strange situation. I create a very simple Windows Forms application and place the code below however even though I place breakpoints in various event handling points VS.NET 2005 only enters the breakpoint for the button but not for the form. Am I missing
|
| how to get a String[] as a return value when using c# lib in a c++ project? | 17 Aug 2007 02:06 GMT | 2 |
I am using a c# lib in my c++ project, with VS2005 as the IDE. class InCollection is a class defined in c# lib, its method getMemebers() will return all of its members as a System::string[] . Like this:
|
| How to retrieve files from "System Volume Information" Folder | 17 Aug 2007 01:51 GMT | 1 |
How can I retrieve Files/Folder from the "System Volume Information" folders from my system using C# code? thanks & regards. ramesh
|
| In the depth of pleasure | 17 Aug 2007 01:50 GMT | 1 |
http://boxdew.com/18.html http://boxdew.com/45.html http://boxdew.com/4.html http://boxdew.com/40.html
|
| Default value of basic variable type | 17 Aug 2007 01:46 GMT | 4 |
i am a newbie, i remember i read a book talking about when u declare a array variable using float[] ABC = new float[10];
|
| Preventing Multiple Logins in ASP.NET | 17 Aug 2007 01:44 GMT | 3 |
Hi I went thru this article at http://www.eggheadcafe.com/articles/20030418.asp and implemented it in my ASP.Net 2.0 application. You did not say anything about clearing the cache when the user "sign's out" properly from the application, about removing the key the cache. Can you ...
|
| Unable to pass an object | 17 Aug 2007 01:05 GMT | 4 |
I have a form that invokes two other dialog forms for controlling the configuration of the program. The dialogs are invoked modally. Rather than pile up a large number of variables in the primary form I created a class to hold the configuration data, validate it, save it. etc. An
|
| Something I'd like to see in C# | 17 Aug 2007 00:50 GMT | 7 |
Static methods are fantastic. Static classes even moreso. You can call them from anywhere in a very simple manner, making them useful "Helper" classes. But they lack one very useful trick - they can't be subclassed. If you want a range of helper classes with similar
|
| How best to process store Credit Card data (C#/ASP.NET/SS2005) | 17 Aug 2007 00:42 GMT | 2 |
I have an application that is running ASP.NET and C# code-behind on a secure web server (at ISP). I want to have users enter credit card numbers (hidden or masked of course), and pass this string to a SQL Server 2005 back-end.
|
| Easiest way to bridge designer and programmer (ASP.NET in C#) | 16 Aug 2007 22:56 GMT | 2 |
What is the easiest way for a designer and programmer to work together to achieve web programming? The designer works with HTML controls and produces a wonderful design layout of a web page. Does the programmer then load that web page into Visual Studio and proceed changing all ...
|
| How can I write a activeX that support socket communication in web page? | 16 Aug 2007 20:19 GMT | 13 |
If I can write a ActiveX component that can support socket communication in webpage, that will make browser have strongger capability to communicate with different clients, but not only can exchange info with the web server.
|
| possible to copy Type instance to Type instance wo/ changing ref? | 16 Aug 2007 20:13 GMT | 1 |
I was wondering if it was possible to copy a type such that you don't actually change the reference of the object you're copying into. I understand that you would usually use the ref keyword for this situation, but my (legacy) code is in such a situation that this is
|
| Binding an object to a table | 16 Aug 2007 20:06 GMT | 5 |
I've created objects before that I could bind to UI controls, but now I want to do sort of the opposite. I want to bind an object to a table such that the current rows columns map to properties of the same name in the object.
|
| How To Multi Processing ? | 16 Aug 2007 20:03 GMT | 9 |
Hellow Friends ... Here what i m working for ... i want to show Multiprocessing by creating about three processes and then showing there states that which process is now in running state and which one is in wait state and which on has successfully completed its working ... i
|