| Romainian Teenagers Raped. Banned Photos. 9595 (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Pictures from banned site of young romanian teenagers being brutally raped. http://205.251.154.36:89/teenrape/TeensRaped.scr hhfkchfkzyeclebcykkfkcrqinrprcktrgxjtn |
|
| howto use GetNamedSecurityInfo (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, I'm having major troubles calling/ using GetNamedSecurityInfo in VB.NET however i can make it work in VB6, does anything know how this is done ? thanks in advance |
|
| Install VB6 after installing Visual Studio 2003 (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Is it possible to install Visual Basic 6 on a machine that already has had Visual Studio 2003 installed on it? If so, how is it done? Thanks in advance for any info you can provide! |
|
| As Any Not Supported (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I am currently attempting to port several legacy apps to VB.Net. One thing I am finding is the use of 'As Any' which will not upgrade, often it is easy enough to replace with a specific type, but almost as often it's not, and nothing seems to work as a replacement. Can anyone give me any pointers I could try here? |
|
| datagrids (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, all: In VB6, I can do this: private sub someGRD keypress(ascii as integer) 'if user press 'enter' then do.... if (ascii 13) then ....... end if end sub How can I do this in VB.NET? Thanks. |
|
| Printing in VB.Net (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I am right now involved in a vb to vb.net migration. Can you help me in giving me hints/tips in converting statements like: Printer.CurrentX (Printer.ScaleWidth Printer.TextWidth(strTmp) LEFT MARGIN RIGHT MARGIN) / 2) LEFT MARGIN There are too many similar instances, where positions are calculated, where printing should happen. It will be of great help to me if anyone can throw some light on this.... |
|
| vb 2005 Express (from VB6) (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 Printer.Font "Verdana" Printer.FontBold True Printer.Print "Yeah Baby yeah!" Printer.EndDoc MsgBox "Done!" End Sub gives ... |
|
| CallWndProc() upgrade problem (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi all, I've come across a wonderful bit of code for generating a 32 CRC on a file at very high speeds unfortunately, it's in assembly... the code in VB6 works fine, but I can't get the thing to upgrade to .NET :( VB6 code (very edited); Private mvCRC32 As Long ' This value starts at 0 and returns from AddBytes with the file CRC Private mvCRC32Asm() As Byte ' This array is filled with pre compiled... |
|
| CreateProcess problems in vb.NET (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi All :) Would be grateful of advice please. I have code in VB6 working as follows: lngReply CreateProcess(sNull, txtStart, ByVal 0&, ByVal 0&, 1&, NORMAL PRIORITY CLASS, ByVal 0&, sNull, sInfo, pInfo) but alas, the 'equivelant' vb.Net code translated as: lngReply CreateProcess(sNull, txtStart.Text, sa, sa, 1, NORMAL PRIORITY CLASS, 0, sNull, sInfo, pInfo) does not execute cleanly. That is, altho... |
|