|
More site info...
VBForums - Visual Basic and VB .NET Discussions... - www.vbforums.com | Site profile
|
|
Site profile page for http://www.vbforums.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.vbforums.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.vbforums.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) 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 site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on VBForums - Visual Basic and VB .NET Discussions and More!:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
2,506
|
9,752
|
26,414
|
|
Post:
|
8,963
|
39,147
|
105,234
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for VBForums - Visual Basic and VB .NET Discussions and More! (http://www.vbforums.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
VBForums - Visual Basic and VB .NET Discussions and More! posting activity graph:
|
|
http://www.vbforums.com Alexa graph:
|
Top authors on VBForums - Visual Basic and VB .NET Discussions and More! during last week:
user's latest post:
Current Date/Time in Custom...
Published (2009-11-07 19:33:00)
Quote: Originally Posted by jazFunk I jumped the gun. Been beating my head against this all morning. Right after I posted this I figured it out. vb Code: Dim dtStrip As New ToolStripDateTimeStatusLabel dtSTrip. Available = True dtSTrip. Owner = Me . StatusStrip If you've added the class to your project and built it then you should be able to add an...
user's latest post:
Send Server info but not connected?
Published (2009-11-07 10:14:00)
Yeah I think UDP is what you should be looking at - UDP is 'connectionless' and so you just basically send off your data to a specified address and that's it, there does not have to be any kind of response from the server. Here's a summary from google: Quote: UDP is similar to TCP in that it is a protocol for sending and receiving packets across a network, but with two major differences. First, it is connectionless. This...
user's latest post:
Unable to find the requested...
Published (2009-11-07 12:34:00)
Hey, No, the public key token is specific to the dll, so it should be the same for you, since you are using the same version. I took this directly from the machine.config file on my machine and put it into the web.config file. Gary
user's latest post:
Webbrowser that can use a proxy
Published (2009-11-07 19:24:00)
Didn't help because it didn't work, or it didn't help because you didn't know how to imlpement the code?
user's latest post:
VB6 and VB.Net
Published (2009-11-07 20:58:00)
Quote: Originally Posted by Dave Sell That's weird, I once tried to install VB6 on a Vista box and I remember it refused to even install... This was when Vista 1st came out, which SP of Vista can you install VB6-IDE onto? No service packs needed to install VB6 on Vista. You only get the compatiblity issue notification about VC++ but just dont select that option. Turn the UAC off before the install to make it go faster and uninterrupted...
user's latest post:
InvalidCastException
Published (2009-11-07 22:21:00)
That subroutine doesn't actually DO anything. It creates an object locally, which is immediately abandoned as soon as the sub ends. What was removed? The exception certainly is not happening on an End Sub, and that particular error makes no sense in the other sub you just posted.
user's latest post:
Integer or UInteger
Published (2009-11-07 19:41:00)
hey thanks for the reply, but since both UInt32 and Int32 range's suffice for dis case, which one of it should be used ? in other words which datatype does the computer work faster with (basic operations like X - + / and stuff like tostring, casting <how fast it gets casted to Long etc>)
user's latest post:
Set FormBorderStyle to None. Get...
Published (2009-11-06 21:05:00)
You can create an image and assign it to a PictureBox. From there, you can call the PictureBox's Click Event to close the app. That's kind of the backward, cruddy way of attempting to change the form style though.
user's latest post:
Error: Value of type...
Published (2009-11-07 14:01:00)
Read the documentation of the relevant Show method. Look closely at the types of the arguments it expects. Your values (two integers) don't match those types. You can't call a function and pass it the value you think it needs and always expect it to work. Functions/methods expect specific arguments, in a specific order. Sometimes, the programmer has made some extra effort to allow for multiple overloads of a method which basically do...
|
|
|
Top 10 active forums on VBForums - Visual Basic and VB .NET Discussions and More! during last week:
|
|
Top 10 forums on VBForums - Visual Basic and VB .NET Discussions and More!:
Visual Basic .NET
- 197,544 posts
|
Visual Basic .NET
- 147,093 posts
|
Visual Basic 6 and Earlier
- 145,775 posts
|
General Discussion / Chit Chat
- 56,279 posts
|
Database Development
- 32,111 posts
|
ASP.NET
- 30,233 posts
|
Office Development
- 27,246 posts
|
General PC
- 13,225 posts
|
C#
- 10,446 posts
|
General Developer Forum
- 10,361 posts
|
|
|
|
|
Latest active threads on VBForums - Visual Basic and VB .NET Discussions and More!:
Started 1 month ago (2009-10-08 22:07:00)
by jmcilhinney
Re: Drawing multiple images in picturebox?
You're only ever drawing one Image. Every time the Paint event is raised, everything that was previously drawn is erased and then the new drawing done. If you want more and more Images to be drawn then you have to keep them information about them all and then draw them all every time.
...
Started 1 week, 6 days ago (2009-10-26 16:05:00)
by abhijit
You're in debt to the game makers?
Started 1 day, 6 hours ago (2009-11-08 04:26:00)
by Dark Anima
Code:
Sendkeys.Send("Hello Hell")
As simple as that.
Started 1 day, 6 hours ago (2009-11-08 04:26:00)
by Dark Anima
Re: Sendmessege to send key/string?
Code:
Sendkeys.Send("Hello Hell")
As simple as that.
Started 1 day, 6 hours ago (2009-11-08 04:22:00)
by Dark Anima
Maybe create 2 instances of the player?
Started 1 day, 6 hours ago (2009-11-08 04:22:00)
by Dark Anima
Re: Playing Two Sounds Simultanously
Maybe create 2 instances of the player?
Started 1 day, 17 hours ago (2009-11-07 18:01:00)
by formlesstree4
You're in the . NET framework...I suggest using Sockets rather than the old legacy Winsock, which was used for VB6 programs.
|
|
Hot threads for last week on VBForums - Visual Basic and VB .NET Discussions and More!:
Started 6 days, 23 hours ago (2009-11-02 11:39:00)
by _powerade_
Set the form property ShowInTaskbar to False.
Started 6 days, 23 hours ago (2009-11-02 11:39:00)
by _powerade_
Re: Taskmanager
Set the form property ShowInTaskbar to False.
__________________
_powerade_
Hi, I'm from chilly, little Norway ( and no, Norway is NOT the capital of neither Sweden nor Denmark!!! )
Programming is my hobby, my occupation is working at a factory making ...
Started 3 months, 1 week ago (2009-07-30 02:10:00)
by Nightwalker83
There is no physical proof that says only something can be created by god and not by science.
Started 3 days, 21 hours ago (2009-11-05 13:44:00)
by chris128
Re: SmtpClient and Outlook junk mail
Yep, those extra headers do affect spam filtering. This is supposed to get a bit better in .NET 4.0 (see http://blogs.msdn.com/ncl/archive/20...-net-mail.a spx )
__________________
Check out my blog: cjwdev.wordpress.com
Started 3 days, 21 hours ago (2009-11-05 13:44:00)
by chris128
Yep, those extra headers do affect spam filtering. This is supposed to get a bit better in .NET 4.0 (see http://blogs. msdn.com/ncl/archive/20...-net-mail.a spx )
Started 3 days ago (2009-11-06 11:00:00)
by rjv_rnjn
Did some web search and seems like there could be a couple of issues here -- either the machine.config is missing ( http://forums.mysql.com/read.php?38,...760#msg-145 760 ) some entry or assembly trust level issues ( http://www.aspcode.net/Getting-MySQL...ium-trust.a spx )
Started 3 days, 5 hours ago (2009-11-06 05:21:00)
by gonzalioz
You didn't add handlers to your Form_KeyDown and Form_KeyUp method.
What I would do is something like this:
vb Code:
Private Sub MainForm_KeyDown ( ByVal sender As Object, ByVal e As System. Windows . Forms . KeyEventArgs ) Handles Me . KeyDown Select Case e. KeyCode Case Keys. Up : MsgBox ( "UP" ) Case Keys....
Started 3 days, 5 hours ago (2009-11-06 05:21:00)
by gonzalioz
Re: Cant figure out how to use keys, any ideas?
You didn't add handlers to your Form_KeyDown and Form_KeyUp method.
What I would do is something like this:
vb Code:
Private Sub MainForm_KeyDown ( ByVal sender As Object, ByVal e As System. Windows . Forms . KeyEventArgs ) Handles Me . KeyDown...
Started 1 week ago (2009-11-02 05:58:00)
by Dark Anima
Maybe use a class to store the list, that way you'll have to read the textfile only once. Try something like this:
Create a class named OurData.vb
Code:
Public Class OurData
Public ID As Int32, Name As String, Price As Int32
Sub New(ID As Int32, Name As String, Price As Int32)
Me.ID = ID : Me.Name = Name : Me.Price = Price
End Sub
End Class
...
Started 1 week ago (2009-11-02 05:58:00)
by Dark Anima
Re: I'm a Student and get stuck :'(
Maybe use a class to store the list, that way you'll have to read the textfile only once. Try something like this:
Create a class named OurData.vb
Code:
Public Class OurData
Public ID As Int32, Name As String, Price As Int32
Sub New(ID As Int32, Name As String, ...
|
|