|
More site info...
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.
|
|
|
|
|
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:
|
Top authors during last week:
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#)
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. ...
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 ...
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 =...
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
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" )...
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 ?
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.
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::
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
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
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
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
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
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
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.
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!)
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
|
|
Hot threads for last week on Visual Basic General::
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.
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 ...
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
Started 4 days, 7 hours ago (2009-11-10 22:10:00)
by A.B - SmartBoy
can any person Abil to help me?
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. ...
Started 5 days, 9 hours ago (2009-11-09 20:44:00)
by jamesfreddyc
Are you sure that .IsNewRow is true?
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 ...
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...
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 ...
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...
|
|