Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Visual Basic .NET | Forum profile

Forum profile page for Visual Basic .NET on http://www.vbforums.com. This report page is the aggregated overview from a single forum: Visual Basic .NET, located on the Message Board at http://www.vbforums.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Visual Basic .NET" on the Message Board at http://www.vbforums.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: VBForums - Visual Basic and VB .NET Discussions and More! - Visual Basic .NET (site profile, domain info vbforums.com)
Title: Visual Basic .NET
Url: http://www.vbforums.com/forumdisplay.php?s=2997...
Users activity: 41 posts per thread
Forum activity: 823 active threads during last week
 

Posting activity on Visual Basic .NET:

  Week Month 3 Months
Threads: 823 2,783 7,225
Post: 2,899 11,012 29,917
 

Visual Basic .NET Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
jmcilhinney
348
user's latest post:
Little bug help
Published (2009-11-24 09:04:00)
Re: Little bug help If you want the splash screen displayed for something other than the default 2 seconds: http://www.google.com.au/search?q=Mi...ient=firefox-a __________________ 2007, 2008, 2009 Why is my data not saved to my database? | Communicating between multiple forms | MSDN Data Walkthroughs MSDN "How Do I?" Videos: VB | C# VBForums Database Development FAQ My CodeBank Submissions: VB | C# (ForumAccount has...
kleinma
106
user's latest post:
WebException : Remote Name could...
Published (2009-11-24 11:48:00)
Re: WebException : Remote Name could not be resolved Error A company that sends you emails require that you have mcafee firewall installed? Sounds a bit odd to me, but you may just have to deal with turning the firewall off when you need to test code that connects to the web. __________________ Using VB.NET 2008/.NET 2.0/3.5 * Please mark you thread resolved using the Thread Tools above PLEASE INDICATE WHAT VERSION OF VB YOU USE!!!!!!!!!!! *...
koolsid
96
user's latest post:
The Load Form when you press play
Published (2009-11-24 03:15:00)
Re: The Load Form when you press play Go to Project properties and setup form2 as your start up form Project properties is in the application tab. Go to startup object select the form you want to open first. __________________ A good excercise for the Heart is to bend down and help another up... Please Mark your Thread " Resolved", if the query is solved... '~~> If a post has helped you then Please Rate it! VB...
stanav
69
user's latest post:
Search from 2tables store query...
Published (2009-11-24 13:29:00)
Try something like this: vb.net Code: Dim query As String = "SELECT tab1.NumarMasina, tab2.DataOraPlecare, tab2.DataOraSosire, tab2.LocalitatePlecare, tab2.LocalitateSosire " & _                               "FROM tab1 LEFT JOIN tab2 ON tab1.IdMasina = tab2.IdMasina  "...
Shaggy Hiker
60
user's latest post:
3 questions
Published (2009-11-24 08:30:00)
Re: 3 questions I seem to remember some discussion about alternatives in a thread six months back or more, but I don't remember whether or not there was a function suggested that was significantly better. You could try searching the forum on GetPixel, but it was a long time back. __________________ My usual boring signature: Nothing
dunlop03
50
user's latest post:
Sliding Pane on Form
Published (2009-11-24 06:40:00)
Re: Sliding Pane on Form Try out this example m8 , you dont need 2 forms , check out this , i think this is what your looking for. Attached Files Slide Example.zip (230.8 KB, 2 views) __________________ dunlop03 ( Noob - Developer lol )
keystone_paul
48
user's latest post:
noob database problem
Published (2009-11-23 13:58:00)
Re: noob database problem What is "i"? You seem to be looping through each item in turn but within the loop referencing row i each time. How about Code: For Each Item In ds.Tables("data").Rows Dim str(1) As String Dim items As ListViewItem str(0) = Item.Item(1) str(1) = Item.Item(2) items = New ListViewItem(str) ListView1.Items.Add(items) Next __________________ The Hitchhiker's Guide to getting help...
Negative0
46
user's latest post:
Get the Console Application...
Published (2009-11-24 12:48:00)
Re: Get the Console Application arguments as 1 string Put it in quotes when you pass it to get it as a single argument or use String.Join: Code: String.Join(" ", args) __________________ Negative 0 Blog | RegEx | Encrypting UN/PW in Web.Config | Enabling ASP.Net on IIS 6 | Port Numbers | Creating GUIDs | Start->Run | Modifying the default class
Nicelydone
42
user's latest post:
Sorting an array
Published (2009-11-22 03:08:00)
Re: Sorting an array This isnt going to be helpful to the poster, but Im looking for an answer to this too. __________________ NicelyDone : The Visual Studio 2008 Newb There are 10 types of people in this world...Those who know binary and those who don't. *cough* Asimov *cough* I used to be a pro at HTML...Wait, nooooo! Epic fail
.paul.
42
user's latest post:
pictureBox and font file ???
Published (2009-11-24 06:55:00)
Re: pictureBox and font file ??? i don't think that's possible maybe someone else knows how __________________ if this helps, rate me irregular regions | my.settings stringcollections | listviews | drag form without titlebar | numericTextbox | keycodes | removing control properties | hotkeys | rtf printing | Paste VBCode - VS addin | Extended RichTextBox | iconWorks | readonly listbox | sort listview | screen capture | relational...
 

