Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008


all groups > vb.net > april 2006 > threads for sunday april 30

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Multithreading Problem
Posted by Michael at 4/30/2006 11:52:01 PM
Hi, I am trying to create a multithreaded VB 2005 application which attempts to create a new thread per Domain Controller (DC) in my environment. Each thread connects to its allocated DC and enumerates all computer objects and extracts the 'LastLogon' property. The results from each thread ...more >>

Traversing a Collection
Posted by James at 4/30/2006 11:15:52 PM
Hi. I have created several Collection objects which inherit from System.Collections.CollectionBase but up until now I've been able to process them according to the order I populate them from a database. Now I want to be able to traverse backwards and forward through items in my collect...more >>

Adding a Web Reference changes DataTypes ???
Posted by cc at 4/30/2006 8:41:26 PM
Hi, I having created a simple WebService (in VS 2005) with just one WebMethod as follows : [WebMethod] public DataTable GetProducts() { DataTable objDataTable = null; // code for filling up the datatable return objDataTable; } Then, Adding the WebService as a Web Reference to...more >>

Maximum Form Height?
Posted by sam at 4/30/2006 7:44:24 PM
Do vb.net forms have a maximum height limit of 1212 pixels? I can't seem to make a form larger than that size, despite the min & max property values being set to 1 and 2000 respectively....an empty form can't seem to be stretched taller than that value.......more >>

My.Computer.Network.IsAvailable question
Posted by J at 4/30/2006 6:45:32 PM
Hi can someone tell me if the My.Computer.Network.IsAvailable will show true if dial up is connected? thank you, Ed ...more >>

Accessing one dimension of a multidimensional array
Posted by Nathan Sokalski at 4/30/2006 5:47:54 PM
I have a multidimensional array declared as the following: Dim guesses(14, 5) As Integer I want to assign all values in a specific dimension to another array declared as follows: Dim currguess(5) As Integer I would have thought this would be done using something like the follow...more >>

Crystal Report Forums
Posted by Bernie Hunt at 4/30/2006 4:41:44 PM
Where to the Crystal Reports experts hang out? I tried posting on the forum at Business Objects but it's a complete waste of time. Any suggestions on where to look for Crystal coders? Thanks, Bernie...more >>

Desperately needing direction with EncoderParameters and saving images under different compression/quality schemes
Posted by NutsAboutVB at 4/30/2006 1:43:09 PM
Hello, I am a VB.NET programmer and I have a JPEG image file (from digital camera) of about 109 KB's in size, when I open it and save it (without making any alterations at all, just going to File --> Save) in MS Photo Editor, the file is automatically shrunk in size to 81 KB's. When doing the...more >>



problem opening Excel file with Shell
Posted by PJ6 at 4/30/2006 12:39:55 PM
This little snippet works for .txt files, but for any .xls file I get a file not found error, even though the file is really there. Yes, I checked to see if the path is correct, and yes, I have Excel installed. Any ideas what's going on? If I can't use Shell to get Excel to open a file, ...more >>

How to catch a "word not installed" error?
Posted by Amedee Van Gasse at 4/30/2006 12:07:01 PM
I have written a small vb.net app that creates a Word and an Excel file. I referenced Word, Excel and Office as COM-components. The app does not work on a pc where Word or Excel are not installed. According to this article: http://www.devcity.net/Articles/89/1/spellcheck.aspx I added a try/ca...more >>

Regular Expression
Posted by Ben at 4/30/2006 10:43:01 AM
I am trying to validate a textbox in which the user enters the following - "smtp.servername.com or .net or .org or .com.uk etc... and I cannot. I have tried. The string is in the form xxxxx.xxxxxxx.xxx or xxxx.xxxxx.xxx.xx. Does anyone have any idea how to validate this string. VB2005 ...more >>

Drawing 2D Images
Posted by Anagnos at 4/30/2006 10:27:01 AM
I am a relatively inexperienced VB programmer and I need to draw images to the screen at a lighting fast rate as to avoid flicker. However, I have been unable to figure out how to use Direct X, especially since tutuorials in directX often come bundled with other things that I do not need that ...more >>


DevelopmentNow Blog