all groups > c# > april 2008 > threads for sunday april 13
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
Creating ToolStripMenu based on user rights
Posted by Andrus at 4/13/2008 7:38:50 PM
I have .NET 2 WinForms MDI application containing 250 ToolStripMenu items.
I need to make some submenus invisible and individual menus invisible if
user has no rights or insuficient level of access. This can be determined at
menu creation time.
Possibilites:
1. Modify WinForms designer gen... more >>
help - i have a question with xsl
Posted by Julie Smith at 4/13/2008 4:41:56 PM
I apologise in advance for asking here. I know its a C# newsgroup, but i
regard this newsgroup as one of the best to come to for dev help.
I want to do this in xsl:
<xsl:if test="true"></tr></xsl:if>
However, i get an error regarding the </tr> part not having the initial tag.
How do i do ... more >>
LINQ dataContext methods - should you put business logic there?
Posted by Andy B at 4/13/2008 4:13:05 PM
I was just wondering, when you create dataContext methods, should you put
business logic there to try and minimize pushing data through 2-3 layers of
code? or should the business logic still go in another class somewhere
making it access the dataContext methods?
... more >>
linq vs. dataSet?
Posted by Andy B at 4/13/2008 2:12:52 PM
Is it more practicle to use linq instead of a dataSet for sql access? It
seems like it would take up less resources and less code. Any ideas on this
subject?
... more >>
using OUT in a method
Posted by Pascal at 4/13/2008 9:58:44 AM
hello everybody !
I get this error 3 times : "The output parameter must be assigned before
the control leaves the current method" (dor dMin and dMax)
this one 1 time : Use of the parameter 'out' is not assigned 'dMax'
This is my first steps in C#: i can't manage(understand) this error.
I ... more >>
citrate de sildenafil soft en France dans commande cialis corpus commander cialis en France en ligne aucune prescription citrate de Tadalafil bon marc
Posted by muggle21480@googlemail.com at 4/13/2008 8:58:01 AM
citrate de sildenafil soft en France dans commande cialis corpus
commander cialis en France en ligne aucune prescription citrate de
Tadalafil bon marche canada cialis us usa a vendre generique pharmacie
en France
+++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++
+
ACHET... more >>
threads (background worker) question
Posted by csharpula csharp at 4/13/2008 7:29:22 AM
Hello,
I got a question regarding the usage of background worker.
How can I run few threads via background worker with different objects
as parameter each time.
I understood that I can't do this:
for (int i = 0; i < inputNum; i++)
{
string param = i.ToString();
bw.RunWorkerAsyn... more >>
complex List<> sorting
Posted by Tem at 4/13/2008 12:24:34 AM
I have an Interface InterfaceBase, and two classes Type 1 and Type 2 that
implements InterfaceBase
Class Type1 has a string property Title
Class Type2 has a string property Title and an int property Ordering
List<BaseC> list
I would like to sort the list by the value of Ordering (Type 1'... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Operator ?
Posted by MBSoftware at 4/13/2008 12:18:22 AM
Someone can explain me the meanings of the ? operator applied to
declarations like that i found...
private Point? startPoint;
if i delete the ? the compiler gives me some errors but i don't understand
what's the use of ? in that declaration position...
help me please
... more >>
linq? what is it useful for? and where are some good tutorials/how to's?
Posted by Andy B at 4/13/2008 12:08:10 AM
Ok, I have seen linq mentioned before as well as seeing it online and in
vs2008 a few times here and there. What is it, what is it useful for, and
are there any good walkthroughs/tutorials on using linqToXml and linqToSQL?
... more >>
|