No announcements
Found 1903582 threads
-
0 Votes
File Handling Through VB
It includes VB code snippets.Answered | 1 Replies | 798 Views | Created by qwertyasvishwa - Friday, April 10, 2015 10:22 AM | Last reply by Rob Caplan [MSFT] - Friday, April 10, 2015 1:58 PM -
0 Votes
"Handles" keyword from VB to C#
To demonstrate what Carsten said, here's an example of the 'strict' conversion for 'WithEvents/Handles': VB code: Public WithEvents Foo As ...Answered | 6 Replies | 8205 Views | Created by binbel - Sunday, May 9, 2010 7:29 AM | Last reply by Dave Doknjas - Monday, May 10, 2010 2:08 PM -
1 Votes
Help with handles from C# to VB
Private Sub Frmaccess_Load(sender As Object, e As EventArgs) Handles MyBase.Load usb = New UsbLibrary.UsbHidPort() usb.ProductId = ...Answered | 6 Replies | 801 Views | Created by Opplevelse - Tuesday, May 22, 2018 1:34 AM | Last reply by Opplevelse - Wednesday, May 23, 2018 2:58 AM -
0 Votes
handling concurrency through Workflow
if the above requirement is to be satisfied do we do the handling in the application or tweak it in the persistence engine.Answered | 7 Replies | 3681 Views | Created by VenkateshSrini_CHN - Monday, January 19, 2009 11:40 AM | Last reply by Ryan Vice - Tuesday, January 20, 2009 4:24 PM -
0 Votes
[VB] F1 through F15 meaning!
What does "F1 through F15" means (in VB Language)?Answered | 2 Replies | 1792 Views | Created by NH Komaiha - Wednesday, January 8, 2014 6:17 PM | Last reply by Danny van Dam - Wednesday, January 8, 2014 10:03 PM -
3 Votes
File & Folder Browser in VB
Example of Usage: Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click If ...Answered | 13 Replies | 2998 Views | Created by Arshia Aghaei - Tuesday, November 18, 2014 6:24 PM | Last reply by Mr. Monkeyboy - Thursday, November 20, 2014 5:35 PM -
0 Votes
handle webcam snapshot button event in VB
As there is a physical button on the webcam, i would like to find out is it possible for the VB to detect the event when use press the button on the webcam and ...Answered | 1 Replies | 918 Views | Created by limcheehang - Thursday, June 5, 2014 8:24 AM | Last reply by Risa- - Friday, June 6, 2014 7:31 AM -
1 Votes
Getting Started in VB 2008 Express with Simple File Handling
While I have written thousands of lines of VBA Code within Excel and Word to automate processes, this is my first attempt to build a stand alone VB executable and I am stumped!Answered | 2 Replies | 4041 Views | Created by theGadgetGuy - Wednesday, January 7, 2009 12:45 AM | Last reply by theGadgetGuy - Tuesday, January 13, 2009 1:11 PM -
7 Votes
Browse to a file in Explorer in VB?
: Dim psi As New ProcessStartInfo("Explorer.exe", "/select," + ...Answered | 26 Replies | 2114 Views | Created by Andreas98cool - Saturday, June 23, 2012 12:10 PM | Last reply by Rudedog2 - Sunday, June 24, 2012 10:12 AM -
2 Votes
VB script to compare two files
Napster, Is this a VB Net program or VBS?Answered | 9 Replies | 4263 Views | Created by sk12346 - Monday, November 19, 2012 10:39 PM | Last reply by Paul Ishak - Tuesday, November 20, 2012 12:01 AM -
2 Votes
Adding a column to an Access data table through VB?
I did it through the data designer but figured out how to bind the source to the new column.Answered | 7 Replies | 1725 Views | Created by AmpleApple - Tuesday, November 22, 2011 5:05 PM | Last reply by AmpleApple - Tuesday, November 22, 2011 7:37 PM -
3 Votes
commandbutton click event in excel handled by VB
In it I open a xlsx file and add a button programmatically.Answered | 16 Replies | 6778 Views | Created by dinamis - Friday, August 12, 2016 1:52 PM | Last reply by Deepak Saradkumar Panchal - Friday, September 2, 2016 4:34 AM -
1 Votes
Handling empty text file load into table through SSIS Data flow
If the number of lines in the file is less than or equal to the expected number of non-data rows, then the file is considered empty.Answered | 3 Replies | 6420 Views | Created by Dinesh Kumar Sura - Tuesday, June 16, 2015 6:22 PM | Last reply by Katherine Xiong - Tuesday, June 23, 2015 7:52 AM -
0 Votes
SQL Query Files with VBS variables
What benefits does Powershell have over VBS?Answered | 5 Replies | 3026 Views | Created by anon1m0us - Friday, January 4, 2013 3:52 PM | Last reply by anon1m0us - Wednesday, January 9, 2013 7:11 PM -
0 Votes
Creating Local database through Windows Phone 8 through VB
I need the code in VB not in C#.Answered | 4 Replies | 713 Views | Created by qwertyasvishwa - Monday, April 13, 2015 7:13 AM | Last reply by Khanna Gaurav - Monday, April 13, 2015 6:34 PM -
2 Votes
Handling multiple Keypress events in VB 2008
Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ...Answered | 8 Replies | 9223 Views | Created by Bernard Teo - Wednesday, October 21, 2009 7:22 AM | Last reply by Rudedog2 - Saturday, October 24, 2009 2:53 PM -
4 Votes
vb Save to .txt file
.txt file as I want Private Sub AllTimeToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...Answered | 9 Replies | 4601 Views | Created by Benny F - Monday, March 21, 2011 9:02 PM | Last reply by Benny F - Wednesday, March 23, 2011 4:45 PM -
6 Votes
VB 2012 how to name files with special characters in name
All three of these work here: Option Strict On Public Class Form1 Private Sub Button1_Click(sender As System.Object, e As ...Answered | 7 Replies | 5767 Views | Created by ThisNameIsTaken - Thursday, October 4, 2012 1:16 PM | Last reply by Devon_Nullman - Saturday, October 6, 2012 5:44 AM -
5 Votes
VB Load File Issue | Please help!
It ended up being the Handles at the end of the Private sub line, which I hadn't even noticed.Answered | 6 Replies | 1019 Views | Created by Kyznet - Wednesday, December 19, 2012 1:00 PM | Last reply by Kyznet - Wednesday, December 19, 2012 1:24 PM -
3 Votes
Update a File by checking through GetCreationTime
Once the file has finished downloading into WebBrowser2 the file is stream read and stream written locally to the file patch-5.MPQ.Answered | 15 Replies | 1537 Views | Created by nihilismus - Monday, October 15, 2012 4:29 AM | Last reply by nihilismus - Tuesday, October 16, 2012 4:07 AM - Items 1 to 20 of 1903582 Next ›
No announcements