So simple - and I have been racking my brain for hours. Thanks a million!
David Loring
Posts
-
DataRow question -
DataRow questionHi, I am new to c#, but I am a vb.net programmer. I have a line strLastServer = drowData["ServerName"].ToString; where strLastServer is declared string strLastServer = ""; I am getting an error on build: Cannot convert method group 'ToString' to non-delegate type 'string'. Did you intend to invoke the method? I looked at an article on this site which seemed to suggest what I was doing was OK, but.... What am I doing wrong?
-
Scanning a web pageI need to monitor a web page open in my browser and click a 'button' every x minutes, and if the page has changed, to pop up an alert. I have no idea if this is possible and would appreciate anyone's suggestions as to how this might be achieved. I am experienced in VB, and can understand C#. It would not be a problem if the program had to open the web page in a browser control within the program. Thanks.
-
how can use the keys ?You need to explain better what you are trying to do.
-
Setting Points in a Zed GraphThe details of how to do that are in the help documentation that comes with Zed Graph. I can't remember them off hand but you will find them there.
-
Changing the position of a column after the data has been loaded in DataGridViewI am sure there must be a way to do this, and maybe I am being a bit dim (david as stupid = true), but I can't seem to find the property I need. I cannot change the order of the data coming in from the stored procedure and I need to move the last column to one from the beginning.