| Thread | Last Post | Replies |
|
| Serial number protecting. | 13 Jul 2007 07:32 GMT | 3 |
Could you please advice the serial number protecting method for software product ? Thank you very much! Best regards,
|
| SQLClient Parameter Bug? | 13 Jul 2007 05:46 GMT | 2 |
Is this a bug? SqlClient Parameters collection Prior to the following snippet a set of parameters were declared and added to the parameters collection.
|
| read the values from a excel row | 13 Jul 2007 05:40 GMT | 1 |
I am trying to read the values from a excel row. There are 89 columns for each row and same number of data in each rows. Kindly help regards
|
| Date limitation.( trail software ) | 13 Jul 2007 05:03 GMT | 2 |
About the date limitation software ( trail software ) If user change their system time/date, is the limitation still work? It seems we need to write something to registry index, does Windows OS fine for us to add it ? is there any issue.
|
| [deprecated] string Enum.ToString | 13 Jul 2007 04:46 GMT | 2 |
Intellisense tells me in creating the first MessageBox below that string Enum.ToString is deprecated. Is the preferred method shown in the second MessageBox below? What is the preferred method to convert enum to string? private void button3_Click(object sender, EventArgs e)
|
| question about listview dynamic control needed to handle changing | 13 Jul 2007 04:21 GMT | 1 |
I have a executable winforms application I would like to change. I use quite a number of listview controls in my main form. I dump about 15 columns of data into a couple of listviews. This data comes from classes that implement Ienumerable ...
|
| custom listview object | 13 Jul 2007 03:52 GMT | 1 |
I would like to add some additional custom features to the listview, like cell editing. The created object will be added to the form as part of the GUI, and it should be able to handle events. I will create a class which conains the listview. Should I inherit this
|
| Exception: A socket operation has encountered a dead network | 13 Jul 2007 03:38 GMT | 11 |
I am a beginner to socket programming to in c#. I know the concepts as to how to program them. I get the above exception when i tried writing the code for the server side on the line tcpListener.Start() when i passed the localhost ip and port no. 4000:
|
| form problem | 13 Jul 2007 03:07 GMT | 1 |
I have a form1. It has a textbox1. I created another form2. I want to grab the value of textbox1 of form1 into form2. I am doing like this In form2 form1 myform = new form1();
|
| Pop up a message with a URL. | 13 Jul 2007 02:23 GMT | 3 |
Could you advice how to: 1. Pop up a message, I remember it is called messagebox.show() in VB6. How to do it in VC#? 2. I want add a URL inside the messagebox, is that doable? How ?
|
| treeview | 13 Jul 2007 00:50 GMT | 1 |
Hi, Im using two forms, thanks to your help yesterday I resolved my first problem. I open form1, from a menu I choose a task which loads form2 which contains a treeview. O i expand each node until I get to the last one, select this and form2 closes, with data bieng used in
|
| GDI+ error with lots of PictureBoxes | 13 Jul 2007 00:48 GMT | 6 |
I'm trying to create a Windows app with a clickable index of images within a local folder. Within a loop I've got:- PictureBox pb = new PictureBox();
|
| Setup + dll problem | 13 Jul 2007 00:18 GMT | 1 |
Hello... I create a setup application and distribute it to the clients for testing. This package contains some DLL files that are installed onto the users Program Files directory (eg. c:\program files\xxx\myDLL.dll). This DLL now is supposed to function in a certain manner.
|
| calculate threshold | 12 Jul 2007 23:34 GMT | 1 |
here we have aa limited broadband internet accounts, 5GB, 10GB and 15GB. I want to calculate the total threshold to monitor the internet usage using C#?
|
| Listing User rights assignments in local security settings | 12 Jul 2007 22:18 GMT | 1 |
Hey ,, I wanted to List user rights assignment programmatically using c#.. the function should list the privilege and the user it has been granted to. I think it can be done using PInvoke . Is there another
|