Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17960 - 17990 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17960
Hi all, can anybody tell me whats wrong with this ? .... public partial class CustomPropertyGrid : PropertyGrid { public CustomPropertyGrid() { ...
itslz
Offline Send Email
Jun 2, 2008
1:32 pm
17961
I want to generate a custom control with WPF that can be moved by the user (like a window inside my "Page" object, i have the following code: In XAML: <Label...
Carlos de Luna
cdelunasaenz
Offline Send Email
Jun 2, 2008
4:00 pm
17962
Hello, I have two (real more that two) function. I want to make a dynamic call of function. Something like this. void function A1() void function A2() void...
Petre Toma
syberye1977
Online Now Send Email
Jun 3, 2008
4:09 pm
17963
... How can I do this. ... -- list of function ... -- select function ... tempName is the name of function (A1 or A2 ... or AX) ... Thanks for help Petre ... ...
Petre Toma
syberye1977
Online Now Send Email
Jun 3, 2008
4:09 pm
17964
This function call a method by name. public object EseguiMetodo(object Oggetto, string Metodo, object[] Parametri) { Type Tipo = Oggetto.GetType(); ...
Luciano Bastianello
lbastianello
Offline Send Email
Jun 3, 2008
5:17 pm
17965
Hey all, Having an issue..not sure why..I have a form that a user enters data in, then it compiles an XML file and send data to a web service..but it doesn't ...
Kryss oroborus
kryssoroborus
Offline Send Email
Jun 3, 2008
5:41 pm
17966
Hi Petre, You can use delegate (similar to C function pointer) delegate void myVoidDelegate(); myVoidDelegate AGeneral; if (conditionA1) { AGeneral = new...
Steve Wong
stevewonglc
Online Now Send Email
Jun 3, 2008
7:32 pm
17967
youv'e probably already tried this but any way go to the solutions exporer, delete your object reference and re add it. ... From: Kryss oroborus...
Charles Chatman
charleschatman
Offline Send Email
Jun 3, 2008
7:33 pm
17968
Debug that part and find who is null, maybe the context is not filled and you have to do an extra step... Greetings ... De: Charles Chatman...
Carlos de Luna Saenz
cdelunasaenz
Offline Send Email
Jun 3, 2008
10:27 pm
17969
Put your code(the part where throw the exception) in try catch block . You might missig an exception which system expecting . I faced same error message some...
Nandu Menon
nandakumarpb
Offline Send Email
Jun 4, 2008
1:04 am
17970
Hi, But in this case I have to use case or if. I want to avoid this model -- list of function void function A1() void function A2() void function A3() ...... ...
Petre Toma
syberye1977
Online Now Send Email
Jun 4, 2008
3:43 pm
17971
May be you could give try to the following options : 1. Multi cast delegate 2. Reflextion - Invoke Method 3. Design Pattern - Command Petre Toma...
NIhal Singh
nihal777
Offline Send Email
Jun 4, 2008
3:43 pm
17972
Thanks for help, i use "Reflextion - Invoke Method" Petre ... [Non-text portions of this message have been removed]...
Petre Toma
syberye1977
Online Now Send Email
Jun 6, 2008
10:48 am
17973
hi u can call that function using delegate in c#. sachin sharma ... From: NIhal Singh <nihal777@...> To: CSharpNET@yahoogroups.com Sent: Wednesday, 4...
Sachin Sharma
sachin.sharma04
Offline Send Email
Jun 6, 2008
10:49 am
17974
What's the code at line 273? Turn on line number and paste the a few lines above and below line 273 in ... e) +273 regards, an ... in, ... doesn't ... the ... ...
jigglypsyduck
Offline Send Email
Jun 6, 2008
10:49 am
17975
Hi ALL I have sql 2005 installed in my machine but I am not ble to find if it is a server or a client. Other than the memory is there any significant...
mohammad aslam
seeas2002
Offline Send Email
Jun 9, 2008
2:55 am
17976
I'm a .NET hobbyist learning to program on the .NET framework. I chose C# as my first language. I'd like to get a better foundation of OOP. Any...
joelsy81
Offline Send Email
Jun 9, 2008
4:03 am
17977
Dear all, Is there anyone have experience develop SMS App with Multi Modem GPRS from Multi Tech System ? How to set delivery report become regular SMS with...
Surya A. Saputra
email2saputra
Offline Send Email
Jun 9, 2008
7:07 am
17978
Hi, What you want to tell with is a server or a client ? I know that sql server is only server (have many type/configuration; enterprise, sql express). The...
Petre Toma
syberye1977
Online Now Send Email
Jun 10, 2008
9:08 pm
17979
Dear Fellows.. &nbsp; here is the library of very nice and knowladgeable books..(http://www.apress.com/) &nbsp; Wishing u all the best &nbsp; M.Iqbal Software...
Muhammad Iqbal
iqbal_iub11
Offline Send Email
Jun 10, 2008
9:09 pm
17980
... it is a server or a client. ... the both. ... Yahoo! group at http://in.promos.yahoo.com/groups/ ... Hi, it can only use one processor, there is also a...
peter_bredenberg
peter_breden...
Offline Send Email
Jun 10, 2008
9:09 pm
17982
Dear Chris, probably there's something null in ... Either WSEService.RequestSoapContext is null or requestContext.Security.Tokens is null use try catch block...
Nouman Zakir
nouman203
Offline Send Email
Jun 10, 2008
9:10 pm
17983
Hello Everyone, I'm building a 3 tier'd web application using c#, asp.net 2.0 and VS2005. I have a FormView control that has 3 templates that I'm using, the ...
Neil Squires
greaterdesig...
Offline Send Email
Jun 11, 2008
7:38 pm
17984
================================================================== I have a webservice its webreference is in a class library project, I call a method from...
realhossam
Offline Send Email
Jun 12, 2008
11:45 am
17985
Actually the Dietel books for various languages are pretty good to start with. 'C# for Programmers' is pretty basic but it gave me a good start a few years...
rmtaylorjr
Offline Send Email
Jun 13, 2008
1:35 pm
17986
Hi everyone, I figured out a solution. In the stored procedure, I included the related text fields from the lookup tables and added the fields through the DAL...
Neil Squires
greaterdesig...
Offline Send Email
Jun 13, 2008
7:19 pm
17987
Hello Folks, Is it possible to by pass boxing+ unboxing in type conversion.? Actually.. i have a design a generic type converter with out using boxing+...
Tarun Jain
world_of_tarun
Online Now Send Email
Jun 14, 2008
5:51 pm
17988
If I understand you correctly, given your requirements, that's not possible. You want a generic type converter, I assume that will accept any type and covert...
Vapordan
vapor_dan
Offline Send Email
Jun 14, 2008
10:00 pm
17989
I have an Ethernet AC power controller that exposes an interface which recognizes the protocol used by the perl LWP:UserAgent class. I have a perl script that...
Mike Dodd
doddm2001
Offline Send Email
Jun 16, 2008
3:32 am
17990
Jagdeep, I found an excellent book that will help you with that problem, this book shows you how to integrate PayPal and other payment processors. Check out:...
kevinwlemon
Offline Send Email
Jun 16, 2008
3:34 am
Messages 17960 - 17990 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help