I have a Windows Forms application. I would like to be able to print a form where the form contains a list. I would like the entire contents of the list to be printed, not just the currently visibl...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22597380.html
Zones:
C#Date Answered: 05/30/2007 Grade: B Views: 0
I am having trouble getting the logon user function to work. I am attempting to access a share on a network computer. The account I am using is a local account on the manchine - Not a domain accou...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23154081.html
Zones:
C#,
.NETDate Answered: 02/12/2008 Grade: B Views: 175
I have been developing a windows forms application in vb.net. All of a sudden when I hit debug the application acts as if it is starting and then it just returns to the development state. Any sug...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23306...
I am currently trying to serialize a custom class however I am getting a much larger Byte array than i would expect. In an effort to diagnose the issue I replaced my class with an Int16 object. I w...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23315116.html
I have a simple C# Windows form application that has a "Get Data" button which, when pressed, retrieves some data from a website and displays it on the form by assigning the string values retrieved...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23449784.html
What is the best way to have one C# application show and focus to another C# application hidden in the taskbar with a notifyIcon? I would like to do this on startup, if the application is already ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23479780.html
Hi,
Let me start by saying that I am new to MS forms application biulding, also, I have no previous experience with the so called "ref class" and handles (the "^" sign).
I'll first describe w...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Windows_Forms/Q...
I have a public windows form that has 36 buttons on it, all named button_1 ... button_36 respectively.
When the button is pressed, it calls a routine in another module that passes a number corres...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_23736748....
I cannot seem to get this command to return data, an anyone tell me what I am doing wrong?
SqlCommand queryCommand = new SqlCommand(string.Format("Select * from table where Account = '{0}'", txt...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23797140.html
Zones:
C#Date Answered: 10/30/2008 Grade: A Views: 12
Greetings,
I just converted a .Net Windows Form App from version 2002 to 2005. The conversion process resulted as follows:
Converted: 1 ( MyWindowsFormApp.vcproj )
Not Converte...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Windows_Forms/Q...
Zones:
.NET,
C++Date Answered: 01/17/2008 Grade: A Views: 0