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
~380.93K People Reached
Favorite Tags

419 Posted Topics

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 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 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
5K
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
7K
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
351
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
458
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
253
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
584
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
410
Member Avatar for <M/>
Member Avatar for james.lu.75491856
0
690
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
325
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
98
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
89
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
289
Member Avatar for Sammys.Man

Probably an empty cell. try: `if Not String.IsNullOrEmpty(DataGridView1.Rows(i).Cells(4).Value.ToString()) Then tot += Convert.ToDouble(DataGridView1.Rows(i).Cells(4).Value)`

Member Avatar for TnTinMN
0
148
Member Avatar for nik701a

Perhaps something like this, where "ellispse1" in the name of the ellipse you defined in XAML. private void button1_Click(object sender, RoutedEventArgs e) { Ellipse copyel = EllipseCloneProperties(ellipse1); // set your positioning properties canvas1.Children.Add(copyel); } private Ellipse EllipseCloneProperties(Ellipse source) { Ellipse clone = new Ellipse(); foreach (System.Reflection.PropertyInfo pi in typeof(Ellipse).GetProperties()) { …

Member Avatar for nik701a
0
3K
Member Avatar for maurices5000

Have you tried the documentation? [System.Web.UI.WebControls Namespace](http://msdn.microsoft.com/en-us/library/8bhzsw6t.aspx) [System.Windows.Forms Namespace](http://msdn.microsoft.com/en-us/library/k50ex0x9.aspx)

Member Avatar for ddanbe
0
170
Member Avatar for Papa_Don

You will likely get several techniques for doing this. Here are two that I find preferable. Public Class Form1 Sub LaunchForm2() Dim f2 As New Form2 f2.needVariable = 2 ' pass as property f2.ShowDialog() End Sub Sub LaunchForm3() Dim f3 As New Form3(3) ' pass in constructor f3.ShowDialog() End Sub …

Member Avatar for Papa_Don
0
221
Member Avatar for frontier6444

> Can anyone tell me if this is possible? Yes it can be done, but you may not like dealing with some of the after effects of doing it. First you need to get the correct window handle using the API function FindWindow with the proper class name. For Word …

Member Avatar for frontier6444
0
521
Member Avatar for J_Joose

Here are some articles you may want to investigate: http://answers.microsoft.com/en-us/windows/forum/windows_vista-security/access-denied-to-hard-drive-and-security-tab/2b3a4276-f078-4c67-9867-085d10765b28 http://www.blogsdna.com/2159/how-to-take-ownership-grant-permissions-to-access-files-folder-in-windows-7.htm

Member Avatar for benmar
0
496
Member Avatar for tendaimare

>Report.Database.Tables(1).SetDataSource rs, 3'>>> Where the error shows up If "1" (the only subscript there) is out of range, are sure that that should not be: `Report.Database.Tables(0).SetDataSource rs, 3

Member Avatar for imBaCodes
0
726
Member Avatar for Sammys.Man

>Conversion from type 'DataRowView' to type 'String' is not valid. try something like this: `TextBox1.Text = CType(ComboBox1.Items(ComboBox1.SelectedIndex), DataRowView).Row("FieldName").ToString()` or `TextBox1.Text = CType(ComboBox1.Items(ComboBox1.SelectedIndex), DataRowView).Row(#).ToString()` where # is the zero based column index of field you want.

Member Avatar for TnTinMN
0
1K
Member Avatar for rishif2

perhaps this article can help you. http://visualbasic.about.com/od/quicktips/qt/vb6pack_deploy_wiz2.htm

Member Avatar for TnTinMN
0
133
Member Avatar for sayakc5

Also make sure that your application is compiled as a 32-bit application (x86).

Member Avatar for TnTinMN
0
119
Member Avatar for kimangel

I am not going to try and figure out where your logic went wrong, but rather I am going to show you a different way. Date values are store as Doubles that are referenced to a base value. These values can be either added to or subtracted from and the …

Member Avatar for kimangel
0
196
Member Avatar for GrimJack
Member Avatar for sagar.patole1

If the datagridview is backed by a datatable filled from something (a database query), then something like this would work. // make a datatable to simulate a table filled from a database DataTable dt = new DataTable(); DataRow r ; dt.Columns.Add("item", typeof(string)); dt.Columns.Add("quantity", typeof(decimal)); dt.Columns.Add("weight", typeof(decimal)); r = dt.NewRow(); r[0] …

Member Avatar for sagar.patole1
0
567
Member Avatar for dusto

>I still get my catch message box. At this point I'm not really sure what is happening anymore... Comment out the Try-Catch statements and let the debugger show you where the error is occuring. Inspect the variables and see if they are what you would expect. For some guidance on …

Member Avatar for tinstaafl
0
177
Member Avatar for IT_Techno

Your file is open with the filestream object when you try to open it via `Proc.Start();`. At a minimum, add `FS.Flush();` after writing out the bytes to flush the buffer to disk. Preferably, close the file before calling `Proc.Start(); `.

Member Avatar for IT_Techno
0
4K
Member Avatar for treasure2387

It is called a property. see: [Properties (C# Programming Guide)](http://msdn.microsoft.com/en-us/library/x9fsa0sw.aspx)

Member Avatar for ddanbe
0
127
Member Avatar for savedlema

> If I'm not mistaken, these user-scope settings will not be there when the application is restarted. You are misktaken. User-Scoped settings would be pretty useless if they could not be saved. The default is for them to be saved on application shutdown, but you can also issue the statement …

Member Avatar for Reverend Jim
0
351
Member Avatar for Sammys.Man

>for example in VB.net .... > >but in C# this doesn't seem to work, i can hide the form fine (this.hide();) but when in the second form i cannot recall the form (form1.show();) as it doesn't seem to exsist, but i tested it by taking out the .hide(); and it …

Member Avatar for TnTinMN
0
187
Member Avatar for yuvjeeth

> If you just try to open the vb6 project in vb10 it should automatically start the conversion wizard. It will take you through the conversion and ask you if you want to see the resulting log file when done. In my experience it does a decent job of converting. …

Member Avatar for Reverend Jim
0
383
Member Avatar for <M/>

Actually!! Watch a so-called news broadcast in the US with one of their airhead reporters and count how how many times they use use the word; ACTUALLY. . ex. We are actually on the scene of an major accident. The police have actually asked the public to stay away. We …

Member Avatar for <M/>
0
476

The End.