| how to insert text to a file? (5 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi all I need to write a message line to a text file. Could someone give me a sample code for how to use "seek" method? Thanks |
|
| Migrate to VB.Net (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hello There, Our company have an application which is developed with VB 6, SQL Server 7 and Crystal Report 9. Does anyone know how hard it is for us to migrate to VB.Net? Does VB.Net come with tool to do the job? If not, are there third party tools? Which one do you recommend? Normarlly, how long does it take to migrate an application with about 70 forms, 13 classes, 1 user control and 40 crystal ... |
|
| Can't create a Metafile for recording using the GdiPlusFlatApi in VB6 (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, I'm using the GdiPlusFlatApi in VB6, everything works fine except creating a Metafile for recording. Here is the code snippet: Dim fRect As RECTF Dim hMetaFile As Long Dim nRet As Long Dim hdc As Long hdc GetDC(0) fRect.Left 0 fRect.Top 0 fRect.Right 10000 fRect.Bottom 10000 nRet GdipRecordMetafileFileName(StrConv("Test.emf", vbUnicode), hdc, EmfTypeEmfPlusOnly, fRect, MetafileFrameUnitGdi, St... |
|
| INPUT MASK FOR TEXTBOX IN WINDOWS FORM (5 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hello. How can I set input mask for TextBox in Windows Form? For example I want to mask (format) TextBox for inputing phone number like (999) 999 99 99. The TextBox must first show something like this: ( ) Or is there any free component for this? How can I do this? |
|
| Unhandled Security Exception - Please Help (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I am new to the .net world. I simply converted a VB 6 application with one form. The program converted OK and builds without any errors. However when I try and run the newly converted program in .Net the following error occurs when the main form is trying to load: "An unhandled exception of type 'System. Security.SecurityException' occured in VNetMen.exe" "Additional information: Requested failed.... |
|
| Biggest challenges for upgrade? (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hello, I am preparing to upgrade a large multitired app, with both web and "fat" client to VB. net. I was wondering what are the biggest risks, most complicated points etc. I have already encountered some very nasty type checking over Variant code. Anyone wth more expirience on upgrade? Thanks |
|
| Upgrade Wizard - Problem (5 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| In Upgrade Wizard , I always get the msg "Upgrade failed: Exception Occurred. Invalid System Configuration (Unable to Locate Microsoft.VisualBasic.UpgradeExtensions.dll). Please run setup again" Reinstalled it again but no luck. any help. |
|
| Multithreading Programing (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, I'need information and examples on Multithreading programming in VB.NET. Please send information to federico@gazum.com Thanks and Regards, Federico |
|
| Where is datarepeater (3 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| There is no datarepeater in windows form controls, what's the best way to implement it in vb.net? I would appreciate anybody can point direction and resource. Thanks in advance. Wei |
|