Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #22.6K

9 Posted Topics

Member Avatar for Member #120589

Here are some of my favorite/favourite poems: http://clairenstreb.brinkster.net/Personal/poems.html And here are mine: https://soundcloud.com/clairestreb

Member Avatar for joseCRJ
1
557
Member Avatar for jed.brundidge

I think you want to add a select clause to line 14, use the result in line 18, and remove lines 15 and 16.

Member Avatar for clairestreb
0
172
Member Avatar for Snoring

Look at these, correct, and debug your code. If you are still having trouble, please tell us what you have tried and how you are stuck, such as what values you are getting. [Using the DataGrid Control](http://www.codeproject.com/Articles/9986/Using-the-DataGrid-Control) [C# DataGridView Tutorial]http://csharp.net-informations.com/datagridview/csharp-datagridview-tutorial.htm

Member Avatar for clairestreb
0
444
Member Avatar for maxpaine69

[Enabling And Disabling Validation based on IsEnabled Property](https://social.msdn.microsoft.com/Forums/vstudio/en-US/97100980-5ca1-4b46-a22a-88d025fe9bde/enabling-and-disabling-validation-based-on-isenabled-property?forum=wpf)

Member Avatar for clairestreb
0
190
Member Avatar for Johnson Antony

My advice to you is to: 1. Read the standard documentation, which clearly states that ...CurrentCulture = new CultureInfo(...) "is a per-thread setting that determines the default formats for dates, times, currency, and numbers, the sorting order of text, string comparisons, and casing. The CurrentCulture property is not a language …

Member Avatar for clairestreb
0
511
Member Avatar for batoolhussain

https://www.daniweb.com/software-development/vbnet/tutorials/_/58 http://www.vbtutor.net/vb2010/index.html http://www.tutorialspoint.com/vb.net/

Member Avatar for JorgeM
0
95
Member Avatar for tbzserge

I would do this: for int iRow = 1 to 100 for int iCustomerPartNumberCol = 1 to 100 'Examine cell to see if it contains "CustomerPartNumber" next iCustomerPartNumberCol next iRow Once you find a matching cell for "CustomerPartNumber", you have found the row your headings are at and also the …

Member Avatar for clairestreb
0
149
Member Avatar for hello_2

1. At the top of your code, you should always use Option Explicit 2. After that, add this comment: 'Requires Project Reference "Microsoft VBScript Regular Expressions 5.5" 3. And 'Requires Project Component "Microsoft Internet Transfer Control 6.0" 4. Replace your code with the following Dim iFile As Integer Dim dsource …

Member Avatar for clairestreb
0
199
Member Avatar for Pradnya_1
Re: vb6

Also, please title your post to describe your question. For example, for this post, you could have used "Labels to textboxes".

Member Avatar for clairestreb
0
84

The End.