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 > february 2007 > threads for friday february 2

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

Overriding
Posted by Roshawn at 2/2/2007 9:15:15 PM
Hi, Is it possible to override a property, function, or sub in a base class if the Overridable keyword isn't specified? For example: Public Class ExampleA Sub DoSomething() Dim str as String = "Do something already" End Sub End Class Public Class ExampleB Inherits Exa...more >>

Treeview troubles
Posted by David at 2/2/2007 9:03:05 PM
I am running VB.Net 2005. Currently I am experiencing problems saving and loading a Treeview to file. I am using Text, Key and ImageIndex in the treeview nodes. When I save the treeview to file and reload it, I loose the key value and can only retrieve Text and Imageindex. Does anyone ...more >>

VB vs C#
Posted by Mark at 2/2/2007 6:35:54 PM
hi i would like you all to let me now some pro's and con's between vb.net and c# We do alot of online transactions mssql2005 back end services, processing ,email, fpt, vpn etc. and front end web reporting, ftp, information pages tia mark ...more >>

Polymorphism using DLL Declares?
Posted by Vince Castellano at 2/2/2007 3:33:23 PM
Hello, I have a set of DLLs that implement different configurations of the same API. Consider them as first.dll, second.dll, and third.dll. They all share a common API, calling pattern, and have the same logic to handle the calls. Calls in the VB.net code does not call the DLLs directly, but ...more >>

VB2005 textbox - how to get 3D look like VB2003?
Posted by Rich at 2/2/2007 2:36:00 PM
Hello, I selected BorderStyle = Fixed3D for a textbox on a form in VB2005, but the textbox looks flat. In VB2003 the textbox has the same borderStyle = Fixed3D and has a 3D appearance. Is it possible to get the same 3D appearance for a textbox in VB2005? How to do this? All of my textb...more >>

Query problem...!
Posted by explode at 2/2/2007 2:05:17 PM
I made an access database 4 tables with relationships. Tables are Studenti (StudentID (primary key), Broj iksice,Prezime,Ime) Kolegiji (KolegijID(primary key), Ime kolegija) Predavanja (PredavanjaID (primary key),Datum) Spoj (StudentID ,PredavanjaID ,KolegijID ) ...more >>

Timer / UI thread issue
Posted by Smokey Grindle at 2/2/2007 1:53:30 PM
I have my entire program in a Sub Main class and it runs as a notify tray icon 99% of the time... inside the program there is a timer whihc is declared like this Dim WithEvents MyTimer As New System.Timers.Timer(20000) the timer checks every 20 seconds a website to pull information from......more >>

Menu
Posted by David Plotts at 2/2/2007 1:47:22 PM
I have a "Main Menu" in my VB.net form. I added menu items and can view it in the design view. When I compile, it isn't there. Visible is True for the menu. ...more >>



Insert error from designer generated table adapter:object reference not set to..
Posted by Rob at 2/2/2007 1:42:15 PM
I use VB.net 2005 and designer-generated typed dataset. Within the dataset, there is a table adapter and the table adapter has a public Insert method. So I tried to call the Insert method with my own parameters but it causes an exception that says "object reference not set to an instance of an...more >>

access array across multiple forms
Posted by FrAxElAnK NO[at]SPAM gmail.com at 2/2/2007 11:59:58 AM
I am creating a program with 2 forms and on the first one i have created an arraylist. On the second one I want to call the arraylist to display its contents in a textbox. I am having trouble figuring out how to make the arraylist that is on the first form visible to the second form so I can hav...more >>

ASP.NET save files location in visual studio 2005
Posted by xerrr002 NO[at]SPAM hotmail.com at 2/2/2007 11:56:40 AM
Hi im working on my universtity asignment and would like to know were the source code is saved in VS 2005. Since if i move the main data containing directory ( the one that is created by VS ) in your my documents \vishualstudio 2005\webpages to my laptop i am unable to modify any of the code and...more >>

Parameter Query Options
Posted by Tony A. at 2/2/2007 11:53:01 AM
L've created a parameter query where the options are True, False and All. Using a combo box the user can select on of these options. Getting True or False to work is easy. Howe do I select both options when All is selected? -- Tony...more >>

Finding out if an object esists using SQL Server SMO
Posted by Patrick Hill at 2/2/2007 11:15:15 AM
Is there a way using SMO to find out if an object exists? I want to find out if this sp exists on the server [dbo].[spGetActiveEmps] I know I would have to use something like: theserver.Databases.Item(DBName).StoredProcedures.Item([dbo].[spGetActiveEmps]) ...more >>

Adding values in text boxes
Posted by David Plotts at 2/2/2007 10:15:00 AM
I'm a beginner with VB.net, only had one class in college on it. I can't seem to remember how to add text boxes up. I want to add the values in text boxes together, and put the value into a label This is what I have, but it just adds the values together. So if txt_roads_pre.text has 5, a...more >>

Add reference
Posted by Rex the Strange at 2/2/2007 10:00:18 AM
Hi All, Quick question: I notice that some namespaces are added as references by default (ie: there is no need to go to "Add Reference" and add them. Is there a way to modify this default list of references and to add my own so I don't have to "Add Reference" each time I create a project? ...more >>

.NET to DB2 via iSeries
Posted by Jeff Allan at 2/2/2007 8:52:33 AM
Hello, Does anyone out there have experience with connectivity to DB2 hosted on an iSeries? I have successfully written a VB.NET 2005 WEB application to do this but I am having a morning connection problem. Every morning the iSeries will return an "invalid connection" error on the first...more >>

disabling the resize feature More options There are currently too many topics in this group that display first. To make this topic appear first, rem
Posted by wanwan at 2/2/2007 8:45:24 AM
I'm using Microsoft Visual Studio 2005 VB to write my windows application. I can't tell which property disables resizing. I tried setting the Locked property, but it doesn't work Please advise on how to do it. ...more >>

Norton says my .exe is a High Risk
Posted by johnb41 at 2/2/2007 8:20:47 AM
Starting a few days ago, when i run my .exe file (for my app), Norton Antivirus pops up a warning saying "xyz.exe is attempting to connect to a DNS server". The message is highlighted in red, and is considered "High Risk". My application has absolutely no code that would connect to a server, ...more >>


DevelopmentNow Blog