First  |  Prev |  Next  |  Last
Pages: 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
Returning ??? using System.Text.ASCIIEncoding
When I use the following code I get "???" in place of the non-Ascii character. Is there any way to fix the conversion or do I have to write a function to search for "???" and replace with another character? Any help or suggestions would be greatly appreciated. Thanks Dan Dim plainText As String ... 29 Jun 2008 13:11
stellenangebote markt stellenangebote botschaft stellenangebote siemens stellenangebote duesseldorf Technologe Technologin stellenangebot wirtschaft
stellenangebote markt stellenangebote botschaft stellenangebote siemens stellenangebote duesseldorf Technologe Technologin stellenangebot wirtschaft + + + ARBEITSANGEBOTE IN DEUTSCHLAND http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE http://WWW.ARBEITSANGEBOT-DEUTSCHLAND.DE + + + + STELLENANGEBOTE IN DE... 28 Jun 2008 08:36
Interface is not implemented by this class? Codebehind
Hello What do I need to do to add this function to my aspx codebehind? Public Function Compare(ByVal x As Object, ByVal y As Object) As Integer Implements System.Collections.IComparer.Compare ' make it return this in descending order (newest first) Return -DateTime.Compare(DirectCast(x, F... 28 Jun 2008 09:37
Logic problem with absolute value
I get an "Ambiguous Match Exception" when I try to run the code below. I need |x1 - x2| > 80 and |y1 - y2| > 100, and I want to just loop until this condition is true. horz1 = Int(Rnd() * 469) vert1 = Int(Rnd() * 245) Do horz2 = Int(Rnd() * 469) vert2 = Int(Rnd(... 28 Jun 2008 12:42
Importing a form created in VBA
I want to rewrite a macro created in Excel VBA using VB.net. I created a fairly elaborate form in VBA and want to know if there is an easy way of importing it into VB.net without manually creating all the form controls. Grateful for any assistance. ... 28 Jun 2008 06:34
Setting a picturebox image at runtime and offsetting
I am programming a "craps table", and I would like to randomize where the dice land. The first one is no problem. To fit on the "table" I have the following: picDie1.Location = New Point(Rnd() * 469, Rnd() * 245) The second die is a little harder. I don't want any overlap of the dice, and the second die ... 28 Jun 2008 13:43
C# equivelant of VB.NET's Asc()
VB.NET has a function, Asc(), that gets the Ascii value of a character. I am attempting to find an equivelant function for C#. Can somebody help me here? -- Nathan Sokalski njsokalski(a)hotmail.com http://www.nathansokalski.com/ ... 7 Jul 2008 03:17
Type 'ConnectionStringData' is not defined.
I'm migrating a VB.NET 2003 application to VB.NET 2008. The 2003 app used the June 2005 Enterprise Library while I'm going to use the latest EntLib, 4.0 - May 2008. I copied the 2003 app to a new 2008 folder structure, recreated the app.config using the new 4.0 EntLib config tool, and referenced the 4.0 Micr... 3 Jul 2008 06:21
When do I have do define variables with "DIM" ?
Occasionally I saw VBS script where local variables were declared on top with a statement like DIM myvar However most of my own vbs script run without such declaration. When do I need them and when not? Tony ... 28 Jun 2008 04:32
Anyone familiar with .ord (or ORD) files/file extension?
Someone at my place (a higher up someone) asked me (over the phone) if I knew anything about ORD or .ord files/file extensions. After searching google I came up with CAD drawings. Does this sound like some kind of drawing file or something else? If it is related to drawing files - does anyone know what kind... 28 Jun 2008 03:31
First  |  Prev |  Next  |  Last
Pages: 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156