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: 29 posts per thread
Forum activity: 557 active threads during last week
 

Posting activity on Visual Basic General:

  Week Month 3 Months
Threads: 557 812 1,055
Post: 1,646 2,452 3,108
 

Visual Basic General Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Cor Ligthert
96
user's latest post:
Convert file to text
Published (2009-11-13 14:40:00)
Although it is outside the English culture not even seperated by comma's but by semicolumns (while it has nothing to do with C#)
Acamar
85
user's latest post:
How to get the folder name of...
Published (2009-11-13 04:20:00)
Use the GetDirectoryName method of the Path object to return the file path without the folder name, and compare this to the file path to get the folder name. For instance, you could add this to the two previous lines: Dim Leader As String = System.IO.Path.GetDirectoryName(FilePath) Dim Trailer As String = FilePath.Substring(Leader.Length) You can adjust the substring pointer depending on whether or not you need the leading separator.  ...
kaymaf
72
user's latest post:
Deafult Program in Visual Basic
Published (2009-11-13 23:10:00)
That will set the value but it wont work. Just take a look at the registry key for StartMenuInternet and try to understand all the subkeys. If any program try to get default browser, it will look at the value of StartMenuInternet and if the value is in the subkeys, it will open subkeys and look for executable file under shell->open->command key : HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet  Value : IEXPLORE.EXE  ...
ShariqDON
54
user's latest post:
Textbox Focus On Mouse And...
Published (2009-11-11 21:18:00)
THis is Answer of "How to Textbox Focused Mouse" um Sorry u need more work with this code! Public Class Form1 Private Sub Timer1_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Try ListBox1.SelectedIndex = ListBox1.SelectedIndex + 1 Catch ex As Exception '--------- when it gets to the last index, instead of error, it goes back to the top of the list 'ListBox1.SelectedIndex =...
Malange
52
user's latest post:
My.Settings.Upgrade Not Working
Published (2009-11-13 17:17:00)
search here please: http://social.msdn.microsoft.com/Search/en-US?query=My.Settings.Upgrade%20&ac=8
jwavila
33
user's latest post:
load xml into listview problem
Published (2009-11-13 16:48:00)
rocky I have used XMLDocument in the past, so I based this on that. I'll try out your code later if you don't want to use this: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim doc As New XmlDocument doc.Load( "C:\Documents and Settings\AVILAJ\Desktop\Test Folderocky.xml" ) For Each node As XmlNode In doc.SelectNodes( "//product" )...
bdbodger
32
user's latest post:
calling vb.net function...
Published (2009-11-13 22:01:00)
That is not VB code so why are you posting it on a VB forum ?
JohnWein
30
user's latest post:
Reading a .CSV file
Published (2009-11-13 16:54:00)
Try Finally End Try  ?
Dig-Boy
29
user's latest post:
Quick question - How to add a...
Published (2009-11-13 15:02:00)
If you buy VS2008 Professional you'll get the Ribbon control built in.  And the 4.0 Framework shoudl have it included (at least I think it has it). I'm not sure why you expect the one that's free to be better or more more beautiful.  I tseems like a no brainer that, in general, you get what you pay for...  though there are some exceptions in teh development world.
DeborahK
28
user's latest post:
Writing XML to Sql with Linq
Published (2009-11-13 19:24:00)
I tried to say that in my post, that part of the code *finds* the node and then it adds to it. I thought the *finding* part would be useful for you: ' Find the desired parent element ' Using LINQ Dim parentNode As XElement Dim parentQuery = From r As XElement In states...<Region> _ Where r.@<name> = "Milwaukee" parentNode = parentQuery.FirstOrDefault() This examples finds the specific...
 

Latest active threads on Visual Basic General::

