Try-Catch Block
Hey everyone my name is Mike and I am in a programming class but I am having a hard time getting my try-catch block to work with my coding. I can please have some help understanding it better also here...
View ArticleVS 2008 How to prevent duplicate entries in Vb.net using Mysql database
I am trying to create the code which Should not allow duplicates in the column 'Empid'. What is the best way to prevent duplicates entries? Can any one modify my insert code mentioned below so as to...
View ArticleForm 'ear'/'extension' xD
Hello! Does anyone got an idea how to make this? (EDIT: "flyout panel" ) http://screencast.com/t/r1jmfHXN Attachment 98213 That opens and closes by klicking a button... Attached Images
View ArticleVS 2010 DateDiff in SQL Statement. Record Date and Date Now
Hi All, I want to get the Days between Todays date i.e. 28/03/2013 and date on a (access db) record Date column in Db is called "OrderDate" stored as date/time in dd/mm/yyy Format vb.net Code: SQL5=...
View ArticleClass Problem
I want to put data into a order header class and in that class have a list of order lines. Any idea how I would create the class(es)?
View ArticleVS 2010 key to closed beta
. (posted under the description "Drop in here to discuss all editions and versions of Visual Basic .NET (2002 or later) or anything to do with VB .NET programming.") WaxyStudios.com is glad to announce...
View ArticleVB 2010 Need help making program -- Lua Executer --
Hey, Thanks for reading So i am trying to make a program in Vb 2010 that executes a Lua script into a running process. I have an idea of the concept but i'm just unsure of what codes to use and how to...
View ArticleVB .NET Networking Class
I am having issues with my data being chopped (I am missing the tail). Also, I am receiving extra data. I have a few questions (actually a lot). Do you recommend any great pre-made networking classes...
View ArticleVS 2008 Software Sales Application
Hey, so I'm sure many of you have completed the Software Sales application. I am having trouble with what I would say is the simple multiplication behind it? For some reason.. My numbers aren't adding...
View ArticleVS 2012 - Generic Function for Data Conversion
I think I traded posts similar to this topic with john (jmcilhinney) back in 2006-2007, but I can't find them anymore. I'm trying to get my head wrapped around Generics....again. My goal is to create a...
View ArticleVS 2010 Parsing large textfiles?
Hello, I'm trying to do something very basic, though the fact that the text file I'm using is around 152mb in size makes it a bit harder. I'm trying to parse out HTML tags from the file. My Regex...
View ArticleVS 2010 Implementing Youtube API into project
So I've downloaded the youtube api and what not. I have all my imports set. But my question is how do I actually use them. The "Get started" shiz doesn't really help. if you yourself have tried it I...
View ArticleBolding specific lines in textbox and indenting to the right side
I am trying to bold just certain lines in the textbox, not all of the output. And also am trying to pad a couple of lines all the way to the far right of the textbox, not all of the lines, to make it...
View ArticleVS 2010 Qucik Question
Ok, I have a quick question would it be hard to make a messenger like msn in vb.net cuz i wanna make one but i wanna know is it hard to make one
View ArticleScreensaver on two monitors?
I have a screensaver program in VB. It works fine, with no problems. I was wondering if their is a way to make it extend to users with 2 monitors. Here is the code: Code: Dim rnd As New Random...
View ArticleAbreviated Filepaths
Hi, When it comes to writing or reading a file to or from a folder for the purposes of a project, I've always made sure the project and files for it are in the same folder, directly on the C:\ drive....
View ArticleCommunication between computers in a mulitplayer game.
Hi, I'm trying to write a game which I hope to be able to play between my wife's laptop and my own computer, on the same home network, and possibly also with my granddaughter, Bobba Mintin (we all like...
View ArticleHelp with a Save and Load Button
Hey guys, im writing a basic database program for my class in school. i currently have these codes for my buttons: load: OpenFileDialog1.Filter = "Text files (*.txt)|*.txt|All files (*.*)|*.*"...
View ArticleReading the top attributes of a xml file
Dear all, Trying to read the attributes in the next xml file. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <Address streetname="Robinsonstreet" number="142"...
View ArticleVS 2010 Object Instance of hWnd X
Hello, I'm trying to find a way to use win32 APIs to get an instance or even reference an object from a 3rd party software which I am allowed to do so by the producer of that 3rd party software. Would...
View Article