Using VB5 On A PC Running Windows XP?
Mar 17, 2010
I am using VB5 on a PC running Windows XP. I've read that in the future, Programs written with VB5 will be 'unsupported' on PC's running Windows 8. Does unsupported mean that Programs created with VB5 won't run on Windows 8 or that they will run but Microsoft won't offer any support for any problems?
I'm thinking of downloading Visual Basic Express 2008 and converting my VB5 Programs to VB.NET. Can I run VB5 and VB8 Express on the same PC without affecting my VB5 projects?
View 3 Replies
ADVERTISEMENT
May 15, 2012
I have seen this happen before but am not sure how I resolved it in the past. On runtime the controls of my form change from the windows 7/vista format to an older version format as shown in the attached image.
How to display the controls in the format on the left (new windows format)
View 1 Replies
Sep 25, 2011
I am building a Setup project for a Web system using Visual Studio 2008. I upgraded my development machine from Windows Xp to Windows 7. The problem started with Windows 7. Whenever I try to build I get the above error. I ve tried several solutions given online but I ve failed to get a solution. When I transfer the system to a machine running Windows Xp or Windows 2003 Server it builds successfuly.
View 4 Replies
May 7, 2009
I am trying to write a Windows Script that will allow me to monitor the following: That 2 x seperate but specific processes within Component Services "Running Processes" list are currently running and have not reset within the past hour. If I already know the PID, then I can retrieve the CreationDate (I assume which I can use to check for restarts? or is this the actual process creation/installation date) for each specific process, however if a restart occurs the PID will change and my script needs to know what the new PID is without me telling it!
[Code]...
View 2 Replies
Aug 27, 2010
We have a windows service running under a network account that calls and runs an ActiveX exe. The exe is running under the local system account, not the network account of the service.
View 1 Replies
Jan 25, 2010
Just placed out first Windows 7 PC in to a production environment and noticed that system.file.io gives errors about file not existing when using mapped drives to a network server. I can access the file through Explorer on the PC. When I chnaged the path to UNC using the IP and drive name instead of the mapped drive letter all works fine. Strange thing is for a few days during the testing period the application ran on Win 7 using the mapped drives in the file.io path. Not sure why it stopped working or how it worked in the first place. Question is on Windows 7 it seems like it doesn't like mapped drives in system.file namespace. Is tis true or are there more steps I need to do in addition to this This works as is, but when I change \172....vol1 to r: it bails, hence the thinking Win 7 is stopping the access to mapped drives.
[Code]...
View 1 Replies
May 9, 2012
I developed a c# .net windows application and create Set-up for it on windows XP Professional OS .
And Try to Run This Set-up on to Windows 7 OS(32 and 64 bit Both) for installing this application onto Windows 7 OS Machine But Installation Failed and Throw Code Error: 2869.
View 1 Replies
Jun 10, 2011
Is it possible to draw WPF elements in Aero style, running on Windows XP? Also can you change the window style to look like Aero? BTW I found a reference PresentationFramework.Aero, is it something to do with this?
View 1 Replies
May 18, 2011
I'm trying to make an RTD server unicode compliant. It is written in VB .NET 2003, and to my understanding, Unicode characters are used internally, so no conversion should be required, right?
When I run this on an English Windows xp machine, it works fine, but when testing on a machine with a Portuguese version of Windows 7, a couple of the RTD server's dialog boxes will not open in the add-in section of Excel. Does anyone have an idea why this would happen in Windows 7 Portuguese?
View 4 Replies
May 24, 2010
I created an app that connects to an SqlCe database. it runs fine on my computer (xp) but when i try to run it on other computers, it crashes (on xp machine, the error is : OS error: the OS storage system is not responding, on windows 7 the error is: Access to the database file is not allowed).
On windows 7, if i right click the exe and run as administrator, it runs fine. But, i can't expect my users to do this every time they want to run my app.
View 4 Replies
Mar 5, 2012
I am trying to use VB Net on Windows 7 to connect to a DB2 running on AIX. I don't want to have to set up an ODBC connection on every box so I really need something that I can do through VB Net. When I use the IBM.DATA.DB2 it does not work on Windows 7. I get an error: 'Type DB2Connection is not defined'
[Code]...
View 1 Replies
Feb 5, 2010
how to get the current Style of the Windows Xp programmatically. At the program startup I need to get if Windows is running in XP Style or in Windows Classic Style, so I will set my buttons Flatstyle property to flat or standard.
View 6 Replies
May 27, 2010
I know there are compatibility problems with 32 bit code running on 64 bit machines, but this doesnt seem like it should happen.
View 3 Replies
Apr 27, 2012
In my program, i need to List up all processes that currently running on windows by VB.NET framework 2.0. Can i get this list with VB.NET coding?
View 4 Replies
Sep 10, 2010
I have the code below that reads all the processes running.
Dim procList() As Process = Process.GetProcesses()
For i As Integer = 0 To UBound(procList)
Dim strProcName As String = procList(i).ProcessName
'msgbox(strProcName)
Next
I want to know what company the process belongs to, like the status bar in windows explorer shows the executable info: "Description: Windows Explorer", Company: Microsoft Corporation" and so on. Is it possible?
View 8 Replies
Mar 14, 2011
Can a VB2005 executable created from VS2005 run on any Windows OS (vista, 7)? If not what is the "patch"?
View 1 Replies
Oct 11, 2010
how can I make my program runs automaticly while windows starts? what is the code I have to wright in Button_click code to do that?
View 3 Replies
Jul 28, 2010
I'm needing to run scripts from within a vb.net windows app. I've got the scripts running in the background fine;
[Code]...
View 1 Replies
Mar 30, 2011
Have an EXE (Let's call it EXE1) that creates a process to run a second EXE (let's call it EXE2) EXE2 (which we didn't write nor can we adjust) has a visual interface.
View 4 Replies
May 16, 2010
I've coded this program in Windows XP 64 Bit. I also compiled it in Windows Vista 64 Bit. I've ran this program on 32 bit machines before and never had any problems. I purchased a new laptop with Windows 7 on it and i'm getting a "Not a valid Win32 Application" Error.
View 3 Replies
Aug 10, 2010
I use following .vbs can let me know the Windows Title is running or not, however, I would like to do more
1. Running the program with VB
2. By changing Label.Backcolor to show the Windows Title exist or not.
3. Can I run that from my machine instead logon to each server to run locally.
Dim WshShell
set WshShell = CreateObject("wscript.Shell")
'Option Explicit
[Code].....
View 4 Replies
Jun 2, 2011
I have a service ticket management application and users want to open several ticket details on a tab in a MDI frame. Since this application has to communicate through Web XML service with other company, it takes around 15 ~20 seconds. The users most complain is that he needs to wait until a saving process is done. Cursor is working while data is being saved and other can't be done
View 3 Replies
Dec 4, 2009
I have a windows service written in .net framework 2.0. This service installs and runs perfectly fine on both XP and windows server 2003.We have a new 2008 box that we are migrating over to, so need to get this windows service up and running.When i try to 'start' the windows service on the 2008 machine, i get "Windows could not start the <service> service on local computer. Error 1053: The service did not respond to the start or control request in a timely fashion."I have searched everywhere looking for an answer, and all I could find was a fix attributed to .net framework 1.1 for this same error. That; however, is not applicable here, as the service was written in 2.0.
View 3 Replies
May 18, 2009
As I said, I have a vb.net application which runs perfectly fine on Windows XP EN. However, it becomes problematic when run it under Windows XP in German Language. I have a string type in app.config file, it stores a color's RGB value "0,102,255" as a string. When the application starts loading, I will grab that value as a string and use ColorConverter object to convert it to a color as shown the following
Dim oConverter As New ColorConverter
Dim oColor As Color = CType(oConverter.ConvertFromString(My.Settings.MyColorString), Color)
View 2 Replies
Mar 10, 2011
I have a VB 6 SP6 application that uses DirectX 7 to interface to a USB joystick (Logitech Extreme 3D Pro).The application works under Windows XP Pro (32-bit).I've got Visual Studio and the application running under Windows 7 Pro SP1 (32-bit).
I've calibrated the joystick under Windows 7.The VB 6 application does not find any DirectX 7 joystick device to connect to.Otherwise, the VB 6 application works (GUI, embedded video, serial channel, Ethernet connections).The VB 6 application must be accessing the dx7vb.dll or it would crash.The joystick disc did not provide a driver.I installed the latest joystick Profiler vendor software from the Web.This is my first attempt to use Windows 7 as a platform.I'm not sure what to try from a Windows 7 perspective.
View 1 Replies
Oct 28, 2009
I've installed MonoDevelop 2.2b2 on my Windows workstation, which has the .NET 3.5 SDK installed and running fine (I can use VS Express and command-line compilation without a problem).Apparently MonoDevelop defaults to calling the Mono VB.NET compiler (vbcnc.exe) rather than the Microsoft compiler (vbc.exe) when building a project. (I haven't tried a C# project yet.)Is there a way to tell MonoDevelop to use the standard VB.NET compiler for .NET 3.5? I can't seem to find such an option anywhere in the application, solution, or project options.I like the MonoDevelop IDE (even better than SharpDevelop), but I'm not sold on installing and using Mono's compiler just yet, nor do I know if it can even handle the latest VB.NET / C# language features.
View 2 Replies
Mar 16, 2012
What type of coding requires administrative rights? Does deleting files or copying files or using the shell / system.diagnostics.process.start()
View 1 Replies
Aug 30, 2009
I have a problem with any vb.net application running on my windows 2003 vps. I've tested this by creating the simplest form with just a button on it and executing the following code...
[Code]...
View 4 Replies
Apr 26, 2009
I have created a program that when a user registers, it sends an email to that user, and three of my email addresses. The problem is that while it is sending, the window is un-usable and "does not respond" and the icon changes to the white box thing when you click on it. is there a way that i can run this process behind the program, so the window is still usable, but it still sends the emails?
View 1 Replies
Jan 6, 2009
I am making a "fake Operating System" or "Virtual Machine" or what ever you want to call it. It has all of its own programs. I want Windows XP to stop running so that it will go faster and so on.Okay so I will obviously need coding on the Form1_Load and Form1_FormClosing Subs.Here is my attempt at coding it (Note that this is just the attempt at coding this particular part. It is not necessary to give you everything cause it would be to much and it might confuse people) :
Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
System(My.Computer.FileSystem.Drives.Join)
End Sub
[code]....
View 3 Replies