| Thread | Last Post | Replies |
|
| creating a Web Service from a WSDL file | 06 Aug 2007 16:21 GMT | 2 |
I've got a WSDL file that I need to use to create a Web Service from, I have managed to create the client side of the app using the generated .cs file that WSDL.exe creates. Does anyone know how I can create this Web Service from the the WSDL file?
|
| How to make bold part of a label? | 06 Aug 2007 16:16 GMT | 8 |
How to make bold part of the text in a Windows.Forms.Label? Thank you.
|
| Working with rows in a dataset | 06 Aug 2007 16:11 GMT | 1 |
public Form1() { InitializeComponent(); string xml = "C:\\WirelessXML.xml";
|
| IN trying new Microsoft Visual Studio 2008 Beta2,I need an update program... | 06 Aug 2007 16:10 GMT | 2 |
There are so many tags in the html pages of the aspx files that it would be very neccessary for me if Microsoft had an updating program of those pages in my project, or I will be spending months to go back and forth to figure out what is now required in this new version of
|
| how to make chkdsk? | 06 Aug 2007 16:02 GMT | 4 |
how can i make my own chkdsk without using the dos commands?
|
| Help needed for a TopMost form, but INSIDE my MDI application.... | 06 Aug 2007 15:20 GMT | 1 |
In my .NET 2.0 Winform application, I would like to display sometimes a "Wait/Progress From" on top of every other forms. I can do that by setting "Form.TopMost" to true. . My Problem is : when I minimize the application (or put it in background),
|
| GetMethod() returns null | 06 Aug 2007 14:23 GMT | 1 |
I need to call method by its name as string. To test it I created the following sample but GetMethod() returns null. Why ? Andrus.
|
| how link to windows update? | 06 Aug 2007 14:22 GMT | 2 |
how can I make my application gets updates using the vista windows update?
|
| What makes a method non-debuggable? | 06 Aug 2007 13:42 GMT | 2 |
I got a few classes generated by a tool (wsdl.exe) that are somehow 'hidden' from step-by-step debugging. I've added some methods to the classes, and would like to be able to step through them, but the debugger steps over the methods. Why is this happening? Gustaf
|
| Objects referencing each other | 06 Aug 2007 13:34 GMT | 2 |
I need to have two objects referencing eash other. Something like this: class Planet { private Moon m_Moon;
|
| record mp3 file from internet radio | 06 Aug 2007 13:10 GMT | 3 |
i want to develope a small application saving mp3 files from internet radio broadcast. can anyone help me? does anyone know a good article about it!
|
| XML as configuration files | 06 Aug 2007 12:20 GMT | 1 |
I would like to create a small application which will use a XLS file as database. for that purpose, i was thinking to use XML files as configuration files for my application in order to make it more flexible.
|
| tags - how to? | 06 Aug 2007 12:13 GMT | 2 |
i have seen the tags became popular now in many sites and blogs, last i have seen it in the qna.live.com and i want to know to deal with it? is it just a text file or database entry.. can anyone explain tags please..
|
| Type conversion Syntax | 06 Aug 2007 11:24 GMT | 9 |
Are there any important differences between the following two ways to convert to a type?... where 'important differences' means something more profound than a simple syntax preference of the developer. x = someObject as MySpecificType;
|
| Calling back to a specific object | 06 Aug 2007 10:54 GMT | 3 |
I have a question on implementing a callback function. Suppose I have a main class which contains a static class to communicate with a remote server. I also have an array of objects in which each of them can call and receive
|