VS 2008 Saving Entire Form as Image
I am creating an inspection checklist that is larger then the visible screen. I am attempting to Save the entire form as an image, and also be able to email that image. I have been working on it for a...
View Articlemenu button perform click
I am learning to create menu buttons and use the perform click. When I began by using the about in my code it works fine. However, when I try to do a perform click wiht my exit button in the menu strip...
View ArticleQuestion about a scheduling application
I have an application that schedules weekly matches for a tennis club. We schedule by this process: Total the number of members and assign each person an random ID number between 1 and TotalMembers. 1...
View ArticleVB 2010 Express: Trouble with CC using SMTP
I'm having a hard time getting this e-mail code to include a CC address. I've had to strip this down to keep confidential information out of it. If something looks wrong, this code does work in the...
View ArticlePossible to import 16 bit DLL? (btrieve)
Hi All, I've searched around all day but can't find any good info on this. I need to convert some old VB3 applications to .NET. They read/write from a 15+ year old Btrieve database. First of all, is it...
View ArticleVS 2010 Adding to existing DataTable
Hi, This will most likely be aimed at member: kevininstructor. He helped me in this thread http://www.vbforums.com/showthread.p...heckBox-Column Assuming I have 2 DataGridViews next to each other and...
View ArticleVS 2005 Me.Close() Not Working
I have two Forms -SPlashForm & LoginUserForm. On the LoginUserForm, I haveclose Button. ERROR - Close Button on LoginUserForm is not working Code: SPlashForm CODE - Public Class FrmSplash...
View ArticleVS 2010 Menu Item Anomaly
I am using VS2012 VB.net and am having the following situation: Whenever I click on a menuItem, in ANY of my forms, either a menuItem or a contextMenu, for some reason, the startup form is shown. By...
View ArticleVS 2010 Obtaining Y values from different X values based on graph
Hi guys, I'm totally new to Visual Basic programming environment and i hope u guys wouldn't mind if i ask several basic-level questions. So now i have a graph with Resistance (X) against Voltage (Y)...
View ArticleVB.net SQL Help login system
for some reason this doesnt work.. idk get it the register works but when u click log in it doesn't say any errors but it doesn't work either it doesn't even show MsgBox("Login") or MsgBox( "failed")...
View ArticleVS 2008 VS2008: Made a Video Game Experiment with Arrays, Need Help
I've asked some people around here about this, but I think it'd be faster and much more efficient to post this question here rather than bog down individual people with this. I have constructed a small...
View ArticleVS 2010 Read from websites.
Hello, I'd like to know if someone has an open-source for the following program. This is an example of how it looks like: First of all, lets choose a website. For this reason, i will choose VBForums....
View ArticleAdding Problem, not sure why?
I'm bringing values from across forms into one summary form for my project. They are all coming in, yet when I try to add the three number values into one total price box, it only takes one of the...
View ArticleDate Time Picker
Is there any way to prevent a date from the past being selected in the datetimepicker, as it then gives a negative value in my output text box. Also, any way to prevent a user picking more than a...
View ArticleFile syncronization
I am looking for a way to mirror a network drive's files to a specified folder. I have tried running robocopy with a filesystemwatcher changed event but it will not allow me to copy files that are...
View Article[RESOLVED]VB.NET throwing a first chance...
In Visual Studo 2010 in VBnet I have a number generator app I built that placing this numbers in a listbox. Then I wished to take the numbers generated in the listbox and insert them in an OracleDB. I...
View ArticleVS 2010 Console Array *working, yet exceptions*
Hello, I'm not sure where else to turn, though my code works, there are some issues that I don't comprehend. First, my assignment was to: Read a file, from the keyboard, of employees First Name, Last...
View ArticleProcess.start to print PDF is inconsistent.
Hi, I have a sub to print PDF to a specific printer and it works great exept for one case... If the PDF to print (Impression) is from a Merge fonction that I have in my program, it prints flawlwssly....
View ArticleFunction to convert decimal degrees to xy point in pixels. (Time sensitive)
Hello all, I really need help with this assignment. I don't know where to start. This is the final part of a team project of which I have been able to accomplish all of the other tasks, but for this I...
View ArticleVS 2010 Counting number of used textboxes
Hi there, I have 20 textboxes in a form. I also have a label. All the textboxes are empty, the label text is '0'. I need the label to count if a textbox is being used, and subtracted if the text in a...
View Article