VS 2010 remove from registry
hello, how do i remove from the registry i use the following code to add it to the registry code Code: Public Shared Sub AddToStartup() Dim regkey As RegistryKey regkey =...
View ArticleVS 2008 Got problem with Vb 2008
Hello I'm starting to learn VB.net but on 2008 i did something with account password I'm following guide but it works good with guide make but with me not picture with error and another for desgin it's...
View ArticleDetecting when multiple async operations are complete?
Hi friends, here is some example code that you can refer to if you can help... Code: Public Class Form1 Private accountList As List(Of Account) Private Sub Form1_Load(sender As Object, e As...
View ArticleVS 2010 Subtitles in fullscreen
Hey just a quick question. Is it possible to show text over a windows media player control in fullscreen mode?
View Article[VB2010] - about "Unable to open module"(when you open the project)
if anyone find these error after open the project\solution by IDE: "Unable to open module file 'C:\Users\UserName\AppData\Local\Temp\.NETFramework,Version=v4.0,Profile=Client.AssemblyAttributes.v b':...
View ArticleBGW report progress stuck
hi i am dropping items on to a panel and running a BGW im getting no issue but nothing is happening and the BGW never stops on the drop panel drag drop event i have vb Code: Private Sub...
View ArticleVS 2010 Enumeration Error Resolved
Hello to all, in my post number 81, we have talk about enumeration error, that cause problem in my application. Well, long time searching, testing my code, I have finaly resolve problem... Never belive...
View ArticleVS 2010 Text Rich Text Box not showing when saving panel content as Image
Hello, Currently, I am using the code below to save the contents on a panel as an image. The thing is, all contents except for the text in the rich textbox is being saved. Can anyone help me out?...
View ArticleVS 2010 [RESOLVED] the difference between txtDetail.text ="" and...
Is there a difference between txtDetail.text ="" and textDetails.Clear() if so please explain and is this the right form to clear checkboxes and remove them from memory.. CheckBox1.CheckState =...
View ArticleVS 2010 [help]
hii gusy,,,, please give me example projeck Bandwidth monitor in VB.NET 2010,, :) i screat on google not found,, the mayoritas example in VB6 ...
View ArticleVS 2008 Removing objects from a collection
Hi ! I'd like to ask you for a little help ! I have a collection filled with my user-defined objects . Adding items to it was easy , but now I want to remove some of them . How can I do it ? Looking in...
View ArticleVS 2012 Disable Win7 Background Rotation With VB.NET
In Windows 7, certain themes have the option to "Switch to the next background". Is there a way to disable this without having to restart the computer (I found the registry option, but I'm sure I have...
View ArticleVS 2012 Extensions within Namespaces
Here is my simplified code: Code: Sub TestIt() MessageBox.Show(StringMagic.DoMagic("Magic number: ").NewLine.NewLine) End Sub Namespace StringMagic <HideModuleName()> Public Module...
View ArticleVS 2010 Split ListBox Item
Hello! I have one listbox with items ( just one item for now ) Code: ListBoxItem1 {X=200,Y=2} How can I split it so that it only says: Code: 200,2 I'm trying to use it like this: Code:...
View ArticleNeed some advice about System.ComponentModel.Win32Exception
I'm a newbie so it's ok to yell at me. I searched and couldn't find anything that would help me out. My program throws this code and I was wondering if someone can assist me out on figuring out why....
View ArticleVS 2008 InvalidArgument = Value of "4" is not valid for 'index' Parameter...
Im getting the error "InvalidArgument = Value of "4" is not valid for 'index' Parameter name: index" (that should be 'year_purchased' field) while adding items from Listview to sql database... the same...
View ArticleVS 2010 Targeted .Net Framework 2.0 but asking for 4.0 at installation
I have created an app which targets .net fw 2.0. And for this app i have also created an Setup Project. In which, in the Prerequisites as .net fw 2.0 was not listed i have chosen version 3.0 as...
View ArticleVB.Net - Need help incorporating backgroundworkers into screen capture program
Last couple of days I've been trying to solve an interval problem with my screen recorder application. Since my timer captures as well as records, it can't sustain a correct interval, so it records to...
View ArticleVS 2012 getting conversion error
sir i am new in here i got an error when i try to search a phone no from the database the error is "conversion from string phoneno to type integer is invalid the phoneno with type nvarchar(11) and the...
View ArticleXML parsing help
I have an xml document that I need certain information out of: The document is a series of mini xml documents and has some unwanted text at the beginning. With the help of some in this forum, I have...
View Article