I am using Word automation to get the next word in a list to fetch data from database and display data with console.writeline. It only displaly the first item correctly and then keep display the s...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23249...
I want to fill an array with values from datareader using th get values() method , then, use this array to set the datarow's Itemarray property. But I don't know how to set these procedures in co...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23262...
I was wondering what would be a good backend for VB.Net that is also open source (free - no licensing issues).
http://www.experts-exchange.com/Programming/Languages/.NET/Q_23519139.html
As the title says, i'd like to display an AJAX style Rating control in a DataGridView Column.
It doesn't have to 'do' anything... Just display 'Stars'.
Currently my DGV is bound to a table that...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23585588.htm...
I have a blank HTML document in a Webbrowser control that I programmatically write HTML to.
I'd like to allow the user to directly edit the text in the control.
Any thoughts ?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_23597540.html
I've seen some posts advocating the use of the ItemClicked event for a ContextMenuStrip
Like this....
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22434357.ht...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23619143.htm...
Found this link re: Regular Expressions for UK Postcodes.
http://www.qwghlm.co.uk/blog/2005/09/08/a-better-postcode-regexp/
I need to generate random (yet valid) UK postcodes to test my app.
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23621862.htm...
A couple of Control Collection related questions...
If I have a Shape inherited from a Label control, can I add child controls (more Shapes) to it ?
I need to store the size and location of t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23755634.htm...
How do I set a tooltip on a toolstripbutton ?
Tried myToolTip.SetToolTip(myToolStripButton, "Test") but I get an error saying that ToolStripButton cannot be converted into type Control ???
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23800399.htm...
I have code that manipulates a collection of shapes (inherted from labels.)
I want to be able to 'cut' a shape (remove it from it's container) but retain it's properties so that I can 'paste' it...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23843897.htm...