microsoft.public.dotnet.languages.vb.upgrade Archive - February 2004
Post a message to this list
Messages
Page: 1
VB.NET application run on web (4 replies)
microsoft.public.dotnet.languages.vb.upgrade
Hi i need to run my VB.NET application on my browser. If you know hoy ia can this, please send me e mail with explcations. If you can, I need clear explanation because I am newbie in VB.NET Thanks a lot
is this a bug? (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I try to convert VB6 user control and I have problem if I have following: Option Explicit #Const DebugPrint False Dim lcboWidth Const As Long ....... a lot of lines code ...... the result is very short only two lines: Option Explicit #Const DebugPrint False I delete #Const DebugPrint False and all is OK. Is this a bug or .. Ognian Obretenov Unisoft Ltd Plovdiv Bulgaria unisoft@plovdiv.techno link....
multiple developers (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
We are just getting starting developing with .NET. We typically have a screen that calls one or more screens. 1) Do we need to set up all of these screens under one solution or can we have multiple solutions that tie together? 2) If one solution is needed with multiple projects how do we allow multiple developers develop without using VSS? Any help is appreciated.
Help upgrading addressOf (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Hello, I am trying to convert from vb6 to vb.net and I have an issue with the addressOf function. Below is the code any help would be greatly appreciated. Thanks in advance. code erroring here 'UPGRADE WARNING: Add a delegate for AddressOf RelEventCallBackFunc Click for more: 'ms help://MS.VSCC/commoner/redir/redirect.htm?keyword "vbup1048"' err Renamed CDEnterReleaseControl(m hSource, AddressOf R...
error "does not have the same signature as delegate" (4 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Hello, I am trying to create a delegate for an upgrade but I am now getting this error: Method 'Public Function CamEventCallbackFunc(eventID As Integer, pData As Integer, DataSize As Integer, Context As Integer) As Integer' does not have the same signature as delegate 'Delegate Function DelegateCDRegisterEventCallbackFunction(hSource As Integer, pFunc As Integer, Context As Integer, ByRef hFunc As...
Font Name change at run time (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Hello, I have a text box control TB. I want to change its font at run time to "Courier". TB.Font New Font(????) Can someone help me in the required syntax. Regards Vinay
referencing an activeX control (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I my VB6 application that I am converting to VB.NET I was passing a reference to an ActiveX control to another object in order to embed one in the other. I.e. Set Node.ActiveXObject advFiltersGrid.object The VB.NET upgrader did it's best and changed this to: eventArgs.node.ActiveXObject advFiltersGrid.object which does not compile. What do I need to do to get a reference to my 'advFiltersGrid' obj...
Public and Friend Properties (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
In our VB6 application we have a lot ( 300) of (large) classes where various properties are marked as Public Get and Friend Let/Set. This is so that the DLL can load the objects and set the properties but they become readonly to the outside world. The upgrade wizard converts these to a single public property. Does anyone have any recommendations about the best way forward ? Is there any "simple" w...
QueryPerformanceFrequency and QueryPerformance counter, different in VB .NET than in V B6 (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
MSFT KB article 172338 gives an example of how to use the Query* API to use a high resolution timer. Alas, such code fails when upgraded to VB.NET because VB .NET does not seem to like to pass the Currency data type of VB 6 to the API the same way as was done in VB 6. When imported, the Currency data type gets changed to Decimal and I have to manually change that to Long for the critter to work. I...
Please help me with forms! (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I just got VS.NET. This is going to be a long road! I'm trying to reproduce one of my VB6 MDI apps. Adding new instances of MDI children was pretty easy. But I have a few forms, used as dialogs, that I only want 1 instance of. When the user is done changing values on the dialog, then click a "DONE" button. Some processing is done and a child form is created, then the dialog is hidden. This way, wh...
PrintFrom substitute for VB.NET (2 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Hi, I'm looking for a way to print a form from vb.net, instead of PrintForm (which, alas, is no longer supported). Any "generic" solutions out there? TIA, Eli
VB60 to .net Kill Function fails (7 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Hello everyone. I just migrated a project to VB.NET from 6.0. Made many code changes as required and it works fine except in one place now. I am trying to download a file from the FTP server and work with it. The first time it donwloads it works fine but the second time when it comes back the kill function fails. This is the code where it fails. If Dir(AppPath & "xxxxx.jpg") "" Then Kill(AppPath &...
This newsgroup (3 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
I've seen no new postings here for a few daze. I access the group directly from the MSFT news server. http://www.standards.com/; See Howard Kaikow's web site.
Error handling doesn't work when I ugrade to VB .NET 2003 (32 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
In a VB newsgroup, I've described an apparent problem with VB 6. I've been able to replicate and demonstrate the problem. See the revised http://www.standards.com/temporary/OutOfStackSpace.html. I am now trying to determine whether the same behavior is seen with VB .NET. There are no upgrade warnings when upgrading to VB .NET 2003, however, I do have to change the Currency data type to Long for th...
ASP.Net (2 replies)
microsoft.public.dotnet.languages.vb.upgrade
Hi All, Is anyone tried the ASP.net Data bind control? Will you use it for implementation? Is it good? Please advise. Thanks
ini file (4 replies, VIP)
microsoft.public.dotnet.languages.vb.upgrade
Hi I'm trying to make a project where I have to read from an ini file the keys and values of several sections. example: [Section 1] key1 ala lab key2 ala amf key3 ala ima [Section 2] key1 ci rep key2 ci rdl key3 ci rep .... Does anyone know how to do this? I really don't have any idea. tia, Sphinx
Word Wrapping and AutoSize on a label (2 replies)
microsoft.public.dotnet.languages.vb.upgrade
In VB6 if you had a label control with the properties of Autosize and Wordwrap set to to TRUE, it would grow the label control, vertically, to hold all the text. However this functionality does not seem to be included in VB.Net, does anyone have any idea how to solve this as I have been pulling my hair out all afternoon. For example in VB6, place a label control and a command button on a form and ...
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