Make Linux Compatible Software With VB 2010?

Feb 5, 2012

anyone know how to make linux compatible software with Visual Basic 2010? is it possible? and how could you do this?

View 2 Replies


ADVERTISEMENT

[2008] Send Linux Console Commands To A Remote Linux Server?

Jan 23, 2009

Is there a way for my program to send Linux Console Commands to a remote Linux server?

View 4 Replies

Make An Application That Works On Other OS's (Mac OS X - Linux)?

Oct 27, 2009

Can I make an application that works on other OS's (e.g. Mac OS X, Linux)?

View 3 Replies

Make An Application That Search The Files Like Grep In Linux?

Jan 31, 2011

I would like to make an application that search the files like grep in linux.

View 1 Replies

Make VB 10 File Compatible With VB 8?

Apr 13, 2010

I have to do a project for my computer engineering class. I made a game, I was almost done and the deadline was the next day. so i downloaded VB 10 and finished up. when i went to open it at school it wouldn't open. how can i make it compatible with VB 8?

View 2 Replies

C# - Asp.net Webservice - Make Compatible With PHP And Other Languages?

Mar 23, 2011

I am currently creating a web service in vb.net and I would like to ask the community what is the best way to make this compatible for PHP users and other languages.An example of my code is as follows:

Public Shared Function GetBasketInfo(ByVal sessionid As String, ByRef ds As DataSet, ByVal attributes

As String) As DataRow
If String.IsNullOrEmpty(attributes) Then
Throw New ArgumentNullException("Please supply a manufacturer")[code].....

My question is will this method be compatible with PHP consumption.

View 1 Replies

Make My Program Compatible With More Computers ?

Jun 30, 2009

I'm trying to make my program compatible with more computers, even if their computer is not up to date. Im trying to make it compatible with the following windows versions, all versions so if it has home, professional, server, etc...

Windows 98
Windows 2000
Windows ME
Windows XP
Windows Vista
Windows 7 RC

Now, my program is compatible with the bottom 3, and with 64 bit computers, the problem is that my program has to have the .NET framework 3.5 installed, which meens XP needs updated and that framework installed, and on earlier versions, it wont install the framework through windows update and the like, also, I cant expect people who want to use it to have it installed, can anyone explain a way for me to make it so my program if its possible, then whatever features may use that framework, if just not calling that code will stop the program from crashing, or if i can make it use older version instead of a newer version framework, maybe only in certain cases.

View 14 Replies

Make Vb Application Compatible Indifferent Resolution?

Mar 26, 2010

i want to make my vb application compatibale with all resolution.

i new in this field.i hav emade my form on 1068x768 resolution.

View 1 Replies

VS 2010 App Is Not Xp Compatible

Mar 6, 2012

I have several programs developed in visual studio 2010 (visual basic) working good in window 7 but not in xp, for example the sql connection is slow or the program cannot connect to the database. Also the webbrowser does not work 100%.

Is there some way to make compatible a program in xp??

View 7 Replies

Make A .NET/JavaScript Login Page Which Is Compatible With IE7, Chrome, Mozilla And Safari?

May 23, 2011

I have a .NET login page. It works properly in Internet Explorer 7, but i want to make it compatible with Chrome, Mozilla and Safari.

The login code behind is:

Protected Sub btnLogin_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnLogin.Click
{..................
ScriptManager.RegisterStartupScript(Me, Me.GetType(), "test", "login()", True)
........}

The ASPX page code is:

