Sorting zeroes and ones
Since my last thread didn't go over too well, I decided to try something different... This time I can't figure out how to sort a string 8 bits in length. The string starts out as 10001000 and depending...
View Articlesending data on rs232 every sec
Hi All! how to send a character at the start of every seconds on serial port in Visual Basic 2010? Thanks in advance. nsec
View ArticleAlternate the colours in ListView
Hi, I have a list view which is populated using thefunctions below. Now, I want to to alternate the rows so that one is white and the other is grey.. How can I achieve that if am working with Visual...
View ArticleSound doesn't play instantly...but wait for next operation to complete!
I've a big interrogation concerning sound playback (WMP.lib)! This code should play a sound, then compute...but it computes then play the sound! Code: Class MainWindow Dim writingPath As String =...
View ArticleVS 2012 Creating/operating textbox's
Hi everybody, After some research, Ive missed to find out solution to this problem: Im using VB to read a 4 sensor kit. Up till now Ive been able to read and interrogate the kit. To improve my work...
View ArticleVS 2010 Help with reading a text file please
Hello there everyone! I need help with my VB project. I want a textbox to say a directory and then whatever it is /item.cfg So I want it to edit the texts in item.cfg And all the lines of text in there...
View ArticleString Encryption?
Hello VBForums. I'm currently making a screenshot tool that uploads the image to my server, and I'm going to be releasing it to the public. I uploaded a pre-alpha build to one of my friends cracked it...
View ArticleVS 2012 CSV Double Quotes and Commas
I am trying to read a CSV file and some of the line are in quotes and might contain commas. How do I remove the quotes and remove any commas while splitting this into an array? Any help would be...
View ArticleVS 2010 Read PST files - make a bunch of MSG files from each message
The subject says it all - I want to open a variety of .PST files that I have and extract emails into .MSG files. The code below Code: Imports Microsoft.Office.Interop.Outlook . . ....
View ArticleWould this be a good idea for a VB project?
Requirements: I'm going to be using Visual Basic to create a program of my choice that I will be working on over my fall semester at college. I've been trying to think of a project that I can do over...
View ArticleVS 2012 Native spell checking API
Does anyone know if it's possible to do this in VB.Net apps?
View ArticleVS 2008 I want to calculate the remaining item in stockform afetr issued in...
I want to calculate the remaining item after an item is issued to someone else in the issue form then which is automatically deducted from stock in hand and show in remaining stocks in hand how to dod...
View ArticleVS 2010 String concatenation.
Hi! I have a kind of a stupid question. I have a link that I want to declare as string and put textbox values in it. This is what I have so far: Code: Dim address As String =...
View ArticleVS 2012 Images, polygons and other stuff
Hi, I have written an application which is a basic Event Management system. Events are entered in to a database which are then visible on a Console (the VB application). These events have a...
View ArticleWebbrowser javascript? problem
Hey guys, I'm new to this forum but I'm having this problem in visual basic. So, what I''m trying to do is simply putting a webbrowser into a form and let it go to a specific page.... What I've...
View Article[VS 2008-2012]Folder browse dialog
I'm looking for a way to create a folder browse dialog but not a pop-up, a form I looked for a while on google but anything that i found was what to use or made with vb6 or older witch I don't know how...
View Article[RESOLVED] Anybody know their Excel Format Strings?
I'm using a third party API for the creation of Excel Spreadsheets from VB.NET. I can set number formats like this: Code: Sub CellStyle(ByVal ws As ExcelWorksheet) ws.Cells(row, 1).Value =...
View Article[RESOLVED] Issues with DataTable.ReadXml
First I'd like to say how I hate that Visual Studios absorbs any errors in the form load event of Win7 64-Bit computers. Anyways... I have the writing the DataTable to XML down, pretty much I doing...
View ArticleListView ColumnClick
Hi, I have the following listview - lvwuserinfo I want to make the first column data (usernames) blue in color and underlined and also interesting to have the cursor hand when hover to. Secondly, I...
View ArticleVS 2012 [RESOLVED] Figuring out the object type
The title isn't really doing the problem justice and I apologize for that. Let's say, I have an Action(Of T) being passed to me. Is there any way to figure out what type T is? Now, on top of that,...
View Article