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 General | Forum profile

Forum profile page for Visual Basic General on http://msdn.microsoft.com. This report page is the aggregated overview from a single forum: Visual Basic General, located on the Message Board at http://msdn.microsoft.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 General" on the Message Board at http://msdn.microsoft.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: MSDN Forums - Visual Basic General (site profile, domain info microsoft.com)
Title: Visual Basic General
Url: http://social.msdn.microsoft.com/Forums/en-US/v...
Users activity: 31 posts per thread
Forum activity: 536 active threads during last week
 

Posting activity on Visual Basic General:

  Week Month 3 Months
Threads: 536 1,416 2,172
Post: 1,502 4,218 6,715
 

Visual Basic General Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Cor Ligthert
113
user's latest post:
To Whom It May Concern! Hi Martin.
Published (2009-11-28 09:21:00)
Martin, This question started in this thread, Malange was so fine to create a discussion topic from it. http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/9d80fa18-7c75-41b2-8e4f-f03f3c018e4c#0018d396-e0db-432c-8852-758a7c50b2d7 ' Probably Martin who is well in HTML and Images ' Has something as an HTML editer open (you can do that in Visual Studio by Instance) So he makes a nice message from this For sure he is much...
Malange
73
user's latest post:
To Whom It May Concern! Hi Martin.
Published (2009-11-27 16:20:00)
Hi Martin, We, so to speak, want to know how do you Format your Code? Your code seems to be different from all user or MVP, ect. So, the question is, how do you do that? I cannot post the e.g here but....am sure you will understand my question.... Cor knows what am talking about..... 
Acamar
48
user's latest post:
I'm a student in a visual...
Published (2009-11-27 06:34:00)
I would suggest three arrays - Exam, Quiz and Homework.  Initialize the arrays to something that cannot be a mark, such as -1.  Your existing GUI seems to me to match the requirements. I assume your dropdown combo has three items: Exam, Quiz and Homework.  When the user selects Add Items, check which combobox item is selected, get the score from the text box, find the first empty slot (first item with value of -1) in the...
Heslacher
47
user's latest post:
Override an event in VB.NET
Published (2009-11-27 09:49:00)
You need to override the OnClick sub. Like: Interface IMyInterface Event Click As EventHandler End Interface Public Class Form1 Public Sub New () InitializeComponent() Dim change As New Button Dim b As New MyButton Me .SuspendLayout() Me .Controls.Add(b) b.Name = "customButton" b.Location = New Point(10, 10) b.Text = "Hit me!" AddHandler b.Click, AddressOf MyButton1_Click Me .ResumeLayout( False ) End Sub...
kaymaf
38
user's latest post:
Log into website with vb.net
Published (2009-11-27 19:45:00)
Wow this place is as dead as a dodo! Because you dont get an answer to your question does not mean this forum is dead. May be you should look at the meaning of "dead" before calling this forum dead. Since you posted your question, there are 78 views. If this forum does not work for you, there are other forum on the web that you can join kaymaf  
jwavila
33
user's latest post:
Hiw to get a List of Printers
Published (2009-11-28 02:32:00)
try this Imports System.Drawing.Printing Public Class Form1 Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load For Each myPrint As String In PrinterSettings.InstalledPrinters ComboBox1.Items.Add(myPrint) Next End Sub End Class
charlieit123
31
user's latest post:
Save field without displaying it...
Published (2009-11-28 01:11:00)
Im guessing you have resolved this issue? Thanks Charlie
Rudedog2
27
user's latest post:
Dynamic IF statements
Published (2009-11-25 20:33:00)
Using a text file or database was a thought I had but I cannot figure out how to make it work well for the more ellaborate scenarios of IFs with AND and OR.  Basically, the project is looking to duplicate what Excel can do wherein a user can modify and create IF statements without requiring a developer.    ...   Re-think the problem as if they were Select/Case statements instead of If/Then/Else statements. ..... Re-write your posted...
Maged Hany
22
user's latest post:
Import Data from Fixed Text File...
Published (2009-11-19 15:03:00)
Could You Please give me Email?
John Anthony Oliver
22
user's latest post:
I'm a student in a visual...
Published (2009-11-27 04:18:00)
Being polite and all doesn't work, He seems to be a decent guy and all and there is no disrespect from either side but for some reason he acts like we should be learning this stuff because its so simple , but atleast there is about 15 other students that is making close to the same grade as me so our 60% grade on the mid-term is still a B (lol) Hi again dean2d, Almost anything is simple if you know it . To an absolute beginner to...
 

