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...
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...
... 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 ... ...
This function call a method by name. public object EseguiMetodo(object Oggetto, string Metodo, object[] Parametri) { Type Tipo = Oggetto.GetType(); ...
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 ...
Hi Petre, You can use delegate (similar to C function pointer) delegate void myVoidDelegate(); myVoidDelegate AGeneral; if (conditionA1) { AGeneral = new...
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...
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() ...... ...
hi u can call that function using delegate in c#. sachin sharma ... From: NIhal Singh <nihal777@...> To: CSharpNET@yahoogroups.com Sent: Wednesday, 4...
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 ... ...
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...
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...
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...
Dear Fellows.. here is the library of very nice and knowladgeable books..(http://www.apress.com/) Wishing u all the best M.Iqbal Software...
... 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...
Dear Chris, probably there's something null in ... Either WSEService.RequestSoapContext is null or requestContext.Security.Tokens is null use try catch block...
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 ...
================================================================== I have a webservice its webreference is in a class library project, I call a method from...
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...
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...
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+...
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...
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...
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:...