First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
Windows Workflow Foundation
Any one know of a good VB example on the above subject.. any links would be greatful Simon ... 12 Mar 2010 07:13
File Copy Error in 2008
The following code returns a permission error: Access to path "\\myServer\temp\test.txt" denied source = "\\myServer\temp\test.txt" dest = "c:\MyLocalMachine\test.txt" System.IO.File.Copy(source, dest) I am able to view files in "\\myServer\temp\test.txt" but do not have permission to copy. ... 12 Mar 2010 07:13
Receiving email .NET 2.0
Similar to sending email from my .NET 2.0 Application I would like to read the content of incoming emails. Please advise what is available. Thank you Samuel ... 15 Mar 2010 21:52
printing rdlc reports programmatically
Hi, I need to print a series of reports programmatically from a windows forms application using vb.net 2008. I attempted the walthrough "Printing a Local Report without Preview" (http://msdn.microsoft.com/en-us/library/ms252091.aspx) but was unsuccessful. I get the error: "A generic error occurred in GD... 11 Mar 2010 14:36
FileSystemWatcher and syncing database with changes
I'm creating an application (just started) with a front end (GUI) and backend (database). The database will be populated with file related data populated from the FileSystemWatcher. I want to discuss the database design and how it relates to the files and their paths and how information is obtained via FileSy... 10 Mar 2010 17:35
Dynamic Instantiation With Generic Parameters
Kinda stumped on this one... I've got a generic class, defined like this: Public Class GenClass(Of VType As IComparable) Inherits BaseClass [ ... ] End Class The class works just fine, no problems with it. I'm going to build a list of objects of this type at run time, from a table in a database that ... 15 Mar 2010 10:06
Default Event in VB NET
Hi, I have a UserControl with a Button. When I click in this button, The default event is the "Load". I'd Like to Change this default event (Load) to Click. Thanks... ... 12 Mar 2010 09:26
How Do I Read Settings from the Config File?
I have a config file which contains settings for several projects. How do I read the settings for one project from within another project's code? I'm using Visual Studio 2005 and NET 2.0. -TC ... 11 Mar 2010 13:28
Add class in datacontext in the datacontext designer
Hi, I have a Sql Server DB with two tables, customer and order, and from the Visual Studio2008 do a DataContext of this bbdd. If from the code when I have a client, to get their orders do something similar to "myCustomer.Orders" and with this I will return the customer orders in question. So far so perfect.. But... 10 Mar 2010 11:57
withevents and arrays
i'm trying to create pictureboxs inside a picturebox but i need to determine when a user clics or uses the "mouseDown" event on each of those pictureboxs. I've tryed to use a global variable of type "picturebox", with the "withevents", and an array private withevents m_pics() as picturebox but visual basic does... 10 Mar 2010 03:05
First  |  Prev |  Next  |  Last
Pages: 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50