Latest active threads on Visual Basic General::

MSDN Forums
Started 2 days ago (2009-11-28 01:20:00)  by Frank L. Smith
This may be oversimplifying things, but I'm assuming that the open file dialog is where they would navigate to find "SoundEffect1.wav" or whatever it is? If so, and if you know that it will always be in a folder or subfolder named "\Sounds", then how about just the obvious shortcut? By that I mean take the user's input path and get the file's name (My.Computer.FileSystem.GetFileInfo(the user's...
Thread:  Show this thread (5 posts)   Thread info: Checking a file is in a given path Size: 667 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Checking a file is in a given path :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 2 days, 7 hours ago (2009-11-27 18:12:00)  by ShariqDON
Hi Malange ! how are you check this! http://social.msdn.microsoft.com/Forums/en/vbgener al/thread/78c87188-cb7e-41f8-95be-38274d5e1140
Thread:  Show this thread (4 posts)   Thread info: To Whom It May Concern! Hi Martin. Size: 287 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: To Whom It May Concern! Hi Martin. :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 6 days, 13 hours ago (2009-11-23 11:41:00)  by Cor Ligthert
You have to pass to the streamreader the code file needed for the encoding. Ascii is a standard for the English alphabeth which has only 26 characters in uper and lowercase, 10 numbers and some special characters. It is a 7 bit code. Something to learn about it http://msdn.microsoft.com/en-us/library/dd374081(V S.85).aspx How to do it, http://msdn.microsoft.com/en-us/library/system....
Thread:  Show this thread (8 posts)   Thread info: cannot read special characters with streamreader/streamwriter Size: 910 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: cannot read special characters with streamreader/streamwriter :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 1 day, 17 hours ago (2009-11-28 08:00:00)  by Dig-Boy
I don't have 2008 Express but I believe you should be opening Configuration Manager.  Once there you should see your instance(s) in a big list box.  It should indicate that the current status is stopped.  Right click on the one you want to start and choose "Start" from the menu. Be aware that if you have not set up a database, administrator, logins, etc. that you will not be able to do much at ...
Thread:  Show this thread (3 posts)   Thread info: how to start MS Sql server 2008 installed with vb express 2008 Size: 808 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to start MS Sql server 2008 installed with vb express 2008 :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 2 days, 9 hours ago (2009-11-27 15:59:00)  by Malange
I need to write a windows application that accepts parameters, so I guess the best way to do this is console applications. But I have one question, in my console application startup module I use the following code to show the form that I designed, but the application does not recognize Application.Run command. Could some one help. I tried adding the required dlls , but no luck. Is there any ...
Thread:  Show this thread (6 posts)   Thread info: how to run a form in a console application Size: 593 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to run a form in a console application :: Visual Basic General :: MSDN Forums"
 

Hot threads for last week on Visual Basic General::

