I use ResourceManager.GetString Method to get a string from a resources file. The problem comes when I try to put new line inside the string. Get string returns the text like this
...
I have two spearate solutions that needs to be deployed to one machine. One solution is WEB Service and the other is NT Service. It is required, that I create one installation package for...
I have a class that has some properties.
Behind thouse properies stand member variables of different types. Now I have the task to serialize them to a database.
the text1 is not a memeber of the From but of the UserControl.
That is why I wanted to pass a reference of the userControl to the form. But it seems that the 'Me' pointer is type...
That is the problem, suppose that in the project I have the usercontrol and one form. On the usercontrol I have a textbox. When the form is displayed, is it possible that I manipulate the textbox on...
I created an ActiveX control that has a user control and a form.
the problem is that I cannot figure out how to pass a reference of the user control to the form so that when I have the...
How about a winsock control and UDP protocol. Each time a seat state is changed the station that is affected broadcast message, all others are updated.
I quite agree that SQL statements are efficient way to manipulate data when you have a powerfull SQL server at hand.
However I do not refer to tables. I refer to disconnected...
What I wanted was to copy fields from one recordset to another. The recordsets are identical and they are disconnected. I do not want to modify the tables in the database, but just the recordsets in...
What I need to send is events. I.e when some action happens in one of comuter, all other must receive notification along with other infomration about the event. A table for messages may do the job...
I am trying to create a network enabled application. That would mean that it will have a database server and one or more instances of my app running on different machines. The problem is...