function login()
{
if(document.getElementById("ctl00_Sidebar_Contentplaceholder_Lo1_SaveFlag").value =="Y")

[code]....

This is not working. I tried to debug it, but in debug mode the cursor only steps through the code behind. I'm not able to enter the javascript login() function on the aspx page.

View 1 Replies

VS 2010 Cross Platform Application (windows & Linux)

Dec 22, 2010

am devoloping a simple program in vb.net but i wanna do it a cross platform almost (windows & linux) or if there is a vb.net to C++ code converter

View 2 Replies

VS 2010 Does Not Have A Signature Compatible With Delegate?

Mar 14, 2012

useing vs 2010 i got this code

vb
Public Sub SetText6(ByVal [text] As String, ByVal textbox As TextBox)
If Me.TextBox1.InvokeRequired Then

[code].....

View 1 Replies

VS 2010 Program Is Not Compatible With Windows XP?

Jul 15, 2011

I've made a program in Visual Basic 2010 SP1, but users that are on Windows XP report that it isn't compatible, although they have installed Microsoft.NET Framework 4. I even tested it myself on a WinXP computer with the latest framework and it just crashes. My computer has Windows 7 and it works flawlessly. All my other programs are compatible with XP, but this one isn't. I have developed this program in Visual Basic 2010 SP1, and the other were developed in the normal Visual Basic 2010. Does this problem have anything to do with Visual Basic 2010 SP1?

View 17 Replies

Make A Basic Client And Listener Chat Room - : Error1Method 'Private Sub CliInfo' Does Not Have A Signature Compatible With Delegate

Dec 9, 2009

Im trying to make a basic client and listener chat room but im having problems with method invoker.

Error: Error1Method 'Private Sub CliInfo(CliMess As String)' does not have a signature compatible with delegate 'Delegate Sub MethodInvoker()'

Imports System.Net.Sockets
Imports System.Threading
Imports System.Text[code]......

View 5 Replies

Automate Ssh To Linux Box?

Sep 24, 2011

I have automate ssh to Linux box using vbs script (to log in and execute commands)

but i need to make a tool which edit the vbs values and execute it

Brief vbs script set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "plink.exe -v -ssh ubnt@192.168.1.20 -pw ubnt -m UNIX_commands.txt" WScript.Sleep 2000 WshShell.AppActivate "192.168.1.20 - PuTTY" WshShell.SendKeys "conf term{ENTER}" as you can see it is first run plink.exe (ssh client) with specific User name & password and load specific commands to execute on Linux box from UNIX_commands.txt which located in same directory

[Code]...

View 1 Replies

VB Connecting To DB2 On Linux?

Jun 7, 2010

I can get Visual Studio 2010 Professional to connect to a DB2 UDB database but I don't see any tables. I can hand code the sql and get data returned but I want to be able to drag and drop and use the power of the Studio. I've tried OLE and ODBC connections but I'm still missing something in the set up.

View 4 Replies

VB GUI Designer For Linux?

Sep 6, 2009

I have MonoDevelop working, and so far it's been really good. The only thing that seems to be missing is the GUI designer.

View 2 Replies

.NET Connect To Linux Server?

Jun 22, 2011

I have to develop a small application that will connect to a Linux server (scp on port 22), upload a file, and then execute the file. The first thing that came to mind was to call WinSCP from my app, but the initial connection will always prompt to accept the hostkey. When calling WinSCP from the commandline you can press a key to copy the hostkey to the clipboard, and then you can use it with the -hostkey switch to connect. Any thoughts on how I might do this in VB? It would have to look like this:

Attempt to connect via WinSCP
Copy hostkey to clipboard when prompted
Attempt to connect again using hostkey

I'm just not sure about #2. I would have to send a keystroke for the letter 'C' which causes the hostkey to be copied to the clipboard.

View 2 Replies

How To Pass Commands To Linux CLI

Oct 18, 2011

I am trying to invoke a Linux machine through putty from VB.NET and to perform some operations on it.

I had invoked the Linux machine using following code:

Dim strCommand As String
Dim ret As Integer
ret = Shell("putty.exe Linux_machine_id", AppWinStyle.NormalFocus)

[Code]....

But once the Linux machine is opened its prompting for username and password.Using SendKeys i tried to send the username and password but its not passing to the Linux machine.

why username and password is passing to the Linux machine...

View 1 Replies

Porting VB Apps To OS X/Linux?

Dec 29, 2009

I've been wondering about this for a while, but is there actually any free way to port VB.net apps to OS X and Linux? I've searched the web for this and couldn't find anything much.

View 5 Replies

Run .net Windows Application In Linux?

Jun 11, 2011

can We run VB.Net windows Application (2.0 Framework) in Linux.

View 2 Replies

C# System.PlatformID.Unix Vs. Linux?

Aug 8, 2010

I need to make some system calls in my C# applications.Unfortunately, this behaves differently on Linux than on UNIX.Now I used to switch the Operating system at runtime like this

If Environment.OSVersion.Platform = System.PlatformID.Unix Then
' Linux/Unix '
ElseIf Environment.OSVersion.Platform = System.PlatformID.MacOSX Then

[code].....

View 1 Replies

Communicate With A Server(linux Shell)?

Jun 12, 2011

is there any exemple that explain how to connect to a shell command in lunix system like connect to ms doss in localhost. but we need to connect with a user and pass. so is there any exemple to do this??

View 3 Replies

How To Deploy .net Windows Application In Linux

May 26, 2010

i developed a windows application in vb.net 2005 and i used ms-access as my database. i need to deploy my application in redhat linux operating system.

View 4 Replies

Porting .net Application From Windows To Linux?

Mar 21, 2011

I developed an application using VB .NET on a Windows OS. If I want to enable this application for a client who uses Linux , how do I do so? Do they need to purchase VB .NET? I am totally lost on how this works.

View 5 Replies

Python - VB Developer Wants To Write Linux App?

Apr 17, 2012

I am trying to choose a language, IDE and other tools in order to develop a photo gallery application for a Linux platform. Specifically the Raspberry Pi My background is almost exclusively using Visual basic since the early 90's and most recently VB.NET in VS2008

View 1 Replies

Using Copy A File From Windows XP To Linux?

May 4, 2011

I have some simple vb.net code that I use to copy a file between 2 servers.

IO.File.Copy(fromFileName, toFileName, True) ' Overwrites existing files

That works fine when both machines are Windows XP.

What would I need to do differently if 1 of the machines happens to be a LINUX box?

View 1 Replies

VS 2005 Run Windows .net Application To Linux

Jul 31, 2009

I developed a application using vb.net 2005 and sql server 2008 for windows but i want to run this application on one of the client which is linux. means : windows server 2003 on which database is install. Five client machine is Windows Xp on which application is running ok they have two machine on which linux is loaded. Now I want to run the same application on linux machine also Guide how to do this..

View 3 Replies

Access Online Linux Based SQL Server?

Apr 18, 2011

Im new on this forum here, i have already browsed many topics but i really didnt found a answer on my question.

I want to connect to a web-based linux SQL server. Is there a way to do that? Or do you have to use the Microsoft SQL server?

View 2 Replies

An IDE As Good As Visual Studio 2008 For Linux?

Apr 13, 2009

I just want to ask is there an IDE as good as Visual Studio 2008 for Linux? MonoDevelop IDE is not good, I need a free Visual Studio for Linux?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved