Click here to Skip to main content
15,892,537 members

Languages

Videos on Languages

Discussions

by on Saving and obtaining custom objects to/from...
by on tip/trick "VB.NET - Dynamically Resize and...
by on technical blog "Creating WSPR Message in C++"
by on Article "Remote Desktop using C#.NET"
by on Optimizing integer divisions with Multiply...
Please Sign up or sign in to vote.
14 Dec 2009kokeb Lemma
:-D Hi there ,I want to be member of this project
Please Sign up or sign in to vote.
19 Nov 2009eyobis 2 alternatives  
Brothers, i needed a c++ code that counts the term frequency of a given document. This term frequency code should count each words in a document and tell how many times each word is repeated. Can u help me out with this. Please, i need it and it is urgent.....Thank u
Please Sign up or sign in to vote.
19 Nov 2009Member 3684814 1 alternative  
Hi all  I need a scheme code for boxes and dots game. In theer any suggestion from somewhere Thank you
Please Sign up or sign in to vote.
16 Jan 2010fly904
Have you tried all the options found on this[^] page?
Please Sign up or sign in to vote.
15 Jan 2010Sushil Mishra 1 alternative  
How we connect Oracle10g with Visual basic .net ? please help
Please Sign up or sign in to vote.
15 Jan 2010thatraja
here you go man Connect Oracle10g with Visual basic.Net.It's just first link on google search.
Please Sign up or sign in to vote.
14 Jan 2010Christian Graus
wrote:String str = "update State set name='" + this.txtstatename.Text + "'where code='" + this.txtstatecode.Text + "'";This updates the data. IF you want to show a new record, you need to insert a new record instead. If you need to do an update, you need to keep version numbers in your...
Please Sign up or sign in to vote.
14 Jan 2010LukmanulHakeem.T 1 alternative  
In my project when I modify data in database and then displaying in WPF datagrid, the data displaying in datagrid in separate rowIt is not modifying in the same rowFor eg:When I modified Karnataka as Karnataka1, it is displaying in separate rowHow can I solve this problemAs follows...
Please Sign up or sign in to vote.
22 Oct 2018Member 13835405
In my case, I changed autoscroll option After I removed one row like this, tb1.RowCount = tb1.RowCount - 1 tb1.RowStyles.RemoveAt(tb1.RowStyles.Count - 1) tb1.AutoScroll = False tb1.AutoScroll = True and then it works.
Please Sign up or sign in to vote.
19 Nov 2009DaveAuld
You could try google to find ideas for what you want to do.Your best chance of a response on here is to first have a go yourself at writing the code, and when you get stuck with a particular element, come back with a specific example of what you have tried, and then someone may try and help.
Please Sign up or sign in to vote.
19 Nov 2009DaveAuld
Nobody will just give you the code, and also, it is only urgent for you and not the rest of the population!You basically want to open the document, and build an index of each word occurrence and populate its count.Have a go yourself, and then come back when you get stuck and provide specific