|
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,801
|
10,176
|
26,871
|
|
Post:
|
9,319
|
37,983
|
103,679
|
|
|
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:
Unhandled Exception - Cannot...
Published (2009-11-19 23:42:00)
If you don't want to show the form then you shouldn't be creating it in the first place. The application Startup event exists to allow you to do things before the main form has been created. If you want to exit the app without showing a form then you set e.Cancel to True in that event handler. Follow the CodeBank link in my signature and check out my WinForms Login thread for an example.
user's latest post:
MenuItemClick Event won't...
Published (2009-11-19 16:45:00)
Hey, Nope, none that I can think of. I just knocked up the following application, and it works exactly as expected: Code: <asp:Menu ID="Menu1" runat="server"> <Items> <asp:MenuItem Text="Test" Value="Test"></asp:MenuItem> </Items> </asp:Menu> And then in the code behind: Code: Protected Sub...
user's latest post:
[RESOLVED] VB6 Can't write...
Published (2009-11-19 15:42:00)
Erm... have you created a function called AppData? (if not, that word won't do any good) I recommend you take another look at the article, particularly the two code blocks at the bottom (you need to copy the big block into your program, and the small block is an example of how to use it).
user's latest post:
Listbox help
Published (2009-11-19 16:59:00)
If you don't want to post the code, the only other advice I can give you is to set a break point at the start of the routine so you can step through it as it is running, one line at a time and see what is going on.
user's latest post:
how to analyze the whole system?
Published (2009-11-19 00:34:00)
Quote: Originally Posted by thihazaw No i haven't at all.i just learned recently. Thanks, Jay It will be some difficult for you... You better continue learning VB6.... Or if you want to know the purpose of that program, then upload it...
user's latest post:
Funny Email
Published (2009-11-19 22:21:00)
Yah, the first time I saw that I thought something had gone haywire on my computer.
user's latest post:
[RESOLVED] Loading A Bookmark
Published (2009-11-18 04:53:00)
Got it Code: Favorite_Websites.WebBrowser1.Navigate(ListBox1.SelectedItem)
|
|
|
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
- 201,592 posts
|
Visual Basic .NET
- 151,100 posts
|
Visual Basic 6 and Earlier
- 147,942 posts
|
General Discussion / Chit Chat
- 56,860 posts
|
Database Development
- 32,610 posts
|
ASP.NET
- 30,964 posts
|
Office Development
- 27,639 posts
|
General PC
- 13,363 posts
|
C#
- 10,570 posts
|
General Developer Forum
- 10,508 posts
|
|
|
|
|
Latest active threads on VBForums - Visual Basic and VB .NET Discussions and More!:
Started 2 days, 14 hours ago (2009-11-19 10:33:00)
by kfcSmitty
Bleh oracle..I misread...Maybe they had a bad day?
Started 1 day, 19 hours ago (2009-11-20 05:33:00)
by NickThissen
Re: Custom Control
I tried starting a 'math type editor' a long time ago as well, but gave up pretty quickly. I think it's a lot more complicated than you might think. You would almost certainly have to custom draw everything, basically creating a Textbox from scratch.
...
Started 5 days, 4 hours ago (2009-11-16 20:20:00)
by techgnome
Haven't seen it either... but from what I have seen, mostly clips in the trailers, and based on the predictable slew of documentaries about it.... what you see on the big screen is a sensationalism rendition of the absolute worst case of things happening that are completely unsupported by natural science. I'm expecting it to be a popcorn movie. Besides, if the world was going to end, it was going...
Started 1 day, 11 hours ago (2009-11-20 13:24:00)
by RhinoBull
If you developed ,your dll using the same technology as your "main" project (say .Net framework) then imho overhead is second to none.
If you however used some additional libraries then they will have to be referenced in order to fully support component's funcmtionalities - that's pretty much the overhead.
Memory usage will probably be a bit more but who cares about those things anymore?
Started 6 days, 4 hours ago (2009-11-15 20:15:00)
by EntityX
Among the more interesting looking flags here's the Dominican flag.
Fiji flag
Started 1 day, 12 hours ago (2009-11-20 13:00:00)
by NickThissen
Woops, of course the code compiles with Option Strict On, sorry. But that doesn't take away that you shouldn't use it
And the error you got was because you happened to call your folderbrowserdialog 'path', which conflicted with 'Path'. I only typed 'Path' instead of 'IO.Path' or 'System.IO.Path' because you were using Directory instead of IO.Directory, meaning you had already imported the IO...
Started 1 day, 13 hours ago (2009-11-20 11:28:00)
by Hack
Give the cell a name....it won't matter where it is on the sheet that way.
|
|
Hot threads for last week on VBForums - Visual Basic and VB .NET Discussions and More!:
Started 1 week, 1 day ago (2009-11-13 07:26:00)
by gep13
Hey,
Am I right in thinking you are trying to use Apache, rather than IIS? That is the only reason I can think that you would use Mod_AspDotNet.
If this is the case, I would suggest that you have a look at using Mono instead. It is a bit more up to date.
Gary
Started 1 week, 2 days ago (2009-11-13 00:56:00)
by akhileshbc
You can use the Hidden attribute of the folder to hide in VB6.. But what you want to create is something like FolderLock .... Is that so...???
Started 6 days, 2 hours ago (2009-11-15 22:34:00)
by jmcilhinney
To answer your question, you call MessageBox.Show and pass the text the user entered. Somehow though, I'm guessing you already knew that, so maybe you didn't actually ask the question you really want the answer to.
Started 6 days, 2 hours ago (2009-11-15 22:34:00)
by jmcilhinney
Re: Message Box Question
To answer your question, you call MessageBox.Show and pass the text the user entered. Somehow though, I'm guessing you already knew that, so maybe you didn't actually ask the question you really want the answer to.
__________________
2007, 2008, 2009...
Started 1 week, 1 day ago (2009-11-13 14:07:00)
by kleinma
Well what data binding are you doing? The error message is pretty descriptive. You are trying to bind a control to some datasource which is failing.
Started 1 week, 1 day ago (2009-11-13 14:07:00)
by kleinma
Re: E-Mailer Problems
Well what data binding are you doing? The error message is pretty descriptive. You are trying to bind a control to some datasource which is failing.
__________________
Using VB.NET 2008/.NET 2.0/3.5 * Please mark you thread resolved using the Thread ...
Started 5 days, 4 hours ago (2009-11-16 20:20:00)
by techgnome
Haven't seen it either... but from what I have seen, mostly clips in the trailers, and based on the predictable slew of documentaries about it.... what you see on the big screen is a sensationalism rendition of the absolute worst case of things happening that are completely unsupported by natural science. I'm expecting it to be a popcorn movie. Besides, if the world was going to end, it was going...
Started 3 months, 3 weeks 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 5 days, 2 hours ago (2009-11-16 22:42:00)
by tr333
You have to use javascript to show an alert box.
HTML Code:
<script type="text/javascript">alert('test');</script>
If you want to do it from the ASP.Net code, you would have to either add a client script to the page header containing the alert() or hack it with Response.Write("<script>..."); to write the javascript alert() to the page output.
Started 1 week ago (2009-11-14 19:11:00)
by Ellis Dee
I can't get the project to open. Also, it's against board rules to include an exe in attachments.
|
|