VS 2008 Convert vb6-.net2008
I have and old vb6 application that I would like to convert to Visualbasic.net2008 and then migrate to .net 2010. When I run the upgrade wizard it gives me an error unable to locate VBUpgrade.Engine....
View ArticleVS 2010 Removing vowels from string
Sorry guys I guess maybe I did not explain myself very well earlier. I need to copy the user input into the "original" label which I have that working. Then I need to remove the vowels and put the...
View ArticleIssues with VS 2008 Toolbox?
I had to completely uninstall VS 2008 and then reinstall it. Now that it's installed, for some reason, all the controls in my tool box is disabled. Plus, when I go to try and install...
View ArticleVS 2010 Not handling IF statement comparisons properly
I have a particular sub routine in VS 2010 that does not seem to be performing the comparisons in IF statement conditions properly. During debugging it seems to skip some entirely. A fellow developer...
View ArticleVS 2008 Visual Basic Application-Desktop Shortcut
Hi, is there a setting in visual basic 2008 to create a desktop shortcut when I publish a program? I saw a desktop shortcut setting in Visual Basic 2010, but not in the 2008 version. Thanks!
View ArticleGUI ideas for Election System (touchscreen)
Tried googling but haven't found some examples of screenshot of an Election System, could anyone here point out some links where I can get some ideas? What I am planning to do is to be able to...
View ArticleVS 2010 Passing data between projects (exe's) and execute function.
How can I pass data between projects but not the same solution file. ex. project1 = detects card inserted project2 = do the rest functions if project1 detects the card then project 1 will send data to...
View ArticleVS 2010 Quick question
On my login for my program i wanna hide the login when form2 shows i should i use me.hide ? but how do i suppose to fix it when they close the program in it runs in the task manger
View ArticleVS 2010 our future, IT asset management system, pls help
in our system we need to scan the installed pc's software in the network,then send to the server we use xml for parsing the installed software, then it will send to the server. pls help us, we our...
View ArticleVB.Net Database search
Before i go on i am aware this is more of a sql problem then vb but its stumped me. I am using a access database, i have the drivers and all that it works fine thats not the issue im trying to search...
View ArticleVS 2010 Change System Date
I use: Code: Private Sub ChangeDate() Dim st As SYSTEMTIME Dim NewDate As Date = Now.AddYears(1) st.year = CShort(NewDate.Year) st.month = CShort(NewDate.Month)...
View ArticleVS 2010 Exporting to Excel from ListView
I am working on a small program for class that requires exporting data in the listing area to an external file. (There is more to the assignment but this is part one.) I looked through all the posts...
View ArticleVS 2010 Problem with display of DataGridView
I am displaying a data table in a datagridview. I have two fields, 'key' and some 'text'. The 'key' field visiblity is turned off. When I display the form it displays only the 'text' column (as I...
View ArticleVS 2010 VB 2010 error help, [ASAP]
Hi guys, this is my first time posting here, so sorry if I dont understand stuff. I am having trouble with one line of code, and I dont understand how to fix it, I googled around to see if I could find...
View Articleproblem in set the Visible property of the first row of a datagridview to false
hi i have a DataGridView in my form .its datasource is a DataTable .i want to set the first row's visible property to false i use this command : Code: dgv.CurrentCell = Nothing dgv.Rows(0).Visible =...
View ArticleNewbee @ visual studio 2012 VB .NET
Hey, All the stuff I know from VBA I learned of the internet. Now its time to move on to .NET. Its not only the syntax Im struggling with. Its also the way it works. But im liking the Visual Studio...
View ArticleAdding text to the cells in asp Calendar control?
I have never used the ASP Calendar control before and was curious if you can add text in the "Day" cells. If so, can someone please show me a code example? Thanks,
View ArticleHow to add title for axis?
(apologies if this is a double post, I thought I just posted it but could not find it so I'm assuming it didn't post :) ) I was just wondering how to add titles to my charts in the Design view? I've...
View ArticleTimer + progressbar help
Hello! form1... timer1.interval=4000 'outside Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick timer1.interval = textbox2.text * 1000 'in textbox2 should be written...
View Article[RESOLVED] Excel Add-In: Showing UserControl, VS2012
So I'm working on learning VB.Net and VBA as additional languages. I must clearly be missing something simple from the MS example, because I can't seem to get my user control to pop up: Code:...
View Article