|
First
|
Prev |
Next
|
Last
Pages: 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
Why the Image.FromFile method is slow in Vista? Hello, I used Image.FromFile method to get lots of images from files, it's very slow in Windows Vista, but it's fast in Windows XP! could anyone please tell how to speed in Windows Vista? thank you ... 5 Jul 2008 23:45
arbeiten im ausland schweden schulen im ausland stellenangebote arbeiten im ausland dubai praktikum ausland jahr im ausland arbeiten im ausland zu arbeiten Masseur Masseurin stellenboersen Drogist Drogistin arbeiten im ausland schweden schulen im ausland stellenangebote arbeiten im ausland dubai praktikum ausland jahr im ausland arbeiten im ausland zu arbeiten Masseur Masseurin stellenboersen Drogist Drogistin + + + ARBEITSANGEBOTE IM AUSLAND http://WWW.STELLENANGEBOT-AUSLAND.DE http://WWW.STELLENANGEBO... 23 Jun 2008 23:01
Zipping files using VB .net (in SSIS) I have an SSIS package that I'm converting from DTS (SQLServer 2005), and the ActiveX Script Task (in VBScript) is deprecated, so I'm trying to convert things to Script tasks (in VB .net). I have a script that is zipping up some files, and it's using an old Winzip, which I don't have on my pc, and certainly would... 24 Jun 2008 17:29
Casting from interface to it's base type Hi (final q I hope!) I have a class which implements an Public Class MyClass(Of T) Implements IMyInterface End Class The Class was instantiated with a Dim _myClass as New MyClass(of String) and then added to a Dictionary(of String, IMyInterface) When I enumerate the dictionary For each _kvp as... 23 Jun 2008 20:58
stellenangebot industrie stellenangebote botschaft stellenangebote schweiz jobangebote spanien stellenangebot industrie stellenangebote botschaft stellenangebote schweiz jobangebote spanien + + + ARBEITSANGEBOTE IN DEUTSCHLAND http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE + + + STELLENANGEBOTE IN DEUTSCHLAND http://WWW.STELLENANGEBOT-DEUTSCHLAND.DE http:... 23 Jun 2008 17:53
Type casting "Simon Woods" <simonjwoods(a)hotmail.com> schrieb: Public Class MyClass(Of T) Private _myValue as T Public Property MyValue() as T Get Return _myValue End Get Set (value as T) _myValue = value End Set End Property Public Readonly Property MyValue1()... 23 Jun 2008 15:49
Q re: Type casting Another quick q - sorry to trouble, again ... If I have a class as follows: Public Class MyClass(Of T) Private _myValue as T Public Property MyValue() as T Get Return _myValue End Get Set (value as T) _myValue = value End Set End Property Public Readonly P... 23 Jun 2008 14:48
Use VB.NET to Upload Files via PHP Hi, I am trying to upload some files using VB.NET by passing the params to PHP. When I use the web browser, the script works fine and I have no problems uploading, but when I do this entirely through VB.NET, it keeps telling me that there is an error with the file upload when the file type is not restrict... 23 Jun 2008 13:46
Starting 1 to n process(s) and then closing them all later when the application exits. I have a application that crunches a bunch of data, creating log files, excel files etc... I use Process.Start to open any number of these file for viewing. My goal is to have the application close all the file it opened when the it exits. I start files like this for example: Dim myProcess As Process = Syste... 23 Jun 2008 13:46
tree-view item and context menu I have a form w/ a treeview on it, and a context menu tied to the tree-view. I need to know what field on the tree is in blue when the user does the right click. I thought I could use the treenode.text, but that always returns the first option on the tree and the option that is in blue. But, if i do the double-clic... 24 Jun 2008 09:13 |