Latest active threads on Visual Basic .NET::

VBForums - Visual Basic and VB .NET Discussions and More!
Started 1 day, 20 hours ago (2009-11-24 13:29:00)  by stanav
Try something like this: vb.net Code: Dim query As String = "SELECT tab1.NumarMasina, tab2.DataOraPlecare, tab2.DataOraSosire, tab2.LocalitatePlecare, tab2.LocalitateSosire " & _ "FROM tab1 LEFT JOIN tab2 ON tab1.IdMasina = tab2.IdMasina " & _ "WHERE tab1.NumarMasina = @NumarMasina " & _...
Thread:  Show this thread (2 posts)   Thread info: Search from 2tables store query result in datagridview Size: 13 kb
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Search from 2tables store query result in datagridview :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
Started 1 day, 21 hours ago (2009-11-24 12:32:00)  by falcon02
Re: Time out Error Hi, If your talking about a SQL stored procedure can't you use Code: cmd.CommandTimeout = some number ? Last edited by falcon02; Today at 12:39 PM .
Thread:  Show this thread (3 posts)   Thread info: [RESOLVED] Time out Error Size: 1,060 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [RESOLVED] Time out Error :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
Started 2 days, 1 hour ago (2009-11-24 08:07:00)  by talimore
Re: Help with Management System Project, Searching a TXTfile&getting data... + more Forgot to mention, how do I delete an entry completely as well?
Thread:  Show this thread (3 posts)   Thread info: Help with Management System Project, Searching a TXTfile&getting data... +
more Size: 453 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help with Management System Project, Searching a TXTfile&getting data... +
more :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
Started 1 day, 20 hours ago (2009-11-24 12:47:00)  by Chameera
Re: Get the Console Application arguments as 1 string If I read you correct you want something like this vb Code: writeline ( args ( 0 ) & args ( 1 ) & args ( 2 ) & args ( 3 ) )
Thread:  Show this thread (4 posts)   Thread info: Get the Console Application arguments as 1 string Size: 1,604 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Get the Console Application arguments as 1 string :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
VBForums - Visual Basic and VB .NET Discussions and More!
Started 2 days, 10 hours ago (2009-11-23 22:45:00)  by Tealmad
Re: function with webbrowser control I was able to get this working. However, I had to do it thru two seperate steps. 1) Load the webBrowser1 object first with the URL of your choice. 2) Then load the RichTextBox1 object. Here is my code sample: vb Code: Private Sub Button1_Click ( ByVal sender As...
Thread:  Show this thread (6 posts)   Thread info: function with webbrowser control Size: 5,514 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: function with webbrowser control :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
 

Hot threads for last week on Visual Basic .NET::

Visual Basic .NET
Started 6 days, 22 hours ago (2009-11-19 11:23:00)  by Hack
Re: Error message when running an ungrade from VB6 to Visual Studio.net Moved From The CodeBank It would be helpful to know what code is causing it. __________________ Please use [Code] your code goes in here [/Code] tags when posting code. When you have ...
Thread:  Show this thread (24 posts)   Thread info: [RESOLVED] Error message when running an ungrade from VB6 to Visual
Studio.net Size: 2,374 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [RESOLVED] Error message when running an ungrade from VB6 to Visual
Studio.net :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual Basic .NET
Started 6 days, 17 hours ago (2009-11-19 15:59:00)  by BackWoodsCoder
Re: Creating Executables in VB Add a setup and deployment project to your solution and use that to build your .EXE's Maybe this will help you: http://msdn.microsoft.com/en-us/library/k3bb4tfd.a spx __________________ Where I'm from we only have one bit of advice for new comers...
Thread:  Show this thread (19 posts)   Thread info: [RESOLVED] Creating Executables in VB Size: 884 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [RESOLVED] Creating Executables in VB :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual Basic .NET
RE: Saving a game.. - 19 new posts
Started 1 week, 1 day ago (2009-11-17 20:14:00)  by jmcilhinney
Re: Saving a game.. How do most other games save their data? Not to a database. They generally have a specific file format and they save the data to a file. Windows even has a special folder for saved games these days, so you could use that, or you could use the App Data folder, the users Documents folder, or whatever. The file...
Thread:  Show this thread (19 posts)   Thread info: Saving a game.. Size: 3,623 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Saving a game.. :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual Basic .NET
RE: Fractions in VB - 17 new posts
Started 1 week, 1 day ago (2009-11-17 14:04:00)  by oyeioyei
Re: Fractions in VB Ayone????
Thread:  Show this thread (17 posts)   Thread info: Fractions in VB Size: 331 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Fractions in VB :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual Basic .NET
RE: Listbox help - 17 new posts
Started 6 days, 20 hours ago (2009-11-19 13:11:00)  by kleinma
Re: Listbox help Some examples on how to do this here http://www.vbforums.com/showthread.p...string+list box and here http://www.vbforums.com/showthread.p...string+list box they both illustrate the same technique. __________________ Using VB.NET 2008/....
Thread:  Show this thread (17 posts)   Thread info: Listbox help Size: 3,450 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Listbox help :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual Basic .NET
RE: Using dlls - 17 new posts
Started 1 week ago (2009-11-19 01:07:00)  by jmcilhinney
Re: Using dlls First up, you won't be creating an instance of the DLL. In order to use the code it contains, your DLL must be loaded into memory. You can then create instances of the types (classes, structures, etc.) that are defined in that DLL. As for your question, it comes down to how they are declared. If they are instance...
Thread:  Show this thread (17 posts)   Thread info: Using dlls Size: 3,712 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Using dlls :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual Basic .NET
Started 1 week, 1 day ago (2009-11-17 20:46:00)  by Campion
Re: VB 2008 - Help with arrays What code do you have so far? Your interface is nice and organized, but it's the meat and potatoes we'd be interested in. __________________ From my burrow, 2 feet under.
Thread:  Show this thread (16 posts)   Thread info: VB 2008 - Help with arrays Size: 616 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: VB 2008 - Help with arrays :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual Basic .NET
Started 5 days, 13 hours ago (2009-11-20 20:00:00)  by jmcilhinney
Re: Convert 2d array into a string There really is no inbuilt functionality to work with multi-dimensional arrays beyond the obvious: nested loops. You basically need a loop for each dimension of array, so that you can visit every element. vb.net Code: For i = 0 To myArray. GetUpperBound ( 0 ) For j =...
Thread:  Show this thread (16 posts)   Thread info: [RESOLVED] Convert 2d array into a string Size: 5,746 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [RESOLVED] Convert 2d array into a string :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual Basic .NET
RE: Application Icon - 16 new posts
Started 5 days, 17 hours ago (2009-11-20 16:02:00)  by koolsid
Re: Application Icon check the project application properties. Is the icon set there? __________________ A good excercise for the Heart is to bend down and help another up... Please Mark your Thread " Resolved", if the query is solved... '~~> If a post has helped you ...
Thread:  Show this thread (16 posts)   Thread info: Application Icon Size: 4,666 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Application Icon :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Visual Basic .NET
Started 3 days, 15 hours ago (2009-11-22 18:11:00)  by jmcilhinney
Re: handle multiple mousehover Just add them all to the Handles clause: Code: Handles Checkbox1.MouseHover, Checkbox2.MouseHover You can either do that manually or else you can do it in the designer. To do it visually, select all the controls, open the Properties window, click the Events button, then either double-click ...
Thread:  Show this thread (16 posts)   Thread info: handle multiple mousehover Size: 3,761 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: handle multiple mousehover :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."