Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Accessing control on one form from another14 Sep 2007 03:11 GMT3
I have a form with a listview and an edit button named Form1.  When
the edit button is clicked, a dialog box  containing some textboxes
should appear and the textboxes should be filled with data from the
currently selected listview item.  The dialog form is called FormEdit.
Making a method public14 Sep 2007 01:34 GMT4
I'm new to C# and was wanting to access a method in the main form from
another form
frmMain has a method as such:
public void AddNewForm(string s, int Id)
Cross-thread operation not valid14 Sep 2007 01:11 GMT4
I get a cross-thread operation not valid error while trying to draw
shapes within an UART data receive event.  From reading some of the
posts, I gather is becuase I did not draw the shapes within the thread
that created the windows form.  Currently, I am bypassing this by
Maximum object size14 Sep 2007 00:02 GMT3
At some time in the distant past I had an insufficient memory problem that
resulted as an artifact of there being a maximum allowable size for any
single object in Windows. In the case that I recall, I had an array that
exceeded the threshold. I still had plenty of physical ...
Simple WinForm ( Not Responding ) Refesh Issue C# 2.013 Sep 2007 23:27 GMT13
hello again,
I have a WinForm that can process 100s to 1000s of images.
On the WinForm I have a progress bar, a Label  and a Button.
when I click on the process button the progress bar works fine/refreshes
DataSet Usage13 Sep 2007 22:52 GMT2
I've been struggling with the best way to use a DataSet in the application
I'm laying out.  To start, I'm new with DataSet's and MS SQL.  I'll start by
describing what my goals are:
I have a form that will have a list (grid) of items from Orders.  This list
How Implement IList Generic Interface13 Sep 2007 21:36 GMT7
I am trying to inherit the Generic IList<T> interface to form the
typed collection of objects of type T. Following is my sample code,
Public Class Record
{
static class libraries?13 Sep 2007 20:43 GMT2
hello. I'm new to making separate class libraries for my projects.
can you make a separate class library of a public static class ? with public
static methods ?
or is that not possible because in order to access a class library you need
Anonymous Methods scope question13 Sep 2007 20:36 GMT3
In one of my asp.net applications, I create a series of checkboxes, set
their properties, and give them an "onChecked" event handler on the fly
using an anonymous method. The code looks like this:
protected void Page_Load(object sender, EventArgs e)
Old Dos Program from asp.net website13 Sep 2007 20:32 GMT1
I have a requirement to execute a legacy DOS program from within an
ASP.NET Website.  I have it working in my sandbox machine but when I
put it live and select the option via asp:button the site simply
refreshes and no new window with said DOS application appears.  The
How to reassign event handler at runtime13 Sep 2007 20:17 GMT2
My code assigns event handler at runtime:
/*ListView*/ lv.RetrieveVirtualItem += this.MyHandler;
This line can be executed several times with the same list box and different
handlers (to be exact, the same handler coming from different instances of an
WaveInOpen13 Sep 2007 19:59 GMT3
I have a problem with function WaveInOpen.
The function gives ERROR CODE 11  - MMSYSERR_INVALPARAM.
Shall you help me please?
Any sugestion?
Towards Understanding BeginInvoke()13 Sep 2007 19:58 GMT2
What all does the delegate class' BeginInvoke() do?
I have been reading up on it, and it appears to me that it does the
following:
1. creates a new thread
Web reference13 Sep 2007 19:33 GMT2
I have a .net projecte that has a Web Reference. That project is off site.
When I brought the project to my office and want to create a new project
that need the same web reference, I cannot add the web reference because I
cannot browse to it. There must be a way to do this by ...
Hatspin.com rejects 10 figure offer from MS13 Sep 2007 19:29 GMT2
We are offering $2000 USD for the best website developed with www.hatspin.com
Are you up to it??
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.