Posts
 
Reputation
Joined
Last Seen
Ranked #108
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
98% Quality Score
Upvotes Received
176
Posts with Upvotes
137
Upvoting Members
77
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
61 Commented Posts
~371.97K People Reached
Member Avatar for Duki

>I'm not sure if this product is even sold in the mid west or west coast. It's a Cargill product. http://www.shadybrookfarms.com/Contact.aspx Who knows where it originates from. Looks like the pink stuff that they were selling as hamburger meat.

Member Avatar for Dani
22
17K
Member Avatar for vegaseat

Hey, hey, hey — don't be mean. We don't have to be mean. 'Cause, remember: no matter where you go... there you are. --- Buckaroo Banzai

Member Avatar for Reverend Jim
15
13K
Member Avatar for gahhon

Have you tried the example in the documentation? [Click Here](http://msdn.microsoft.com/en-us/library/system.windows.forms.cursor(v=VS.90).aspx)

Member Avatar for Asanka_1
0
2K
Member Avatar for karlcunanan

I may be mistaken here, but under VB2010 Express you can use the ReportViewer control, however you will not have design time support for either the control nor the Report. The only way I have been able to make this work is to add the control to the Form via …

Member Avatar for psychi_beavis
0
3K
Member Avatar for marky101

It's really pretty simple. Steps: 1. Goto your Report in design view and hit the F4 key to bring up the property window for the report. 2. You need to define a ReportParameter. Click on the elipsis next to the ReportParameters field in the property windows. This will bring up …

Member Avatar for Karunya_1
1
4K
Member Avatar for jeha0

The short answer to most of your questions is: Yes it can be done. I prefer to use a DataTable for the data source. Here is an example of how to set the needed properties to produce my interpretation of what you are looking to accomplish. If you have any …

Member Avatar for ddanbe
0
2K
Member Avatar for TnTinMN

I have just seen a resurrected thread about issues with loading images to a PictureBox and the inability to delete the file while the program is running. There was no clear explaination of the problem, only suggested hacks and apparent frustration. So I thought I would offer this explanation from …

Member Avatar for J.C. SolvoTerra
0
6K
Member Avatar for TnTinMN

I am posting this in response to those who ask about replacing the webbrowser (WB) control’s default browser. You cannot ask the WB control to use a different browser, it is hardwired to use the current version of Microsoft’s Internet Explorer that is installed on the target computer. It may …

Member Avatar for Jim_8
1
3K
Member Avatar for abelLazm

Granted. Now what are you going to do about that burning sensation south of the beltway. I wish for a cute friendly animal that will grant my every wish.

Member Avatar for James_40
8
9K
Member Avatar for ddanbe

Hi ddanbe, I'm glad you found a new toy to play with. :) You may find these examples useful: Samples Environment for Microsoft Chart Controls[Click Here](http://archive.msdn.microsoft.com/mschart) The chart control was also made available for .Net 3.5 as a separate library. Microsoft Chart Controls for Microsoft .NET Framework 3.5[Click Here](http://www.microsoft.com/en-us/download/details.aspx?id=14422)

Member Avatar for ddanbe
0
3K
Member Avatar for awesomelemonade

Let's see. You posted that two days ago, so the answer is because you were not born yesterday. :) If one is too big for their britches, does that mean they need to lose some weight?

Member Avatar for Slavi
1
2K
Member Avatar for <M/>
Member Avatar for Bensirpent07
3
1K
Member Avatar for Gobble45

Here is an example that you can follow to read in the DBASE file. It is slightly different than the method you are using. Dim ofd As New OpenFileDialog With ofd .Filter = "DBASE File (*.dbf)|*.dbf" .Multiselect = False .CheckFileExists = True End With If ofd.ShowDialog() = Windows.Forms.DialogResult.OK Then Dim …

Member Avatar for Mary Grace_1
0
3K
Member Avatar for Programmer629
Member Avatar for jephthah
Member Avatar for iAssistant

> It's like if you take all your money out of the bank and start spending it. You might feel rich but in fact you are rapidly getting poorer. Is that along the lines of: it gives you that warming you get after wetting youself that ultimately turns into a …

Member Avatar for Stuugie
0
4K
Member Avatar for CooRay

Try changing: `MainForm.WebBrowser1.DataBindings.Add("Url", ds.Tables("item"), "link")` To: `MainForm.WebBrowser1.DataBindings.Add("Url", ds.Tables("item"), "link", True)` This enables formatting of the value which invokes the property's TypeConverter.

Member Avatar for philippeslim
0
347
Member Avatar for iFrolox

> What i had in mind was saving it as ini file, encrypting the file to another extension, and encrypt it to binary, but to do that i would use the special folder in the AppData, is there a better way for me to save the arrays and encrypt it …

Member Avatar for DreamForLives
0
440
Member Avatar for jhai_salvador

I wish you the best of luck with this. If MS does finally see the light and provide an update, I hope that they also will have the sense to draw the line on the .Net side of things and admit that it is not a natural progression from VB6 …

Member Avatar for sten2005
3
244
Member Avatar for benscomputers

Hi, Since you are a student, I wanted to show you two other methods for reading a text file as you have described. The second one is just for fun; I would not recommend it. For your needs the ReadAllLines method shown by Jim is fine, but if the file …

Member Avatar for jeremy.lawrence.7587
0
1K
Member Avatar for TechxRay

So that is what they teach! Augh!!!!!!!!!!!!!! If you have a block of code that needs to be called by multiple event handlers, it is best to define that code block as a separate method (subroutine) and call it as needed. Something like this pattern. Private Sub RadioButton1_CheckedChanged(ByVal sender As …

Member Avatar for NeilR
0
568
Member Avatar for ddanbe

Hi ddanbe, Fun little program. It reminded me how much fun I had drawing geometric shapes back in the dinosaur days when PC's were a curiousity to most. It inspired me to see how much I have forgotten. :) It took a while but is finally gelled in my mind …

Member Avatar for ddanbe
1
4K
Member Avatar for monching

Here is a novel concept to try. [9.1.3. Date and Time Literals](http://dev.mysql.com/doc/refman/5.0/en/date-and-time-literals.html)

Member Avatar for shashikumar s g
0
3K
Member Avatar for ComputerFirstAde

The newer office file formats such as "docx" and "xlsx" are in reality zip packages containing the files that define the contents in "XML" format. These can be created using: [Open XML SDK 2.0 for Microsoft Office](http://www.microsoft.com/en-us/download/details.aspx?id=5124). You can view the "XML" content of an office file by renaming it …

Member Avatar for BigFatMama
0
397
Member Avatar for <M/>
Member Avatar for james.lu.75491856
0
684
Member Avatar for Anark10n

In addition to rubberman's comment: you are summing in "coursesCount:, but comparing "courses". Is this the logic you intended?

Member Avatar for rubberman
0
322
Member Avatar for anisha.silva

Really? The first search result link has it. http://www.bing.com/search?q=Porter+Stemming+Algorithm&form=IE8SRC&src=IE-SearchBox

Member Avatar for sally ja
0
94
Member Avatar for robnederland

There is not much info here to offer advice on, but the basic pattern could be something like this: Dim strm As IO.Stream = IO.File.OpenRead("pdfText.txt") Dim sr As New IO.StreamReader(strm) Dim line As String Dim trimchars() As Char = {" "c} Do While sr.Peek <> -1 line = sr.ReadLine() If …

Member Avatar for G_Waddell
0
1K
Member Avatar for TnTinMN

Would be possible to have a new category added to Software Development for MS Office macros (VBA)? Right now these types of questions often get asked in the VB.Net forum. The best match available is VB4/5/6, as VBA is a VB6 dialect, but this also not a good option as …

Member Avatar for pritaeas
0
88
Member Avatar for Tarwit

I am going try to rephrase your question and ask that you confirm whether or not it matches your ultimate goal. You have two lists of of numbers. One of the lists is longer than other and it contains all the values in the shorter list. You need to create …

Member Avatar for TnTinMN
0
286