Help: Auto increment Alphanumeric code
Good day guys! I am doing a small function in my project, I have a Transactions Table in my database...the Table include: StudentID TransactionNumber Description Date I already know that there is an...
View ArticleVS 2010 Best Way to Create Categories?
Hi, I'm currently trying to organize a bunch of software products (After Effects, GIMP, World of Warcraft, etc) into several product categories (Video Editing, Photo Editing, Gaming, etc). Normally, I...
View ArticleTreeview Panel Selector
Hi VBForums, Often I find myself in the need of a treeview panel selector, so I created a new custom control and added 2 panels, and added a treeview to one of them (Panel 1). I docked Panel1 to the...
View ArticleVS 2010 Print multiple line multiple category Document
I have searched this forum for help on a printing issue that I have. There are lots of printing issues threads but I don't seem to be able to find any that address my particular problem. I am trying to...
View ArticleVS 2010 Smartest Way to Stop Webbrowser Tabs from Opening in IE Outside of...
Hey guys, Is it possible to make new tabs in a webbrowser open up inside the control itself? I am writing some automation and hit this speedbump...Some guy on Fiverr (freelance site) is telling me I...
View ArticleVS 2010 Just a quick explanation
I found this code while watching the videos learnnowonline. Im just a little confused about this part: Where does ProductsRow come from? I've searched the example I have and cant seem to find it. Dim...
View ArticleNeed help!!!!! Anyone !
Hi im doing VB language. I got a question. Anyone know how to program a button such that when the cursor reach the button, the button lights up(Highlight)???? Cheers
View ArticleVS 2010 help: any way to display very large txt files in textbox?
hey all is there any way i could open a large txt file like 5 mb and display that to textbox as i tried with stream reader and only i could display a file like 400 or 500 kb not more so any help
View ArticleVS 2008 How to play sounds that others will also hear when they download ?
Hi, I want to make a ping pong game with sounds, how to play a sound and after i compile my program and give it to someone he will also hear it ?
View ArticleTabcontrol / tabpage how to link with webbrowser to open a hyperlink URL
Hello everyone , I have a form with textbox, button and a tabcontrol. in the button I have this code : [Dim browser As New WebBrowser() TabPage1.Controls.Add(browser) browser.Dock = DockStyle.Fill...
View ArticleHow to fetch specific data from database to text box (Visual Basic/Access)?
Hi, I'm currently building a small program in Visual Basic 2008 based on a little fruit store. I've already integrated MS Access with Visual Basic where the stock menu of the program will show all the...
View ArticleC++ To VB.net
If anyone could look over this and let me know if Ive converted this decleration correctly please... C++ 'int USBDMX_TYPE usbdmx_rdmdiscovery(HANDLE h, UCHAR universe, UCHAR txlen, const void...
View ArticleExpression is a value and therefore cannot be the target of an assignment.
Hello, I get this error when I run my code: Expression is a value and therefore cannot be the target of an assignment. This is my code. MouseListener.Location.X = Screen.PrimaryScreen.Bounds.Width -...
View ArticleVS 2010 .NET Broadcast Message
Could anyone help me with broadcasting a message over a network? And perhaps bringing up some form of chat box. For example sending "Hello" to all the computers on a Network, and maybe sending it to a...
View ArticleVb dll help
I created a VB.NET and there are two projects in it. One is a class library with one class file (lets say Clas1.vb) and the other is just of a form. I referenced the Class library into the other form...
View ArticleForms not closing properly with Me.Close
I have a form on my project that is not the main form. This form has a few things going on, including Timer controls to trigger certain events. When I close the for with Me.Close() the form turns...
View ArticleRecording WebBrowser HTTP headers.
Hi VBForums, I am working on a project that uses a tabbed webbrowser similar to firefox. This is working fine...but I need to be able to monitor HTTP traffic for each webbrowser tab. I hadn't used VB...
View ArticleHighlight Picturebox with rectangle
I am trying to put a rectangular line around my picturebox but it comes out strange. What am I doing wrong in my code? Code: Private Sub Slider1_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2010 Help finding biggest number from 2 list boxes and displaying it in...
Hi guys, im really stuck and i dont know how to do this, so a code will be highly appreciated. I have 2 list boxes each filled with 10 numbers. 1. I want when i click a button to display the biggest...
View ArticleVS 2010 load multiple csv file to mysql via mysql client
Hi Expert, I am new coders, I have a problem importing or updating mysql table, I dont know how to start this, Is this possible?, I have only little code but it is very bugy, what is the best language...
View Article