MSDN Forums
Started 1 day, 7 hours ago (2009-11-13 22:22:00)  by kaymaf
In winXP, you can get default browser from registry.  HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInt ernet kaymaf
Thread:  Show this thread (6 posts)   Thread info: Deafult Program in Visual Basic Size: 150 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Deafult Program in Visual Basic :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 1 day, 7 hours ago (2009-11-13 22:15:00)  by kaymaf
Try setup forum http://social.msdn.microsoft.com/Forums/en-US/winf ormssetup/threads kaymaf
Thread:  Show this thread (2 posts)   Thread info: Project missing from Project Output Group during SetUp Size: 204 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Project missing from Project Output Group during SetUp :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 1 day, 7 hours ago (2009-11-13 21:57:00)  by bdbodger
I tested your code but if the selected text was both bold and not bold then it was considered not bold . I did not get any freezing
Thread:  Show this thread (3 posts)   Thread info: Font style? Size: 150 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Font style? :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 1 day, 11 hours ago (2009-11-13 18:06:00)  by kaymaf
what is  the methods in that library (VBProcessPacket)? processPacketVB is a variable, so it have to be processPacketVB.some method you want to use kaymaf
Thread:  Show this thread (4 posts)   Thread info: calling vb.net function referenced by project from within a c# project. Size: 192 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: calling vb.net function referenced by project from within a c# project. :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 1 week ago (2009-11-07 15:07:00)  by kaymaf
If you want that, run/launch another instance of your program and pass the current webpage url to your webbrowser. kaymaf
Thread:  Show this thread (10 posts)   Thread info: Duplication a Form Size: 151 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Duplication a Form :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 1 day, 8 hours ago (2009-11-13 21:44:00)  by kaymaf
If your encryption code work for .txt file , it should work for other files format unless you are using text encoding instead of file encryption (cryptography). Try this http://support.microsoft.com/kb/301070 kaymaf
Thread:  Show this thread (2 posts)   Thread info: Encrypt/Decrypt a non-text file Size: 322 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Encrypt/Decrypt a non-text file :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 1 day, 15 hours ago (2009-11-13 14:19:00)  by DeborahK
What are you trying to do with that line of code that is generating the error? It looks like your loop is looping through a set of XElements. But then are are trying to use one of your XElements as a class and using "new" on it. That is why it is giving you an error. Hope this helps.
Thread:  Show this thread (7 posts)   Thread info: Writing XML to Sql with Linq Size: 346 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Writing XML to Sql with Linq :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 4 days, 23 hours ago (2009-11-10 06:06:00)  by Hughes-MDflyer4
And also, what code do you use on a button to make it minimize the window? Brandon (Me!)
Thread:  Show this thread (11 posts)   Thread info: Help Needed! Size: 120 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help Needed! :: Visual Basic General :: MSDN Forums"
MSDN Forums
Started 2 days, 18 hours ago (2009-11-12 11:12:00)  by Khanna Gaurav
Your code look correct. You have to use for loop and select subitem by it's index. For your question to transfer data to other table, just add another query to your SQL Command. Or you can also create two different sqlcommand for two different table
Thread:  Show this thread (5 posts)   Thread info: Selective data transfer from Listview to table Size: 278 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Selective data transfer from Listview to table :: Visual Basic General :: MSDN Forums"
 

Hot threads for last week on Visual Basic General::

