Button Validator for Special Charater and SPACE
I would to ask a Help on Button that can validate All my Textbox if there a Special Characters and Spaces Detected and cannot procede to save. Is there a Possible way for this becuase i have many...
View ArticleVS 2010 Calling method that returns Integer value without assignment?
I am not sure I chose the appropriate title, as I had a hard time coming up with a concise one. In any event my question is a simple one. I am writing some ADO.NET code and something struck me as odd....
View ArticleVS 2010 Please help converting 2 PHP functions to vb.net (or c#)
I'm converting a php code containing the following 2 functions: PHP Code:      /**     * Covert a string into longinteger     *     * @param string $data     * @return array     */    function...
View ArticleVS 2010 Datagridview: How to delete row if a cell in a column contains x
After almost 2 days of searching the world wide web, I still didn't found the solution. I have a database (.mdb) of a list of sheet metal (from an automatic store) at work. Now I have imported this...
View ArticleVS 2008 Printer Name
I'm trying to open a dialog box, select a printer and use that printer to print multiple addresses. The code below will open a dialog box every time when it is ready to print. I want to open the dialog...
View ArticleVS 2012 Remove decimal place (not saving variable as int)
So I have an input box and a user would enter an amount. Lets say a user enters 999.99, I want the variable to save as 99999. Basically I want to save exactly what the user enters without the decimal...
View ArticleHow to resize all controls when MDI Child Form is maximized in vb 2010 Express
Using VB 2010 Express. And after much unsucessful research. I have set the anchor property to "none" on all the controls on my MDI child form so that the controls are centered in the MDI form when the...
View Articlehow to control form size at design time and at run time
1)i am developing a multiple choice quiz application. i need a single form to display around 30 questions ..but i can insert only around seven groupboxes( each groupbox contains a question and three...
View ArticleVS 2010 [RESOLVED] Treeview fullpath questions
Ok I am very new with .net and just coding in general. I have a treeview item, with child nodes and what not. When I select a node at the end of the treeview then click a button it will do this....
View ArticleLink to Excel File Causes it to Become Locked R/O
I recently built a VB.NET project which reads some data from text files and then populates an Excel spreadsheet. In this sheet there are some formulas which I use to build some bar charts. The boss...
View ArticleTry With Excel
Apparently I don't understand the Try/Catch As Exception as much as I thought I did. I work with Excel files a lot and making sure that Excel gets shutdown when the code is through is important. What...
View ArticleCustomizing a Radio Button
Hi if I change the appearance property of a radio button(option button) to Button it allows me to change the standard icon to a square. does anyone have a layout/guide to help configuring this control....
View Articlelist (of ) how to change a item
hi on the form load I make a list of t By the start of the program I don't give value for the ontlenerid Is it possible that I change the value of the ontlenerid of lijstboeken(0) for example when I...
View Article[RESOLVED] Open Outlook folder in new window
I found the code to locate and open the containing folder of an email in Outlook. (from http://www.vboffice.net/sample.html?...5&cmd=showitem) Public Sub GetItemsFolderPath() Dim obj As Object Dim...
View ArticleVS 2012 Need help with WCF error: maximum message size quota... exceeded
Okay, I'm writing my first WCF server application, and it's working except for this. When the service tries to return more than a hundred or so rows, I get the following error. The maximum message size...
View ArticleChange Wallpaper on FORM via DropDown
Good Day, I would like to ask some Help regarding on Changing of Wallpaper on a Form using DrowDown Box. Is it possible that even its have no button it will change instantly is the user choose on that...
View ArticleVS 2010 how can add a column's value to use in an expression of another...
hi i use 3 datatable in my form named DT1 , DT2 and DT3 than each datatable has one column named "Value1" , "Value2" and "Value3" i want to use values of columns from DT2 and DT3 to use in expression...
View ArticleVS 2010 how to ensure only duplicate values in an array
Hi guys, I have to select some values and I need to ensure that they are all the same. If one number that has been entered is different from others, it should throw out an error. Any idea how can i...
View Articlelistbox integer increment HELP PLEASE
I'm writing a program that will list a table in the list box for example Time quantity passed failed comment ___________________________________________________________________________ 7:00-8:00 25 23...
View ArticleAdd to rich text box
Okay lets say a a richtextbox is filled with information a user inputted through multiple textboxes. I want to code a button, that once clicked opens up a inputbox. I want the information recorded in...
View Article