microsoft.public.dotnet.languages.vb.upgrade Archive - August 2004
Post a message to this list
Messages
Page: 12
How to crop and resize with a picture box? (2 replies)
microsoft.public.dotnet.languages.vb.upgrade
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 Searching.
How to open a com port like COM1 ? (4 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
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 searched the TOC of several books ... And i do not have the VB6 to write a simple program and then upgrade it t...
Functionality of ActiveX EXE (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
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 that would allow me to maintain persistent object data, even during periods when no clients were connected, using globa...
Confused about VBScript and ASP code running on Windows Server 2003 .Net (2 replies)
microsoft.public.dotnet.languages.vb.upgrade
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, minimal modification. I was making some progress and I thought I understood that ASP was supported withi...
Will Microsoft provide a .NET MMC designer like that for VB6? (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Will Microsoft provide a designer like "the MMC Snap in Designer for VB6" for VB.NET or any other .NET environment in the future? If possible,how long will it appear?
Visual Basic .NET 2003 version (28 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
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
Learn the Science of Meditation. Online. (2 replies)
microsoft.public.dotnet.languages.vb.upgrade
Learn the Science of Meditation. Online. Sing the Song of the Soul! Yes, you do get beautiful MP3 files with this course, plus wonderful slide shows and numerous other enlightening material from articles to graphics. This is a comprehensively structured course that goes for a year. Next intake is now open and course commences 1 September 2004. Last semester (March to August 2004) attracted over 15...
loading forms only once. (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
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 doing this? TIA Terry W.
VB 6 COM Convert to VB.net (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Hi, I have create a COM object in VB6, it work fine, but when I try to use this COM in window 2003 server (This server already install VB.net), I use Component Services to register this COM object, but when I use ASP to test, it have a error " WindowMail error '8007202b'. Automation error A referral was returned from the server. " So I try to upgrade this COM from VB6 to VB.net, It can bulid a DLL...
Index Controls Windows Forms (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I read somewhere that in the next version from VB.Net Controls with indexes will be supported again like in VB6. Is this correct? Peter
Mixing VB6 and VB.Net resource files (4 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I've an application (VB6) which uses resource dll's (only strings) with a LoadResString function. Now I added some new programs using VB.NET. I want to avoid duplicating the resource files, but I cannot find a way to re use those dll's from .NET. Is there a way how I can read the stringtable from that dll? Or how I can share the rc or res file with both the VB6 and the .Net project?
Print with TextOut (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I am in the process of moving many of our programs from VB 6.0 and VBS to VB.NET and ran into a big problem with printing to an embossing machine. These are machines that print information on both sides of a card and one side has a magnetic strip. The program was orignially in VBS but was very limitted to what we could do with it. Anyway to the point. When I try to print to the embosser with a Gen...
data control problem (4 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
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, what should I use to replace it?
Implicit Scope (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
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 scope of an implicit variable? Any help is much appriciated Duncan
Printing various fonts (2 replies)
microsoft.public.dotnet.languages.vb.upgrade
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 emphesis on simplicity) that do this? Your help is greatly appriciated!
Upgrading vb6 crystal drs reports to dot net 2003 (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I ran the client VB6 project throught he upgrade process; however, the Crystal DSRs were not upgraded... is this a common occurrence? or is there a workaround to get the reports upgraded as well? thanks Brian
How do I converting eVB projects to VB.NET? (2 replies)
microsoft.public.dotnet.languages.vb.upgrade
I have a program that I created for a Handheld PC using embedded VB and I wish to convert it to VB.NET so that I can compile it for use on a PC. Has anyone come across a solution for this?
Upgrade Option Strict Issue (7 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Hi, I upgraded a VB6.0 application that uses the GetRows method to return a 2 dimensional array into a variable of type variant. In VB.NET the Variant variable is of type object but since it's a two dimensional array I changed it to the following: Dim Array (,) as Object On this line: Array rsRow.GetRows(, , "somefield") Now Option strict is barking: Option Strict On disallows implicit conversions...
Variable Types - mainly API declarations (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
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 upgrade routine converts these to INTEGER and all the examples I've seen use IntPtr. As a comparision, below ar...
i Have a problem (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
can you help me about this problem,the message says: The exception unknown software exception (0xc00000fd) occurred in the application at location 0x77f8ed96. Click on OK to terminate the program Click on CANCEL to debug the program what can i do? From: armend belallari Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id tH rBoWDlE2UQCCB3FLVdw /Id
License issue for VB6->VB.NET upgrade (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I have a VB6 application using RDO and this program works fine in my user's PC. Then, I upgrade it to VB.NET using Upgrade Wizard. After upgrade, it still worked fine in my development PC but when I deployed it to my user's PC, it threw a runtime exception "System.Runtime.InteropServices.COMException (0x80040112): Class is not licensed for use" in a RDO related statement (Friend RDOrdoEngine defin...
activeX dll and vb.net (7 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Is there a way to create an activeX dll with vb.net? In vb6, I created a dll which had common code that my applications used. This dll was placed in system32 and used by the apps. I tried creating a dll with vb.net 2003, and it works fine, however, the dll must be in the same directory as the exe. Otherwise I get an failed to initialize error. Any help would be appreciated. Thank you
NetShareGetInfo API Call (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Hi All, I've posted this to various other VB newsgroups and haven't got any responses, so I hope there are some intelligent people here who actually have an idea in this area. I've been trying to get the API NetShareGetInfo running in VB.NET. Does anyone have any working examples of getting this to work? I am using the following declaration which I don't even know if it is correct, but I also need...
Upgrading VB6 source-code error (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I have been attempting to upgrade the source code for a VB6 program to VB.Net, but I receive an error message saying: "Upgrade failed: Exception occured: Could not load referenced components: COMCTL32.OCX(1.3.0) COMDLG32.OCX(1.2.0) TABCTL32.OCX(1.1.0) COMCT232.OCX(1.1.0) PCTONE.OCX(1.0.0)" The reason that I am listing the whole message is because there is an article (# 318597) which is nearly iden...
Language/API Differences between VB .NET & VB .NET 2003 (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I have an instructor that is teaching VB .NET and I need to know if there are any differences between VB .NET and VB .NET 2003 that would make a difference with the text book being used. The book is Visual Basic .NET Introduction to Programming 2e, Sprague. We have other departments that want 2003 but I don't seen any real differences (note I'm not a programmer) between 2002 and 2003 that would ma...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification