Finding and COUNTING duplicate items in a List WITHOUT grouping them together.
Hi there, I've come to yet another hiccup with my new project, and that is, I want to count the number of times a specific string (In this case a SHA1 Hash) occurs in a List. BUT, I don't want to group...
View ArticleFindFirstFileEx and Unicode
Howdie. I am researching how to use the Unicode version of FindFirstFileEx() in vb.Net and am having a heck of a time getting this to work. I had downloaded an example and it used the standard version,...
View ArticleVS 2010 Hiding Console Application
Hi, I'm having a few issues trying to hide a console application, I've tried changing the Application Type to Windows Forms Application and telling it to run Sub Main but I get this error;...
View ArticleHelp needed in Sending mail with proper formatting
Hello Guys, I need to send mail with proper formatting in windows application. In asp.net it is possible by using table how would I achieve in windows application. Below is the example of my...
View ArticleMasked TextBox
Hello programmers, I have one problem. I have two Textboxes (GSM and Telefon) with Mask. So I whant, when is one empty (e.g. Telefon, it mean, that I don't put no numbers in this textbox) that is...
View ArticleVS 2010 Project to work with Office 2007 and 2010
Hi, The computer I'm writing my project on has Office 2010 installed, I have referenced relevant libraries for Word, Outlook etc. Once built/published this project will be used by people who run Office...
View ArticleVS 2010 Tick Checkbox while using a Background Worker
Hi, I'm currently using a background worker to show progress of stuff through a progress bar, however I'm also wanting it to tick a checkbox once it has completed each task, an example of one of my...
View Articlecreating a "continuous" form - like in access?
I am in need of a type of continuous form, like in access. Form will start out with a row of controls (textbox <-Item, multiline<-Description , textbox <-qty, textbox<- price, textbox...
View ArticleVS 2012 Help using tabs VS2012
Hello, I am wondeirng if there is a function to enable/disable tabs individually. I know there is an "enable/disable" option in the properties menu but that seems to either enable or disable all of the...
View ArticleOrganizing datasets in VS
I am curious as to how one should organize datasets added into the designer? What is the rule of thumb on creating more XSD datasets? Is there a certain ceiling on how many table adapters should exist...
View ArticleHow to save dynamic Groupbox & Checkedlistbox items
Hi, I'm using the attached code in VB 2010 express to create GroupBox reading from file sQue.txt and I'm populating CheckedListBox reading from file sObj.txt. When the Form loads, multiple GB are...
View ArticleVS 02/03 Using Callbacks
Hi, I hope no one minds, but I figured I would create a new thread since my topic and question changed in my previous one. I am not working with Callbacks and still very unsure of how they work. I...
View ArticleVS 2010 Redraw existing lineshape with new data.
I am drawing a line graph from x,y data points derived from user entered data. This is all done at runtime. This part is working OK. However, if the user enters one or more new data points and the new...
View Articleadding a minus sign to a copied figure in excel
Hi i copy figure from one excel files like this Code: oRng = oWSSheet.Cells.Find("OVERDRAFT EXPENSE (43979000)", , _ Excel.XlFindLookIn.xlValues, Excel.XlLookAt.xlPart, _ Excel.XlSearchOrder.xlByRows,...
View ArticleVS 2008 add numbers in textboxes
Hi how do I add numbers from two different textboxes, and then show the result into one of them? I tried this, but it won't work Quote: Dim add_box As String add_box = txt_box.Text Dim derv_total As...
View ArticleVS 2010 Public Property help
I need some help figuring out how to use properties: I have this property in a class: Code: Public Class ErvID Private BidID As String Public Property ErvID() As String Get...
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 Article