How can I prevent programs from copying in vb.net 2008
Hi How can I prevent programmatic copies
View Article[RESOLVED] [VB2008] OverflowException Error with Offsets
Hello People, I'm making an addon for my game Flight Simulator, with VB2008 (Visual Basic 2008 Express) via an DLL file and that works!. But when i must calculate anything, like the speed * 3600 (cause...
View ArticleMy panel isn't showing up
I'm creating a game of checkers and I'm having a problem showing a class called "Checker". This is the checker: Code: Public Class Checker Inherits Panel Public king As Boolean Public...
View Articlecommand button still hiding
excuse me everyone i'm new in vb and this is my first project i got problem with command button it keep hiding i have doing everything with all of the way but never come to resolved this is text file...
View ArticleBUtton to move multiple text box data to Data grid view
I am new to VB and I am trying to butild a program to make a list then sort it then print both lists. Excel can do this yes. and I have to MAcros in my excel form but i am trying to rtebuild this in VB...
View Article[help]sorting textboxes.text with numbers
Hi i want to sort 4 textboxes with numbers(user give the numbers).I search and find the bubblesort method but it dont work with textboxes.i tested with numbesr and worked fine. What am i doing wrong?...
View ArticleVS 2010 TcpClient receive Data from server.
My server is non-stop send out the hex code,then i want to write a small program to receive the hex data from server. i facing a receive problem, the tcpclient only receive once only. how can i make my...
View ArticleVS 2010 Delete Files Loaded Into ListView
So I am having a hard time figuring this out, I am able to successfully load files from my computer into a ListView, but I can't figure out how to delete the checked file from my computer with the...
View ArticleVS 2010 [RESOLVED] A question about InStr function
hi , im searching a string in string with InStr function but i have a question. it is searching also in words. i dont want to search in word. for example if there is "vbforums" in my string and im...
View ArticleVS 2010 How do I use event handlers with objects within a list
Okay so I have a list called socketList that holds objects but how do I use event handlers with objects with a list? Dim socketList As New List(Of Winsock2005DLL.Winsock) socketList.Add(New...
View ArticleVS 2010 Search text in specific column of data grid view.
I want to set the focus on specific cell of data grid view. Suppose i have an column 'Id' in data grid view and there are 1 to 10 Ids in id column. Now i want that if i enter the '7' in textbox1 and...
View ArticleVS 2010 IO.Streamreader Repeats
Code: Dim lineno As Integer = 1 Dim r As New IO.StreamReader("C:\SuperPad\LineNumbers.txt") While (r.Peek() > -1) ListBox1.Items.Add(lineno.ToString & " " &...
View ArticleVS 2010 Printing contents in a form
Hi. I need some help in printing contents in a form, screenshot attached. I tried using the below code but it gives me a blank document. I think theres something I'm supposed to add under...
View Articleset filter on an excel workbook & get result count on different sheet...
Hi All, I have an excel workbook which contains a worksheet with 60 columns & 500 Rows . I want to filter some columns and generate filtered result count in the Sheet2 on that specific condition. I...
View Articlecan anyone help me please
hi can anyone help me please I have a problems in this project I want put the ProgressBar in that project but I can't because I don't know how to do it thanks for every thing Attached Files File.zip...
View ArticleVS 2010 Need to remove specific character from a sentence at specific place.
Hi I need some help to remove specific 0 at specific place. i'm giving and exemple below. I have no idea how to do some help would be appreciated. every 0 in bold need to get remove when writing it /...
View ArticleVS 2010 Convert text inside HTML tags to string
I searched all over the internet and all I could find is how to remove the tags. With Visual Basic, I want to convert text inside HTML tags to string. How can I do this? :ehh:
View ArticleSaving Meta data with a file
Hi i have some video and image files which i need to be able to store Meta data about - such as the name, size, MD5 Hash and some general notes on the file. I was thinking of creating a XML document...
View Articlesaving/loading to file from strings
i wrote a program for my graduation like 3 years ago, and i havent touched visual basic since. and was gonna pull it up today to update the program but i must have forgotten to save the source files...
View Articlepicutrebox+mouse hover picture displays text and frame around pictures
i have about 40 pictureboxes per form, and some of the pictures look very alike, just a slight change in shadowing. i need to be able to know which one is which. im thinking of a mouseover hover thing....
View Article