Convert Visual Basic 3 Binary Files?
Jun 24, 2009
I 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 Replies
ADVERTISEMENT
Feb 21, 2010
I was wondering if I could somehow binary coding, if not all coding of a file.In Visual Basic 2008, I use this method:I click a button on a form, I browse the file, I select itand then I click open and it fills a RichTextBox with 1 and 0's in binary form.. You know, drag a .exe file into notepad and you get random jiberish and inunderstandable characters.Well, this method does just that, BUT! It's waaaay to slow
Dim input As New System.IO.FileStream("File to get binary from.exe", IO.FileMode.Open) 'Create a new File Stream
Dim bytes() As Byte
[code].....
View 3 Replies
Jan 26, 2011
I was going to try to write a hex/octal/binary/decimal converter in Visual Basic 2010 express and was wondering how I would start to do this.
View 2 Replies
Jun 3, 2009
I need to convert PDF files to Binary strings, the resulting string looks like this"JVBERi0xLjQNJeLjz9MNCjI1IDAgb2JqDTw8L0xpbm...."
I have a program that pulls all the PDF files in a directory, and reads using Binary Reader, but I am not getting the results I need.[code]...
View 1 Replies
Oct 26, 2011
I am updating an old program made in Visual Basic to C#. I can't seem to find an equivalent to the visual Basic class 'CharArrayType' in C#. Does anyone know if this class even has an equivalent in C#?
return (char[])CharArrayType
.FromObject(LateBinding
.LateIndexGet(array, new object[] { 0 }, null));
View 3 Replies
May 24, 2009
here is the API written in C++:
c++
#define BMSAPI_WINDOWCAPTION "BMS Business Music System"
#define WM_BMSAPI_COMMAND 0x7fff
int BMSAPISendCommand(int iBMSCommand, LPARAM ExtraData)
[Code]....
I need it converted to Visual Basic .NET. I ran it through a converter but it wasn't very succesfull.
View 6 Replies
Apr 27, 2011
Visual Basic NET. I have coded a programme which save the icon of a *.exe file into a picture, and now the question, how can I convert the picture to a real icon file?
View 1 Replies
Feb 17, 2012
iam using visual basic 2010 if possible convert Text to wav or mp3 format?
View 7 Replies
Jun 29, 2010
I'm working on a practice exercise to convert a XML file to a text file. Here's the code;
Function XML2Text(xmlNode As Variant, Optional recordQuery As String = "*", _
Optional propertyQuery As String = "*", Optional filename As String = "", _
Optional Delimiter As String = ",") As String
Dim buffer As String
Dim recNodeList As IXMLDOMNodeList
[Code]...
View 3 Replies
Sep 25, 2009
I'm an undergraduate student from Singapore University, would like to enquire you on how to convert character codes to ASCII codes using visual basic. regarding the codes on how to build it as I need it for my semestral project
View 3 Replies
Mar 6, 2011
I am trying to write data to a binary file using the Print() method, but when I run it I get the System.IO exception Bad File Mode.
Here's the code for the FileOpen declaration, that might have something to do with it?
FileOpen(filenumber, "path to file", OpenMode.Binary, OpenAccess.Write, OpenShare.LockReadWrite)
Print(filenumber, expression(variable))
View 1 Replies
Oct 27, 2010
I am trying to print the contents of a structure onto a print page in Visual Basic(visual studio 2008). However my for each loop generates a conversion error?
Public Class Form1
Structure IncomeRecord
Dim IDVal As Integer
[code]....
View 1 Replies
Apr 10, 2010
I Have a project I am currently making in visual basic 2008 express edition. I then tried out visual basic 2010 express beta 2 and found a feature i need for my project in it...
If I convert my Visual basic 2008 project into a 2010 beta 2 project will i later be able to convert the beta 2 project into the full version of visual basic 2010?
View 39 Replies
Jan 5, 2011
I 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 Replies
Jan 16, 2012
For 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.
View 11 Replies
Dec 7, 2011
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.
View 1 Replies
Jan 21, 2011
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 Replies
Mar 31, 2007
How do I run files/application with standard editor/viewer?
View 1 Replies
Aug 24, 2008
In 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 Replies
Jul 10, 2010
I 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
View 2 Replies
Jul 6, 2011
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.
View 7 Replies
Oct 22, 2010
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 Replies
Feb 27, 2010
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 Replies
Jun 3, 2010
how to merge records in ms access 2007 in just a click away??i need visual basic code for merging files.
View 6 Replies
Jun 25, 2012
I 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]...
View 4 Replies
Jan 25, 2012
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.
View 1 Replies
Jan 31, 2011
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.
View 3 Replies
Dec 30, 2011
I have an issue with creating a VB program. I reference files on my computer that are displayed in a webbrowser in the program. The issue comes when I install the program on another computer because of the file path. The program is looking for the files on the computer I created the program on because of the file path, instead of looking for the files within the program resource files.
For example, I created the program on Computer A and referenced File "C:ComputerAMy DocumentsHelp.txt"
Once installed on Computer B, the program doesnt display the image because it's looking for "Computer A" in the file path.How do I correct my programming so that the files are universial and can be found on any computer the program is installed on?
View 13 Replies
Apr 20, 2012
I have a project in visual basic 2010 and want to convert it to visual studio 2010 so I don't have to chose the "open with" every time. Is there a tutorial on how to do this?
View 4 Replies
Jun 20, 2010
how to read selected text from pdf files in vb.net - visual basic language ?
View 1 Replies