Run Applications And Open Files With Visual Basic
Mar 31, 2007How do I run files/application with standard editor/viewer?
View 1 RepliesHow do I run files/application with standard editor/viewer?
View 1 Repliesi want to buy a phone thats running on windows mobile 6.5 (htc touch2) and i want to run visual basic applications on it. i don't know how i can run them , is it possible ? ive started to learn c# to. Is it possible to run applications made in visual basic or c# ? if i can , how do i run them
if i can't what phone should i use ( android driven phone maybe?)
I know a bit of VB coding but I'm no professional. I'm currently about developing a web application in Visual Basic but there are a few requirements that I need to check before I begin.1. When creating a 'WPF Web Application' what type of code needs to be used?2. Is there a way of sending information from a web application to a database in Microsoft Access?
View 4 RepliesI am looking into writing a web-based vehicle tracking system. The framework I have in mind looks something like this:
Client application --- Database --- Database updater.
Client application: This would query the database for information and then display this information on a map.
Database: holds vehicle information such as speed, location, payload etc.
Database update: This application would need to continually check for information received from vehicles and then add that to the database.
I am confident that with my current skill set and some research and learning, I could write the client application and interface it to a database. However, I am at a loss as to how to write the database updater. Presumably, this would be an application running continually on the server, waiting for information to be received from vehicles and updating the database. Is this something I can do with ASP.NET and Visual Basic? Or would this require a different way of thinking than writing web pages?
Record keyboard inputs to fill forms. This feature will allow users to record keyboard sequence
View 1 RepliesPublic Class Form1
[Code]...
How would I open a program within Visual Basic 2010? (Like running "Application.txt" from "C:" within a Visual Basic project.
Public Class getfrom
Dim getfrom As String
Dim saveto As String
Dim download As Boolean
[code]....
i have create software using visual basic 2008 now i am stuck with several matter
i need a code that can open multiple URL in one time... when i click the button.. the URL also i can easily add or deleted it
I have a appliction developed on Visual studio 2003, .Net Frame work 1.1.After I migarted that application to Visual studio 2008, .Net Frame work 3.5, Visual Studio is crashed as opening some Visual basic designer files by Visual Basic Form Editor.The below is detail error message of Visual studio:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: devenv.exe[code]......
How do i open an VBS project in Visual Basic Express Edition?
View 1 RepliesHow can I open a Visual Basic application that I created in 2002? I downloaded a current version of Visual Basic Express and was able to connect a new project to the .mdb files but I couldn't figure out how to open the other files which I need to actually use the application.
Ideally I'd like to run the .exe file, but it doesn't seem to be compatible with Windows 64-bit. Alternatively I'd be happy recreating it with the various components if I could figure out how to access them.
I had a tree view in visual basic with many root and child.
I want to direct open file like xlsx, aspx even a folder each time i click at the selected node.
i'm creating a program in visual basic and i want to have a shortcut key that opens up another form even though my application is not the foreground window
View 1 RepliesI wrote a programme about 12 years ago in visual basic 3.Since then I have moved interstate and changed jobs quite a few time and lost the original Visual Basic 3 discs.Visual Basic 3 saved the files in a binary format that has not been used in any other version of Visual Basic. So now I cannot read or modify the files.
View 3 RepliesI would like to iterate the files in a folder in Visual Basic. I want to check for each file's name. I heard about a Dir function or something, but I am not very sure how to use it..
View 1 RepliesFor instance, I would like to read the picture's dimensions (width, height) and modify them to fit space available on a page. I have many pictures, so don't want to do this by hand.
If this involves using components or objects, where to find useful documentation about properties, methods, or whatever I need in order to write a program.
I'm using Vis Basic 2010 Express in Vista Ultimate.
I am making a desktop cleaner and I want the program to search For files extensions and move them into a new folder each named after the extension name. Here is what I have.
Public Class Form2
Private Sub Form_Load()
End Sub
[Code]...
I want to use Kill(Me.FileReference.Text("*.txt")) to move the files with .txt extention in the Directory which the textbox named Filereference.text contains which is extracted using MyFolderBrowser.SelectedPath.
Me Again, Can anyone tell me how to go about using Visual Basic 2010, on getting file information off of My CD'S/DVD'S as I have Many of them with No titles written on them.basically i would like to insert a CD or DVD into my computer and when i click a Button, A textBox will have all the files from the CD or DVD. and then i could print the list and keep a record of my CD/DVD.
View 8 RepliesIn VB, i see file format in wav, but how we can run other formats through vb code my.computer.audio take wav format is there any other posibility
View 5 RepliesI have this
[code]...
Still it shows the message box, this shouldn't be the case and is a tested and proofed situation, in this case it didn't, what am I doing wrong here?
Kind Regards, Starf0x
I am trying to locate the runtime install for Visual Basic 6 Runtime Extended Files. I am not a developer just the guy truing to get it onto the systems for them. My question is simple anI hope the answer is the same. We are converting our systemsfrom Windows XP to Windows 7 and we need the extended runtime modules so a number of our applications will actually work.
I cannot locate the install for this in the Visual Studio download area. Is the re-distributable part of the studio install (so it should be on one of the developers systems) or do I download it from somewhere else.
What files do I need to include when I share my published VB form. I see in the "Application Files" folder there are all my version that I have published. Do I need to include all these or just the most resent with the Setup.exe?
View 1 RepliesI'm using VB Express 2008 and I would like to open an excel file and save it with different name file. For example, I would like to open a file in
C: est.xls
And then I want to save them with different file name such as
C: ry.xls
I need to open an MS Word document and insert a picture to it using VisulaBasic 2008 by clicking on a button. I tried the automation code provided at this link [URL] but I can't find how to do what I want.
View 6 RepliesI have created a (kind of) 'Desktop' Form for the main basis of my program. Basically it is made up of 3 panel controls.
1. Holds all buttons which load the different forms (Like the windows start menu when expanded). name: StartMenuPanel
2. Holds Information on log in deatails. name: LogCheckPanel (very thin panel at top of screen)
3. Main panel which takes up the majority of the screen (where I want the forms to load). name: MainPanel
My aim is: When a button is clicked from the 'StartMenuPanel' the form will load with-in the 'MainPanel'.
I tried changing the start position to 'centre parent', but the panels are in the way so some of the childform is overlayed by the panels.
[Code]...
When I run this I get the following error: 'Top-level control cannot be added to a control'.
I hope I've explained this well enough.
how can i create and update mdb [ access ] files in visual basic 2008..and also if i have a dll library how can i get all of its syntax for using it in visual basic?
View 2 Replieshow to merge records in ms access 2007 in just a click away??i need visual basic code for merging files.
View 6 RepliesI currently have these group of files I want to rename:
C:Users medinaDocuments estenviromentTestfolderfile1-1111.doc
C:Users medinaDocuments estenviromentTestfolderfile2-1111.doc
C:Users medinaDocuments estenviromentTestfolderfile3-1111.doc
C:Users medinaDocuments estenviromentTestfolderfile20-1111.doc
I have a text box on my form where a I would enter a string of text which will replace the '1111' to whatever the string is in the text box field.
So for example, On my app, in the text box field, I would enter 2222, then when I click on button1, it will rename file1-1111.doc to file1-2222.doc, file2-1111.doc to file2-2222.doc, etc.....
This is my VB code I currently have:
[Code]...
how to sort the group of files in the directory using Hashtable by values?
i'll have more than 500 no of files in the below format:
prod_orders_XXX_<TimeStamp>.dat
XXX = symbol of the product and the length may varies.
<TimeStamp> = date and time
Multiple files for the same XXX are possible with different time stamps.
Here are some examples:
prod_orders_abc_20122001083000.dat
prod_orders_abc_20122001083111.dat
prod_orders_xyz_20122001093157.dat
[Code]......
I have posted a similar question before but this time i need this specificly using Hashtable.
I've made sort of a "Game"
I want to add an Item to all accounts. I know HOW to write into files and add the item but it's adding it to ALL accounts.
Accounts Dir: C:DatabaseAccounts"Username"Items.txt
Without adding EVERY Account file as a streamwriter how would I make the streamwriter do all available directorys for the account's name.