QWERTY only VB help project
The keyboard in use on nearly all computers is known as the Qwerty keyboard, since the letters in the top letter read QWERTYUIOP. A word is called a Qwerty word if all its letters appear on the top...
View ArticleCombox reset
I have a long list in excel and use two comboboxes to hide rows based on the value in certain cells (by column grp and column sdpi). These comboboxes both also have an 'All' option so the view can be...
View ArticleVS 2010 Tabbed Web Browser (Basic code for beginners)
I created a web browser in VB.NET and here is the code. 'Code by Mezdux (Lewis Hayman) Public Class Form1 Private Sub Button1_1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
View ArticleVB 2010 or VB 2012 Video Training
I'm interested in finding some solid video training for vb. Free would be awesome, but I would definitely be willing to pay per video or pay a monthly fee if the training is awesome. Do any of you know...
View ArticleVS 2008 how to create ini file
i am fresher so i dont know anything about the vb.net i want to know how to create an ini file from the basic steps please describe me elaborately and make me use of this discussion form
View ArticleVS 2010 Need Login System Help [READ]
Ive made a Login System but when I can create the same account multiple times with the same Username and password. How do make it so I can only sign up with 1 Username and not the same one. My code im...
View ArticleConsole write to StdOut
Hi, I have a console application that modifies MP3's. Currently I'm writing the modified MP3 to a file using a filestream. Some users have requested to be able to pipe the MP3 directly to their...
View Article[RESOLVED] Goto Line In TextBox
hi I am trying to use the API sendmessage to goto a line in my textbox but I get this error. Code: A call to PInvoke function 'MyBasic!MyBasic.frmmain::SendMessage' has unbalanced the stack. This is...
View ArticleDatabase Questions
As I'm new to VB, I've been trying to come up with some project programs to build - in an attempt to better learn the language and software. With that said, I have an idea for a program that I would...
View ArticleVS 2010 [RESOLVED] Weird Bug on menu clicks
Hi have this strange bug or something I duno how else to put it heres the problum. I add a menu strip to a form and a text box I add an menu item anything for example Cut I add the code on click event...
View ArticleVS 2008 Hold down a key for 5 seconds
Hi ! I need a fast reply to this, how can i HOLD down a key (Space) for 5 seconds ? And no, SendKeys cant be used to this, its like press key, release it and press next key and i need it to hold down...
View ArticleVS 2008 Vb2008 application stopped working on windows7
Hello Experts, I have developed an application on windows vista 32bit OS using VB2008. I made clickOnce installer and target platform is x84. I have installed in 4 computers. 2 computers has widows 7...
View ArticleEncryption
i have written some code to encrypt and decrypt a some text and i want to adapt it so that the encryption will encrypt repeated letters differently for example "t" would be 44 and "tt" would be...
View Articleflowlayoutpanel flickering problem
Hi All, I have a small issue. Im using a flowlayoutpanel (with background) as a sort of listbox :) I add another flowlayoutpanel to it as a control then add child labels to it, this gives me a sort of...
View ArticleVS 2010 Looking for Good Syntax Highlighting control
hi, I am makeing a little IDE for Console apps you know using the CodeDOM Compiler, I sort of made my editor, but it lacks Syntax Highlighting, I was going to have a look at converting an old one I...
View ArticleVS 2010 What's wrong, or how to do it properly?
Hello once again folks. As I implemented flash objects to my project now it requires the ocx. I am trying to deliver it automatically to save the end user the troubles of downloading it manually and...
View ArticleUpdating database with datagridview changes
I have datagridview filled from database through datadapter. The problem is that I cant use generated Fill, Update and Delete commands since in my SELECT query there are two joined tables. I need some...
View ArticleHow to Navigate to a URL - Replacing some TEXT in URL (Example Page Nr) ?...
Hello everyone.. I am very new in vBNet and this is my 2nd Question on here.. I want to create a browser for our shop, and we have products that we call ITEM and the page of the product... So I basicly...
View ArticleVS 2010 WCF Service Error "class service1 must implement 'function display()..."
I am a bit confused and having repeatedly checked that i am following insutrctuons, I have been following this link http://www.dotnetheaven.com/article/...-wcf-in-vb.net to create a WCF service to...
View ArticleStreamWriter
Can anyone tell me why i cant use the following to write to file please...... Class clsLogs 'Dim FilePath As String = Environment.CurrentDirectory Dim FilePath As String = Environment.CurrentDirectory...
View Article