[RESOLVED] Label Click help
I have labels that when I click them it opens another form and the number I click that matches the database number and shows what I want. I use this code to pull up the numbers: Code: Private Sub...
View ArticleTranslating DateAdd Access Function into ADO.NET
I have queries in an access database that I would like to move to ADO.NET. I am trying to figure out what I need to do in order to translate the query below into a format usable by ADO.NET. I tried...
View ArticleVS 2010 DataRowCollection to array
Hi all, I have a datatable MYTABLE_U2U so formed: Code: Cell_id adj A a1 A a2 A...
View ArticleVS 2012 Cannot update 2 access tables with INNER JOIN through TableAdapter...
Hello everyone. I know, that's one hell of a long $!# title, but hey I tried to be as specific as I could to explain my problem the best as possible. I have no problems updating sets of tables on pure...
View ArticleHow to clear Java temp files and run an install program off of our server
I work for an electrical distributor and this weekend we upgraded our software with a new point upgrade. This software now uses a java program interface that gets broken when we do upgrades. We have to...
View ArticleVS 2012 checkedchanged event
What causes the checkedchanged event of the checkbox to fire? I am trying to get a picturebox image to change based on the checkstate of a checkbox. However, I cannot seem to find out how to accomplish...
View ArticleWhat does Visual Basic boast over other languages? What makes it unique?
Looking at Visual Basic overall, what makes someone choose it over other languages? I'm composing an essay soon for VB and it'd be cool to get some opinions/facts from VB users rather than just the...
View ArticleVS 2010 PDF data manipulation
hello please if someone can help me with the folowing problem. I want to get al the data prom a pdf file(read it and store it as long the aplication is open in a temporary database , the data should be...
View ArticleVB Forms image help
Is there a way to identify which part of an image is clicked on by the user? For example if any of the pixels in the box (1 - 50) x (1 - 50) were clicked out of an image 500 x 500 pixels large.
View ArticleFindWindow doesn't work with IntPtr.Zero?
Why does this always return false? Findwindow("some_class_id","some_titlestring").Equals(IntPtr.Zero)
View ArticleVS 2012 2 Listboxs click 1 to select an item in the other
I have two listboxs and i want to click on an Item in listbox1, which will contain names of people and once its selected, it will check listbox2 to see if it has any matching names from listbox1 in...
View ArticleVS 2010 Save a checkbox to My.Settings
hi, i need to save checkbox to My.Settings - can some1 help me... On my settings page I added: Name: show_setup, Type: boolean, Scope: user and emptied the Value.... My checkbox is called: ShowSetup...
View ArticleVS 2010 Prevent maximizing
I currently have a form and it's properties are: Code: With Me .AutoSize = True .BackColor = Color.CornflowerBlue .FormBorderStyle =...
View ArticleDatabase Program Question
I'm in the middle of creating a program I proposed a month ago on this forum. It's basically a film manager that allows the user to manage films they've seen, etc. I'm utilizing a local database(s)....
View ArticleVS 2010 How To Fill Datagridview Colomn From Another Datagridview
Morning All.. I need your help for my problem. I want to fill my datagridview from another datagridview. I have datagridview1 with data looks like the picture below: and datagridview2: Do you see the...
View ArticleVS 2010 Create Preset System Variables from button
Is there a way to have it so when I click a button on a form, it then changes a presetup system Variable to X. I have 16 buttons, and each button 1-16 sets the variable to 1-16 depending on what button...
View ArticleUsing vs2010 / not a valid win32 application
I am using vs2010 and built a program and deployed it and then installed it on my windows xp PC. I told a file to open with my application and when it tries to open I get "not a valid win32...
View ArticleVS 2010 Tips for Code Editor
Ok so i am creating a code editor and i was thinking about what should i use for code coloring and intellesence. weighing the pros and cons between a text box and a richtextbox. which one would you use...
View ArticleVS 2008 help
am trying to teach myself visual basic 2008 but i have encountered a problem with; Dim a As Integer Dim b As Integer Dim c As single a = 23 b = 7 Debug.Write(a / b) c = Convert.ToDouble(a / b) i have...
View ArticleWindows Form commencing a sub from exe execution
Hello to the people of the internet! I am just starting out learning Visual Basic 2010 express. My knowledge is limited but what I would like to know is when the application is run, instead of clicking...
View Article