|
First
|
Prev |
Next
|
Last
Pages: 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
Opening a URL in an external Browser? Sorry reposting for clarity... Which one is better? This: System.Diagnostics.Process.Start(URL) or this? Dim psi As New ProcessStartInfo() psi.UseShellExecute = True psi.FileName = URL Process.Start(psi) And why? Regards, -- Anil Gupte www.keeninc.net www.icinema.com www.wizo.tv ... 15 Jul 2008 06:08
Opening a URL in an external Browser? Which one is better? This: System.Diagnostics.Process.Start(URL) or this? Dim psi As New ProcessStartInfo() psi.UseShellExecute = True psi.FileName = "http://www.wizo.tv/WizoDesktop/Software/Help/" Process.Start(psi) And why? Regards, -- Anil Gupte www.keeninc.net www.icinema.com www.wizo.... 16 Jul 2008 10:56
List(Of clsClass1, clsClass2)? Hi, A little bit linked to my other question: I thought it was possible to have generic list which accept multiple types of objects. So a statement as ""Dim MyList as List(Of clsClass1, clsClass2)" would accept instances of both clsClass1 and clsClass2. But, it doesn't work :-) Am I simply wrong, or did I d... 15 Jul 2008 22:38
List(Of clsClass) = List(Of clsSubClass) Hi, I have a class clsSubClass which inherits from clsClass. When I instantiate an object of clsClass (MyClass), and I instantiate an object from clsSubclass (MySubClass) I can do an "MyClass = MySubclass". But when I declare two generic list of them ("Dim MyList1 as List(Of clsClass)" and "Dim MyList2 as ... 16 Jul 2008 04:46
Custom Project Templates (2005 vs 2008) I've been reading through the MSDN documetation, over creating custom project templates. There was documentation over 2005 and 2008, but no document really saying what parts were new in 2008. Does anybody know, of know of a documentation that lists any differences? ... 14 Jul 2008 22:59
Winform sql server app Hi I am new to sql server and need to build a one-many winform app with visual studio 2008 and sql server backend and need some pointers. I have the following questions; 1. If I create the app by creating a relationship between master and child tables in dataset and then dragging the master table and relati... 14 Jul 2008 20:56
API for Desktop Search? Anyone know if there's an API for Windows Deskop Search? Thanks, Jack ... 14 Jul 2008 17:51
Form Serialization? Can a Form be set to Serializable? My App keeps crashing ever time I attempt to serialize the form. I was under the impression that Serialization could be used to easily save all of my data. If the form can not be serialized, how to I save the information on it? ... 15 Jul 2008 18:31
Visual Studio Virtual Folders In Visual Studio I have a web project. Instead of retaining a local copy of my image folder i'd like to access my image folder(located on another server) with a virtual folder during debuging. Is there a way to do this so that when I hit run, it sets up the virtual folder ready to use while debugging? Did tha... 14 Jul 2008 17:51
Dienst beenden/staren Hallo, ich hätte wieder eine Frage an Euch. Unter Vista muss ich ein Dienst stoppen um ein Texteintrag in einer Steuerdatei zu ändern. Habe mich über die Hilfe informiert und bin auf "System.ServiceProcess.ServiceController" gestossen, nur ich kann eintragen was ich will, ServiceController kenn mein "Visual Ba... 18 Jul 2008 17:33 |