VB GUI Designer For Linux?
Sep 6, 2009I 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 RepliesI 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 RepliesIs there a way for my program to send Linux Console Commands to a remote Linux server?
View 4 RepliesI am attempting to update an existing winforms application, that was created with a dataset control on all the winforms pages. I have ported it from VS 2008 to VS 2010 and I need to update the database section and connect it to the SQL backend using traditional code method.In the Solution explorer, when I click on the Dataset files, and click "Exclude From project" I am unable to build the project.Is it advisable to comment out the code lines that refer to the dataset in the .designer.vb files?
View 1 Replieswhat account for this error message in ls beta 2?'' The last change wasn't successfully persisted.Please shot down the running application.
View 1 RepliesI 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]...
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 RepliesI 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.
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...
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 Repliescan We run VB.Net windows Application (2.0 Framework) in Linux.
View 2 RepliesI 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].....
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 Repliesi 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 RepliesCan I make an application that works on other OS's (e.g. Mac OS X, Linux)?
View 3 RepliesI 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 RepliesI 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 RepliesI 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?
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 RepliesIm 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?
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 RepliesI want connect my linux remote system using ip address and port through .net. and want run a command to run a file inside the remote system
View 5 Repliesanyone know how to make linux compatible software with Visual Basic 2010? is it possible? and how could you do this?
View 2 RepliesI have a program built on VB.NET and C# . It calls Win32 API and another APIs we made and others (WodSSH and DevExpress).Now we plan to extend our tool to run on Linux and UNIX GUI for UNIX end-users. We have doubts whether to try to import the program somehow (I heard about Mono and Wine) or build it from scratch in Java.
View 6 Repliesi was wondering how far back in the windows operating systems visual basic builds would run. like the exe you build at the end will it work on old windows 95 systems and would it work on other operating systems such as linux apple ect..
View 2 RepliesIs there anyway in VB.NET to monitor a remote Linux/Unix filesystem for changes and even write to it? Like a cross-platform FileSystemWatcher?
View 1 RepliesHow to connect to oracle (Linux) without installation of Oracle Client or TOAD .....?
View 2 RepliesI would like to make an application that search the files like grep in linux.
View 1 Repliesam 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 RepliesI have a programmer who is using VB and LINQ; and I have a MySQL database that is running on a linux server. My programmer tells me that:he cannot connect to the MySQL database via LINQ if he was able to connect then it would require all sorts of rewriting I don't know anything about LINQ but I thought it was an ORM. As such, any DB server that is supported should work just fine? Right? OK, so maybe it's not an ORM... maybe it should generically connect to ODBC and render similar results?
View 1 RepliesMy self and most everyone else on our team is having the same issue with VS2008. The designer will not render many forms in designer mode. Currently I am getting this error "The type 'Team.CAD.UI.My.Resources.Resources' has not property named 'view_16'" Well veiw_16 is in the resouces file.
View 2 Replies