Visual Basic General
Started 5 days, 10 hours ago (2009-11-24 14:33:00)  by Rudedog2
Duplicate post. f1a8c108-500f-420d-9acc-da626e2cd900#2cf6bcdf-a7e6 -47e3-b954-ca1ea62299c3 Moderator, please merge.
Thread:  Show this thread (25 posts)   Thread info: Dynamic IF statements Size: 332 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Dynamic IF statements :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 5 days, 21 hours ago (2009-11-24 03:48:00)  by charlieit123
There are several way of going about this but I think I know what your looking for here.  Solution #1 : Keep the 4 text boxes binded to the sql data-source (e.g. Dataset, TableAdapter, and etc) set the fourth textboxes binding to the full name data field. Once you have done this place the textbox out of the way and set the property Visible = False. Then add an event in the last of the (3) to ...
Thread:  Show this thread (21 post)   Thread info: Save field without displaying it on the VB form Size: 1,319 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Save field without displaying it on the VB form :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 4 days, 15 hours ago (2009-11-25 09:37:00)  by KFrostILEM
Well, I know nothing of the OP's project, but the 100ms timer ideally means that the displayed data is very up-to-date, not neccessarily that the data will change that often. At the same time, though, depending on the nature of the displayed data, even a blurred image could be useful. If, for example, you go to a broadband-speed-testing website and observe the "amount of data transferred" ...
Thread:  Show this thread (15 posts)   Thread info: label control uses to much cpu Size: 727 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: label control uses to much cpu :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 3 days, 13 hours ago (2009-11-26 11:53:00)  by Heslacher
Hi Sergiu, i don`t get exactly what you want to achieve. I have understood it like this: you have an object which doesen`t have the event VisibleChanged you have other objects like custom button which does have the event VisibleChanged you need to implement an interface to both object types this interface should contain an Event named VisibleChanged Can you confirm if i understood it in ...
Thread:  Show this thread (14 posts)   Thread info: Override an event in VB.NET Size: 496 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Override an event in VB.NET :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 2 days, 11 hours ago (2009-11-27 13:37:00)  by Malange
Hi, I created new button in my windows form. when I execute the programe this button not showing. but some button created before showing. anybody can help me thanks  how did you creat it, by writing a code or add he button to your form?
Thread:  Show this thread (14 posts)   Thread info: create new button not showing Size: 336 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: create new button not showing :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 3 days, 19 hours ago (2009-11-26 05:38:00)  by dean2d
Anyone have a good starting point to suggest for me?  ..... sorry for the way the first post left off, I must have reached the word limit because there is some of that thread missing.
Thread:  Show this thread (13 posts)   Thread info: I'm a student in a visual studio class this semester and need help badly Size: 210 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I'm a student in a visual studio class this semester and need help badly :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 5 days, 11 hours ago (2009-11-24 13:54:00)  by Rod Stephens
I don't know if it's as simple as this but you are setting the button's text three times. You probably need something more like this:  dsNewRow.Item("button_text") = BTN.Text  dsNewRow.Item("button_ x ") = BTN.Location.X  dsNewRow.Item("button_ y ") = BTN.Location.Y Rod www.vb-helper.com
Thread:  Show this thread (13 posts)   Thread info: save a button's coordinates to the database Size: 427 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: save a button's coordinates to the database :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 4 days, 14 hours ago (2009-11-25 11:10:00)  by Narayanan Dayalan
u can implement Regular Expression (RegEx) to validate the number... Please check the below site, they have given some samples... u can make use of it... Phone Number ^[01]?[- .]?(\([2-9]\d{2}\)|[2-9]\d{2})[- .]?\d{3}[- .]?\d{4}$ (425) 555-0123 425-555-0123 425 555 0123 1-425-555-0123 Validates a U.S. phone number. It must consist of 3 numeric characters, optionally...
Thread:  Show this thread (12 posts)   Thread info: Telephone Number Input Validation Size: 833 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Telephone Number Input Validation :: Visual Basic General :: MSDN Forums"
Visual Basic General
Data spliting - 11 new posts
Started 6 days, 14 hours ago (2009-11-23 11:05:00)  by Ramazan AKTOLU
Hello! I'm working on a console application. This application receiving and reading hex datas. Sometimes getting combined datas. E.g: 00 data1 00 data2 00 data3 00 data400 ..... How to split them? Thanks for help. Best regards.
Thread:  Show this thread (11 posts)   Thread info: Data spliting Size: 281 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Data spliting :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 5 days, 19 hours ago (2009-11-24 05:36:00)  by A.m.a.L - aditi.com - Think Product
Assuming you have MainForm and ChildForm. If you want to pass value to ChildForm, create a Constructor which will accept the data. And while creating the ChildForm object, pass value through the constructor. If you want to pass value from ChildForm back to MainForm 1. Create an Event in ChildForm 2. MainForm subscribes to that event while creating the ChildForm object 3. ...
Thread:  Show this thread (11 posts)   Thread info: return values to the calling form Size: 554 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: return values to the calling form :: Visual Basic General :: MSDN Forums"