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 [RESOLVED] msgbox just keeps repeating
When I go to debug my ap the message box just keeps repeating itself. I have it when the progress bar is complete it has a pop up message box. Here is the code. Code: If ProgressBar1.Value = 100 Then...
View ArticleSize and Size on disk problems.
Hi guys, I need a bit of help on finding out how to calculate file/folder sizes :) Code: Dim fileSize As Long = 0 'Dim drInfo As New DirectoryInfo("C:\some\random\folder") Dim...
View ArticleVS 2012 Showing live previews of apps; Aero Peek (?)
Is there any way to show the live previews of programs running like the taskbar does? I'm not even quite sure if it's Aero Peek. And if it's not I have no clue how it's called. Any ideas would be...
View ArticleVS 2012 Can you use an enum to enable or disable buttons?
I'm new to Visual Basic and I am stuck on a Tic Tac Toe exercise. I am trying to disable a button using a enum. Here is my code. Public Class Form1 Public Enum Buttons As Byte btn1 = 1 btn2 = 2 btn3 =...
View ArticleVS 2010 [RESOLVED] Automate Webpage
Hope someone can help me out. I'm not a web programmer but have inherited a VB.Net 2010 app that automates a website. For the most part, it works great but there is a small problem that I need to fix...
View ArticleVS 2012 Multiple object movement control array
Hi guys. I am trying to make a dock menu with VB.NET. Anyway, basically I want some kind of a control array but I don't know how to write it. I have objects in dock are called _1, _2, _3, etc... from...
View ArticleVS 2010 Listbox probem
I'm making a basic Listbox program where as you enter peoples names, press add name and it enters their name into the Listbox. I also have Clear list, Exit, and delete name buttons. I made an IF...
View ArticleButton 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 2012 Getting a value from a function that has a stored procedure as a...
Hi everyone. I need to know how to return something that holds the data on every row of a data table that is in a data set... Here's my Stored Procedure: Code: select * from dbo.S4_Artigo where 0=0 and...
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 Article