all groups > c# > december 2005 > threads for saturday december 17
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Right shift operator
Posted by ERE at 12/17/2005 11:33:57 PM
Pardon me if this has been asked a million times -- but I thought that
because of generics, the right shift operator was supposed to change with C#
2.0. I thought it was supposed to change from ">>" to "> >", to distiguish
it from nested generics.
But I've been using VS2005, and when I put... more >>
querying for properties that has implemented an attribute ?
Posted by KK at 12/17/2005 9:14:55 PM
Hi,
I apply a custom Attribute to several properties
in a class. There are about 15 of those. I want
to know how I can programatically get ONLY those
properties that I have applied my attribute.
What I want is rather than calling those 15 attributes
like;
Object.Prop1
Object.Prop2
Obj... more >>
Find form menu color/height
Posted by MuZZy at 12/17/2005 5:04:57 PM
Hi,
I'm trying to find a way to find out a form menu height/color as i think
it changes depending on various Windows settings.
I need to create a form of height/color of form menu so that i can place
it over without user noticing it.
Thank you,
Andrey... more >>
Image Click working before Page Load
Posted by Varangian at 12/17/2005 2:22:31 PM
How can I make a Image Click working before Page Load event?
The Problem I'm getting is that I'm loading an ImageButton dynamically
from a Web User Control. How can I make the Web User Control
ImageButton return a value to the main Page ?
Thanks and sorry for already posting this...
... more >>
Launch application after setup is complete
Posted by Joe at 12/17/2005 12:42:23 PM
I created a CustomAction for this but I don't think I have it in the right
place. I tried both Install and Commit but neither allow it to get to the
final screen.
Are there any examples of this anywhere?
Thanks,
Joe
... more >>
C# listview and database update question
Posted by Jason Huang at 12/17/2005 11:33:08 AM
Hi,
In my C# Windows Form MyForm, there's one ListView control listView1 in the
MyForm.
The ListViewItem in the listView1 MATCHING EXACTLY the data in a SQL Server
database table Customer.
e.g.,
Serial ID Name
----------------------------
1 123 John
2 125 Marry... more >>
(Hard one,any expert out threre ? ) Create object from string ? add webcontrols dynamically on page.
Posted by jesper_lofgren NO[at]SPAM yahoo.se at 12/17/2005 11:06:56 AM
Hi there,
I have some webcontrols that i want to add dynamically on a page. I
have stored the path / namespace in database (ex
MyNameSpace.WebControls.Control1) to the class/webcontrol.
Lets say i have a column in database that looks like this.
PageID (int) Webcontrol (varchar)
... more >>
C# Windows form, Excel template
Posted by Jason Huang at 12/17/2005 9:55:50 AM
Hi,
In my C# windows form project, how do I use an existing Excel 2000 as a
template?
Thanks for help.
Jason
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to insert a user control into DataGrid control??
Posted by mohanaranga NO[at]SPAM gmail.com at 12/17/2005 3:12:48 AM
Hi all..
Can anyone tell me is there any way to add a User control page
into a Datagrid?? If not possible please tell me the reason why it
is.....
Thanx in Advance.
Mohan.
... more >>
DEEP copy of ArrayList containing RichTextBoxes ...
Posted by Esmail Bonakdarian at 12/17/2005 2:13:35 AM
Hello,
I am relatively new to C# but like it.
I have run into a problem to which I haven't been able to find
a solution despite looking.
I have an ArrayList that contains several RichTextBoxes (via Add())
I am trying to create a second ArrayList with this information,
but I want to make ... more >>
|