We have a ReST Web Service that uses POST - to insert data into database (unmarshall data from XML), and GET to retrieve data (marshalled into XML).
An XSD is used to create Java objects to marshall/unmarshall data to and from a database. We kind of froze the XSD as it is, because we thought...
I appreciate what you guys are saying, but what Im doing is pretty non-standard - it invloves COM classes and .NET wrappers and this causes all kinds of nastiness. The way I see it - I can only use statics, but then again I dont think this will work anyway, I just dont see how an instance...
well, the static method populates the string variable, but when does the instance method know when to show the message box? - it needs to know as soon as the variable is populated and then show the message box.
Hi
I know my problem will invariably involve something to do with delegates and/or events, but I'm not exactly sure how to implement them at the moment.
The basic problem -
1) I must somehow find out when a static method in my class is triggered by some other object.
2) The static method...
This is rubbish - how can MS make such a big song and dance out of this functionality and even have it on the their certification exam!!! - and it does not work! Amazing!
I have a 2 forms - parent and child.
The parent has a property related to a label control, like so:
[Category("ToggleFooLabel")]
[Description("Set whether label is visible or not")]
public bool ToggleFooLabel
{
get { return lblFoo.Visible; }
set { lblFoo.Visible = value; }...
Hi,
This is going to be a dumb question - but Ive just started Python today (from a C# background), using PythonWin too. I know how to programme fine in C#, so this environment is all a bit wierd to me.
Can someone give me a heads up to get a simple program working.
I just want to copy a...
Hey guys - This is so much more than I expected!! thanks for your contributions - I am going to put them to the test and take it from there, but it has put me on the right track anyway
- so thanks to
Jason Meckley and AlexCuse who took the time to come up with some very worthy solutions...
This is a problem I have been trying to figure out - but I guess because I'm not so good with maths - Im always on the back foot - so maybe (hopefully) there is someone out there who could come up with a snazzy algorithm to do the following - as fast as possible really - as speed is the issue...
Hi,
Just wondering if there is a way I can access all my values held with my core startup project Properties.Settings file - from other projects/dlls in my Solution, as I have many errors saying:
The name 'Properties' does not exist in the current context C:\fooProject\bar.cs
TIA
Simon
I find videos easier to digest - and it just gives extra confirmation on how to do things right. Have now found some decent ones on SourceForge, but I was wondering if anyone has found better?
http://sourceforge.net/project/showfiles.php?group_id=200662
These are just tutorials for Java, but...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.