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
March 2007
April 2007
May 2007
July 2007
August 2007
October 2007
all groups > vb.net upgrade > july 2004

insert into problem
Posted by Stephen at 7/31/2004 12:23:05 PM
Hello I want to insert data from TABLE Master into TABLE tempAr. I have the following so far. Both tables are in a Access Database What am i doing wrong? steve SQLStatement = "Insert into tempAr(MasterId,Payment)(Select MasterId,Cust_leasePmt from masterwhere cust_methodofPayment=2)" SetU...more >>


loading forms only once.
Posted by TerryW
I am trying to write my first app using dotnet after years of vb6. I am trying to load a form from a "main" form but after I have loaded one instance of the form's class I don't want to load any more. Do I have to keep track of which classes I have instantiated or is there a better way of doi...more >>

Printing various fonts
Posted by Duncan Gordon at 7/26/2004 7:58:28 PM
I am having some difficulty in using the new style printing in .net. I wish to print a block of text with various different fonts for different sections, but I wish them to appear in the saem document. Aside from some hefty playing with rectangular boxed areas is there any way (with the em...more >>

Confused about VBScript and ASP code running on Windows Server 2003 .Net
Posted by johna NO[at]SPAM cbmiweb.com at 7/26/2004 1:46:43 PM
I am really confused about how "regular, old, classic" .ASP files written with server side VBScript code are supported in the new environment of .Net running on Windows Server 2003. I am trying to get a large site of .ASP files running without conversion to ASP.Net user controls and in general...more >>

Visual Basic .NET 2003 version
Posted by EMW at 7/24/2004 12:50:05 PM
Hi, Which version (standard of professional) do I need (ms website is not clear to me) for: - developing windows based programs - developing ASPX for internet - developing windows mobile applications for PDA's Please let me know, so I can tell my boss what to buy? thanks, Eric ...more >>

Variable Types - mainly API declarations
Posted by Andrew Dunn at 7/21/2004 5:11:04 PM
Hi Group I am currently fixing up my first converted project (VB6 to VB.NET) I am still need to add the required DELEGATE stuff in order to use enumwindows, however looking at a couple of examples (all different) I notice that the variable types have changed. i.e. VB6 was using LONG, the up...more >>

Implicit Scope
Posted by Duncan Gordon at 7/20/2004 1:48:06 PM
I am currently porting a sizeable program from VB6 to .net and have to make sure that all variables are declaired (i.e. it will compile in VB6 with Option Explicit). As I have to create declarations for a number of currently implicit variables I have to determine their scope. What is the s...more >>

How to open a com port like COM1 ?
Posted by TKV at 7/16/2004 10:47:02 AM
I used open "com1..." in QuickBasic and it was easy enough to find and use I used the Comm control in VB6 (which i now do not have) and it was also easy enough to find and use BUT i cannot get a clue what to do in VB.net ! I tried whatever search word i could imagine using the help ... I searche...more >>



data control problem
Posted by ?? at 7/13/2004 12:19:31 PM
I am new to VB.NET. I tried to upgrade my project from VB6 to VB.NET2003. I used ADO data controls to populate the data to datagrids. After the upgrade, the ADO controls does not work properly. (there is no error but no records is retrieved) Is ADODC not working in VB.NET ? If so,...more >>

How to crop and resize with a picture box?
Posted by sdonovan NO[at]SPAM -NOSPAM-carlile.biz at 7/8/2004 3:42:43 PM
I am trying to figure out how to crop and resize a picture when you open it into a picture box. Any help would be great. Thanks. --- Posted using Wimdows.net NntpNews Component - Post Made from http://www.DotNetJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Se...more >>

Functionality of ActiveX EXE
Posted by Chris Langston at 7/6/2004 2:23:18 PM
Hello-- I've looked for the answer to this question everywhere I can think of with no success, and I feel like I'm probably missing something very simple. I'm in the early stages of migrating quite a bit of code from VB6 to VB.NET. In VB6, I was able to create an ActiveX EXE server th...more >>

vb 2005 Express (from VB6)
Posted by Richard K Bethell at 7/2/2004 3:43:11 PM
Mostly I want to thank the powers that be for a much improved upgrade engine that finally handles printing. Now I should note that my upgrade did not really work, on a fairly simple sample: Private Sub btnPrint_Click() Printer.CurrentX = 10 Printer.CurrentY = 10 Printer.FontSize = 30 Printe...more >>


DevelopmentNow Blog