VS 2010 Socket with Internet IP
I'm trying to create a chat with sockets, but when I use the connect function, an error message is displayed, 'saying' that the ip address is not valid. ip I'm using is: 177.64.42.142 But if I put a...
View ArticleVS 2010 Progress bar not updating when BackgroundWorker ReportProgress from...
Consider the code below for a simple form with a progress bar, a button, and BGW is a BackgroundWorker with Modifiers = Public. This works but if I change blnRunInModule to true it doesnÂ’t update. Yet...
View Articleproblem with vitual safe source setting
Hi All , I am working in dot net 2005 with three level (data acess layer, business logic layer, and prentation layer).When I add this project in save sorce it could not copy /update dll files from data...
View ArticleProper Loop for Listview Column Scan?Error: InvalidArgument=Value of '0'
I have this code that scan all IP in SubItems(4) but im receiving this error Quote: System.ArgumentOutOfRangeException: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index...
View ArticleVS 2010 [RESOLVED] How do I Add this Effect to a Textbox?
SOLVED! Thanks for the help but it's been solved now! Attached Images Â
View ArticlePrinter x,y co-ordinates
I have 2 printers attached to my PC an HP inkjet and a Brother laser printer. I am trying to print some labels but the physical x,y co-ordinates of the print I am producing differs on each printer...
View ArticleVS 2010 Checking some files
Hello, i better create new thread and there it is. I need that checks if user has some files which contains like hack.exe, trainer.exe, d3d9.dll, Cheat Engine.exe etc. (Those are cheat's files) If...
View ArticleVS 2008 Help (Open form)
Hello every one.... When you have 2 forms(form1_form2) and you have button in form1 then you type this code PHP Code:  Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2008 Bindingsource Filter with complex conditions
Hi, I have more than 40 controls (checkbox, textbox, combobox...) on a form. I am already aware of "append to criteria string and create the filter from scratch on every event handler of the controls"...
View ArticleListview and ImageList Question?
I have Open Dialog button which gets the executable files file path. Next is this code for adding in the listview. My question is how can I make the application icon be exact with its corresponding...
View ArticleQWERTY 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 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 Article