| Thread | Last Post | Replies |
|
| EventHandlerList question (1.1) | 09 Nov 2006 11:03 GMT | 4 |
I'm having a play with EventHandlerList but the documentation is a bit ropey and I can't find any decent examples. It also doesn't seem to do what I was led to believe it would. I was under the impression that windows.forms controls used EventHandlerLists because generally most
|
| How to? | 09 Nov 2006 10:04 GMT | 6 |
retrieve a Char representing a key value f.e. Keys.Control? I must place some keyboard Char into a keyboard buffer on button click.
|
| reg:stored procedure | 09 Nov 2006 10:04 GMT | 2 |
how to insert values into stored procedure.... using vb.net application.... if any one knows send me the sample code... for that insert query
|
| Is there a Query designer control | 09 Nov 2006 09:55 GMT | 1 |
I need to offer my users the ability to 'select' records, through a limited query selection. A bit like the Query deisgner available in the MS dev environments but a bit simpler. Is there a control or does anyone know of some existing code freely available that will accomplish ...
|
| am i overloading this function properly? | 09 Nov 2006 09:46 GMT | 3 |
Here is my code private void updateticks(TextBox textbox, CheckBox tickbox) { if (textbox.Text.Length > 0)
|
| Docked tabcontrol flickers on resize | 09 Nov 2006 09:45 GMT | 1 |
I have added a tabcontrol in windows form under c# 2.0 and docked it to FILL.then i kept a listbox on this docked tabcontrol .Listbox contains a collection of approx 10 strings as list items. Now when i resize the form whole listbox flickers..
|
| TreeView and node with long text | 09 Nov 2006 09:24 GMT | 1 |
Some nodes on my treeview could have (very) long text, and i was wondering if there was any possibility to have a "multi-line" node ? Thanks.
|
| What is wrong in this code? | 09 Nov 2006 08:36 GMT | 5 |
What is wrong in the code below? Adrian. using System; namespace ConsoleApplication2
|
| Difference between String and string | 09 Nov 2006 08:22 GMT | 4 |
does anyone know if the capital S make a difference? cheers Andy
|
| c# help for my asp.net page | 09 Nov 2006 07:24 GMT | 4 |
I am freelancer and designing a .net page. I require the syntax in C# for capturing the variable from carryover line in url eg: www.xyz.com/ccc.aspx?mid=12 how to capture this mid in c# and I have to use in my sql string along
|
| DLL compilation error - assembly strong name | 09 Nov 2006 06:25 GMT | 1 |
I have a project references a DLL(by Add Reference), so far so good. However, if I change my application from exe to a class library and also added a reference to that same DLL, I got a compilation error: "Assembly generation failed -- References assembly 'OrderController' does
|
| Destructors | 09 Nov 2006 06:06 GMT | 2 |
Can any body pls tell me in what order the destructors will execute. I'm having two classes and the object is of the derived class.
|
| Prune double slahes | 09 Nov 2006 04:06 GMT | 4 |
How can I prune double slashes from a string? <appSettings> <add key="pdfroot" value="p:\E-Switch Secure\PDF_dwgs\"/> </appSettings>
|
| Problem checking what the last line in a file is. | 09 Nov 2006 02:02 GMT | 3 |
Hi i'm trying to check if the last line in a file is equal to a string i'm comparing it with. I have the general idea of what I should be doing. Could someone take a look at the following and comment it or suggest improvements. As code
|
| am i overloading this function properly? | 09 Nov 2006 01:42 GMT | 6 |
private void updateticks(TextBox textbox, CheckBox tickbox) { if (textbox.Text.Length > 0) {
|