Visual Basic General
RE: Button Erases Text - 32 new posts
Started 1 week ago (2009-11-07 18:57:00)  by Frank L. Smith
You can also use ".clear", but what you showed should also work. It's odd that it doesn't and makes me wonder what else is going on with the code, but try that and see if it works.
Thread:  Show this thread (32 posts)   Thread info: Button Erases Text Size: 227 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Button Erases Text :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 1 day, 19 hours ago (2009-11-13 10:00:00)  by Super Dave Osborne
Have you looked at all the .csv libraries and links for linq and .csv?  Seems the easiest way to handle .csv's. Just google linq .csv. There is a codeproject lib and a lot of links. You could also streamread the .csv and do a for each and split each line into a string array with split() then just take index 10 of your string array. Proposed As Answer by Duckster101 13 hours 37 ...
Thread:  Show this thread (25 posts)   Thread info: Reading a .CSV file Size: 922 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Reading a .CSV file :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 5 days, 16 hours ago (2009-11-09 13:36:00)  by Cor Ligthert
You are right, but Regex is not really liked by most developers, but there is a special forum for the regular expression http://social.msdn.microsoft.com/Forums/en-US/rege xp/threads
Thread:  Show this thread (22 posts)   Thread info: Removing certain spaces in a text Size: 414 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Removing certain spaces in a text :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 4 days, 7 hours ago (2009-11-10 22:10:00)  by A.B - SmartBoy
can any person Abil to help me?
Thread:  Show this thread (20 posts)   Thread info: Textbox Focus On Mouse And Enable With Any Assign key Size: 57 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Textbox Focus On Mouse And Enable With Any Assign key :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 3 days, 22 hours ago (2009-11-11 07:34:00)  by Cor Ligthert
When using byval it passes the reference of the value When using byref it passes an incapsulated reference of the value (let say in a little box). Be aware that there are very few reasons to pass a parameter byref despite some tell, does it mostly cost very few more memory than byval.   So when you create a "new" value, you can set the reference in that box and give that back in a function. ...
Thread:  Show this thread (18 posts)   Thread info: Parameter passing question Size: 1,216 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Parameter passing question :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 5 days, 9 hours ago (2009-11-09 20:44:00)  by jamesfreddyc
Are you sure that .IsNewRow is true?
Thread:  Show this thread (18 posts)   Thread info: Deleting Selected Rows From DataGridView (Bounded) Size: 64 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Deleting Selected Rows From DataGridView (Bounded) :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 6 days, 4 hours ago (2009-11-09 01:19:00)  by Jeff - www.SRSoft.us
Antinsh, for certain application i use a single global connection in a module because they are single user applications and only one call to the database needs to be executed at a time. it sounds like your issue might be cleared up by creating a new connection for each call.  a datareader consumes the entire connection it is called.  but i believe you should be able to create a new connection ...
Thread:  Show this thread (17 posts)   Thread info: A good way to build a class structure to support two threads. Size: 954 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: A good way to build a class structure to support two threads. :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 5 days, 12 hours ago (2009-11-09 17:40:00)  by jinzai
Dim x As Integer = 1 Dim str As String = "MyLog1.txt" Dim success As Boolean = False Do While success = False If File.Exists(str) Then x += 1 str = "MyLog" & x.ToString() & ".txt" Else success = True End If Loop...
Thread:  Show this thread (17 posts)   Thread info: Creat A new Text file When my Application is Open Size: 1,833 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Creat A new Text file When my Application is Open :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 3 weeks, 3 days ago (2009-10-21 21:38:00)  by Acamar
What do you mean by "doesn't seem to work"?  Was there an error?  Did nothing happen, or did the wrong thing happen? From your description it appears that you want to copy a file.  Process.Start is not involved with copying files.  To copy a file you would use a file object and the .Copy method.  http://msdn.microsoft.com/en-us/library/c6cfw35a.a spx Also, when identifying the location to ...
Thread:  Show this thread (53 posts)   Thread info: Button Click to Download a EXE or Zip file from CD to a User's Computer Size: 1,619 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Button Click to Download a EXE or Zip file from CD to a User's Computer :: Visual Basic General :: MSDN Forums"
Visual Basic General
Started 3 days, 17 hours ago (2009-11-11 12:45:00)  by Justin.NET
Hi again Justin, When using ShowDialog you can use the default values.>> Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Simply set the Dialog Result for which ever button you 'assign it to like this.>> Me .DialogResult = Windows.Forms.DialogResult.OK...
Thread:  Show this thread (16 posts)   Thread info: Custom DialogResults Size: 2,340 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Custom DialogResults :: Visual Basic General :: MSDN Forums"