Click here to Skip to main content
15,885,782 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
Dave Kreskowiak22-Jan-09 7:21
mveDave Kreskowiak22-Jan-09 7:21 
GeneralRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
solomondevapaul12327-Jan-09 21:57
solomondevapaul12327-Jan-09 21:57 
GeneralRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
Dave Kreskowiak28-Jan-09 2:49
mveDave Kreskowiak28-Jan-09 2:49 
GeneralRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
solomondevapaul12329-Jan-09 21:57
solomondevapaul12329-Jan-09 21:57 
GeneralRe: How to convert VB 6.0 application to support Greek Regional settings? Pin
Dave Kreskowiak30-Jan-09 1:57
mveDave Kreskowiak30-Jan-09 1:57 
QuestionWindows application compatible with Mac Operating system Pin
pavanip22-Jan-09 1:15
pavanip22-Jan-09 1:15 
AnswerRe: Windows application compatible with Mac Operating system Pin
Ashutosh Phoujdar22-Jan-09 1:34
Ashutosh Phoujdar22-Jan-09 1:34 
AnswerRe: Windows application compatible with Mac Operating system Pin
Dave Kreskowiak22-Jan-09 7:18
mveDave Kreskowiak22-Jan-09 7:18 
You cannot run the same .EXE file on a Mac and expect it to work.

There are two possibilities. You can run Windows inside a virtual machine on the Mac. You'll need virtual machine software and a licensed copy of Windows, then install the .NET Framework on it, and you'll then be able to run your app in the virtual machine.

The second method is what has already been proposed. Get Mono and compile your code using that framework. You'll, more than likely, have to rewrite parts of your app to get it to work completely, since Mono is NOT a 100% replacement for the .NET Framework.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Windows application compatible with Mac Operating system Pin
pavanip23-Jan-09 1:11
pavanip23-Jan-09 1:11 
GeneralRe: Windows application compatible with Mac Operating system Pin
EliottA23-Jan-09 2:16
EliottA23-Jan-09 2:16 
GeneralRe: Windows application compatible with Mac Operating system Pin
Dave Kreskowiak23-Jan-09 2:27
mveDave Kreskowiak23-Jan-09 2:27 
Questionnot able to disconnet the mapped drive with "NET USE" command in VB6 Pin
Ankur.Bakliwal22-Jan-09 0:42
Ankur.Bakliwal22-Jan-09 0:42 
AnswerRe: not able to disconnet the mapped drive with "NET USE" command in VB6 Pin
Ashutosh Phoujdar22-Jan-09 0:50
Ashutosh Phoujdar22-Jan-09 0:50 
GeneralRe: not able to disconnet the mapped drive with "NET USE" command in VB6 Pin
Ankur.Bakliwal22-Jan-09 1:33
Ankur.Bakliwal22-Jan-09 1:33 
QuestionDo not allowing user to order rows Pin
RA|-|UL PATEL22-Jan-09 0:08
RA|-|UL PATEL22-Jan-09 0:08 
AnswerRe: Do not allowing user to order rows Pin
Ashutosh Phoujdar22-Jan-09 0:20
Ashutosh Phoujdar22-Jan-09 0:20 
GeneralRe: Do not allowing user to order rows Pin
RA|-|UL PATEL22-Jan-09 1:30
RA|-|UL PATEL22-Jan-09 1:30 
GeneralRe: Do not allowing user to order rows Pin
Ashutosh Phoujdar22-Jan-09 1:46
Ashutosh Phoujdar22-Jan-09 1:46 
GeneralRe: Do not allowing user to order rows Pin
RA|-|UL PATEL22-Jan-09 17:14
RA|-|UL PATEL22-Jan-09 17:14 
QuestionExport DataGridView to Excel And Word WithOut Ms Excel And Word Pin
mehrnoosh21-Jan-09 19:58
mehrnoosh21-Jan-09 19:58 
AnswerRe: Export DataGridView to Excel And Word WithOut Ms Excel And Word Pin
Wendelius21-Jan-09 20:15
mentorWendelius21-Jan-09 20:15 
AnswerRe: Export DataGridView to Excel And Word WithOut Ms Excel And Word Pin
Ashutosh Phoujdar22-Jan-09 0:15
Ashutosh Phoujdar22-Jan-09 0:15 
AnswerRe: Export DataGridView to Excel And Word WithOut Ms Excel And Word Pin
rohan_puranik22-Jan-09 20:07
rohan_puranik22-Jan-09 20:07 
QuestionScrollbar height and width Pin
r.ps21-Jan-09 18:27
r.ps21-Jan-09 18:27 
AnswerRe: Scrollbar height and width Pin
dan!sh 21-Jan-09 18:56
professional dan!sh 21-Jan-09 18:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.