
Run Windows application from Command Prompt
Mar 5, 2008 · I am new to programming in Visual Basic and need some assistance. I have Visual Studio 2008 and I have created a Windows VB Application. Basically I have one form that runs some …
System.IO.FileNotFoundException - SQLite
Jul 3, 2015 · When deploying an application you need to include any dependencies. If System.Data.SQLite has not been registered with the GAC (Global Assembly Cache) on a computer, …
Question about the "My Project" folder
Mar 28, 2009 · That folder contains all the application settings for the project. You are going to need those somewhere, somehow :) The physical folder equates to the 'My Project' folder in the Solution …
Print text from a RichTextbox - social.msdn.microsoft.com
Oct 14, 2010 · Unmarked as answer byChao KuoFriday, October 22, 2010 11:23 AM Thursday, October 14, 2010 9:55 PM 0 Sign in to vote Hello, Tim Please see this KB, which illustrates how to print the …
LINQ and XML for compact framework - social.msdn.microsoft.com
May 1, 2008 · Archived Forums 441-460 > Visual Studio Smart Device Development – Visual Basic and C# Projects
Reading XML Fragment - social.msdn.microsoft.com
Dec 11, 2008 · Question 0 Sign in to vote In my application, I am using XML Fragments as a log, so when someone prints a report, something like this will be appended to my log.xml file: …
Problem registering active x control - social.msdn.microsoft.com
Dec 15, 2008 · Vb.net application can use it. I deploy InterOp files also. Well here is scenario I have application A that downloads and intsalls all the component of application B which uses actives x dll. …
Read / Write REG_BINARY Registry values
Jan 22, 2007 · I am trying to read and write REG_BINARY data values in the Registry. My VB.NET application uses the GetValue, but what should be the data type for the local variable. I would like the …
To print a MS Access report using visual studio
Dec 20, 2007 · I'm creating a web page that connects to an access database and that is running gr8. Now my boss wants the capability to print access reports directly from my webpage with the click of a …
thread.join () hangs sometime my windows vb.net application
Jun 29, 2012 · I am developing windows based video application, in my application I have to make multiple video files with different duration from a single video file. To achieve this I am using …