VS 2010 Convert VB2005 To VB2010?
Oct 7, 2010
I have a few small apps developed with VB2005 and Crystal Reports(that comes with VB2005) and installed at my clients. If I convert them to VB2010 and set the app to work with .Net Framework 2.0 like my VB2005 apps did, will I have to do any installation process at the clients or can I just copy to new VB2010 app to clients machine?
I ask this because when they want minor changes, I usually just install the updated exe over the internet.
View 3 Replies
ADVERTISEMENT
May 28, 2010
I own a copy of vb2005 professional. I need to migrate a vb6 project to vb.net Is there any difference in terms of effort to migrating to these editions of vb.net
View 3 Replies
Oct 25, 2010
I decided to to convert my excel macro in a exe file using visual studio 2010. In excel macro method find is present like this:
[Code]...
View 9 Replies
Jul 9, 2009
Is there a simple way to convert MP3 to WAV in vb2005?what i would like to do is play MP3 files in vb2005 but first they need to be converted to a byte(memory) wave string before they can be played internally by the program unless someone else built a class or module for this already.
View 2 Replies
Mar 26, 2009
i face big problem my Doctor want this code in vb 2005 or Vb6 who can convert to vb2005 and make it run like the c++ version
[Code]...
View 6 Replies
Mar 3, 2010
i wish if any one can help me in this:i finished from my project and i want now to conver it to an executable file before it can be used or installed in a workstation.
View 1 Replies
Dec 25, 2010
Private Sub txtTerm_KeyPress(KeyAscii As Integer) '4078D0
[Code]...
View 1 Replies
Mar 15, 2012
I just converted my project from vb6 to vb2010 and am getting this error
Error11Name 'cdPrintSettings' is not declared.C:\Users\IT\Desktop\trial\TETRAD_.NET_UPGRADE\TetradUpgrade.NET\frmInvestorStatementPrintDialog.vb278Tetrad upgrde
View 1 Replies
Jan 21, 2011
I'm using vb 2010, lets say i have a TextBox1.Text and i want that the information entered there converts to hex so im talking about converting string to hex, i know for integers u can use hex() but not for string, im just trying to convert text to hex, now in python i would use textbox1.text.encode("hex"), im new in the programation world and i started with python so i dont know how to do this in vb2010,lets just say im making a hex to text conv and textbox1.text is where i'm gonna type the text,
View 8 Replies
Mar 10, 2011
I'm studying visual basic in my course and in my book there was this example so when I tried to do it , it didn't work I did the same thing as written but I don't know what is the problem with me this is the error message apear to me
View 4 Replies
Oct 27, 2010
I've created a rich text editor in vb6 but am forced (yay for the IT department) to switch to vb2010.but for the life of me I can't get the editor to work.
[code]....
View 12 Replies
Oct 4, 2010
I created a windows form in VB 2010 and I am trying to view it in 2008, but I get the error message "The selected file is a solution file, but was created by a newer version of this application and cannot be opened".
Is there anyway I can re-save the 2010 project(similar to Microsoft word) in order to be able to open in older version?
View 4 Replies
Oct 20, 2011
How to convert VB2010 Express proj to VB2008
View 6 Replies
May 13, 2010
My goal is to find the fastest way to convert a bitmap in a one-dimensional string array, where black pixels have to be converted in "X" characters and every other pixel in blank characters.My present attempt is to use a code like:
[code]...
But the Cpu usage is excessive, and the elaboration time too (I have to convert one Image by second).Can someone suggest a much more fast method, maybe using some Api??
View 9 Replies
Jul 19, 2011
This code was posted in Chit Chat and everyone is saying how great it is. I just have Visual Studio 2010 and no familiarity with VB6 so I thought it would be good to convert the code to Visual Basic 2010.
[Code]...
View 39 Replies
Mar 31, 2012
can i convert colors values to integer?
View 6 Replies
Jul 5, 2011
I have many projects VB 2005 ... the question is:
How could I open these projects with VB 2010 version?
View 3 Replies
Aug 20, 2010
I am upgrading a program from VB6to VB2010.Is there no upgrade wizard for this?When I tried to upgrade to VB2008 I got a message ole_e_cant_bindtosource. Looking online the two suggestions on changing the registry didn't work so I thought I would go straight to VB2010.
View 6 Replies
Jan 21, 2011
I'm using vb 2010, lets say i have a TextBox1.Text and i want that the information entered there converts to hex so im talking about converting string to hex, i know for integers u can use hex() but not for string, im just trying to convert text to hex, now in python i would use textbox1.text.encode("hex"), im new in the programation world and i started with python so i dont know how to do this in vb2010,lets just say im making a hex to text conv and textbox1.text is where i'm gonna type the text,
View 6 Replies
Sep 10, 2011
I want to make a textbox and a Button in VB with this
<form method="post" action="http://www.unrealskill.com/index.php?app=core&module=usercp&tab=eventstab&area=ussn&func=entercode" onsubmit="disableSubmits(this)">
[Code]....
View 36 Replies
Aug 6, 2010
i think its inpossible as i keep getting errors can someone post me a TUT how to inport and use it in 2010?
View 5 Replies
Feb 13, 2010
I would like the program to detect a key press and then report that key to a MsgBox
I have the code for the message box thats easy, and I have
View 3 Replies
May 19, 2012
I am currently creating a program to send keystokes to a program at certain intervals. I need the thread to delay between keystrokes, and i need to be able to have the user input the amount of delay from the GUI via textbox. I have it running perfect with Thread.Sleep(), but it just isn't consistent enough. How can I code it to be accurate to roughly 5ms up or down? thanks, and here is the code. This is in VB 2010 by the way.
View 2 Replies
Mar 5, 2012
I have an app that pulls up a webpage that has a button on it with the following ( I CANT change the webpages, but I can change anything in the App.)
[Code]...
View 1 Replies
Jun 17, 2012
I have Visual Studio 2010 Professional, version Microsoft Visual Studio 2010 Version 10.0.30319.1 RTMRel Microsoft .NET Framework Version 4.0.30319 RTMRel
[Code]...
After installation completed, i could not find the crystal reports any where in the VB2010, so i changed the .Net Frame work from Client profile to .Net framework 4.0 as i found in some blogs, but still did not solve the problem any how.
View 3 Replies
Sep 24, 2011
Let me preface this by saying I'm VERY limited in my programming knowledge/experience using any language. I mean I have extremely basic capabilities and don't quite understand this stuff inside and out like most of you do.Anyway, I'm trying to code a fantasy football draft program in VB 2010 that utilizes the MS Internet Transfer Control 6.0. It will retrieve the HTML from a website, say ESPN, and parse the data into player names, rankings, and other stats. Should all be simple strings/sub-strings. It will then populate a DataGridView control so that each row in the DGV has the player's name, ranking, projections for the season, etc. After this has been populated, the program will be designed to allow me to draft players and assign them to the various teams automatically. I am the commissioner and we do an off-line draft, so I will just make picks for everyone and submit them online later.
View 9 Replies
Apr 22, 2011
Is there a way to register VB2010 express without an internet connection? My days are diminishing!
View 9 Replies
Aug 18, 2010
I am writing an app in VB2010. My code parses a text file, assigns data to variables My??, and then attempts to store this data in an access 2010 (actually access 2007 format) table. Yet, whenever my code gets to MyRow.Item("Artist") = MyArtist I get an error 5 'Artist' does not belong to Table MyTable, but the field/column does exist in the table as do all the others.
01Dim tbl As DataTable = New DataTable(MyTable)
02tbl.Rows.Add()
03Dim lastRow As Integer = tbl.Rows.Count - 1
[Code].....
View 8 Replies
Apr 4, 2011
So I'm developing an application in VB2010. The idea is to perform CRUD operations (more or less) to an Access2003 Database. The database is relational, yet I haven't grasped the best architecture to make an application to interact with it. I tough doing a Business layer with a domain model would work. Controllers for each Use case (which are basically CRUD operations) would create Domain Layer object. Yet I don't know yet how to manage the mapping of the objects to/from the database.
View 8 Replies
Mar 20, 2012
I have a text file with the following contents:
China,Asia,100000,3500000
England,Europe,20000,49494
USA,North America,430933,33943
Brazil,South America,754744,74744
How can I export all these under the headings to Excel:
Country Continent Population Area
View 13 Replies