How to make a monster in Visual Basic 2010
Option strict on Export Monster Public Class Fugly Public Sub Body_Materialize() Handles Mythoughts End Sub End Class Hope this was helpful! :) Attached Images
View ArticleStop Button
Well I'm making this application (a bot) and I don't want to sound like a skid or anything but I have a code and I'd like to create two things: A stop button: This is the code already present: Imports...
View ArticleRemoving a Reference from the VB6 References dialog box
I made a TypeLib and added it to the VB6 Reference dialog box which pointed to the directory in which I made the file. I want to use this TypeLib in other applications but I don't want it to be from...
View ArticleVS 2008 How can I fill color in part of image?
Hello, Does someone have some sample code to show how to fill in a color of part of an image to the border? I have a white background image with black lines drawn as a head with hair outlined. i want...
View Article[RESOLVED] VB6 - Form load delay?
Hi, I am trying to find code that I can put into Form_load() to make the form load 30 sec. after the user clicks on the compiled exe.:cool:
View ArticleVS 2012 Help with Boolean Error
Code: Private Sub CmbTieSize_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmbTieSize.SelectedIndexChanged LblTieColorDisplay.Text =...
View ArticleVBA to VB.net syntax conversion Part 3
Code: 'Displays Length Error Message Private Sub TxtLength_exit(ByVal cancel As MSForms.ReturnBoolean) If Not IsNumeric(TxtLength.Value) Then MsgBox "Please enter tie " &...
View ArticleTrouble in run project - tesseract-ocr (Beginner)
Hello, I'm programmer C#,VB.NET and using Google OCR library v2 use it in my project by download DLL from https://code.google.com/p/tesseract-ocr/ then add it to project reference easy. I would now use...
View ArticleMy Project
Anybody can help me finish my project? I am no a Programmer please Attached Images
View ArticleVS 2012 Relocating groupbox based on selection
Code: Private Sub CmbTieSize_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CmbTieSize.SelectedIndexChanged LblTieColorDisplay.Text =...
View ArticleHow do you create a Main Module?
Hi, I am new to Visual Basic and am just getting to know the basics. I have already run a few programs that are based on forms. One thing that I wanted to do was to initialise some variables in a piece...
View ArticleVS 2010 Measuring the size of contents of a richtextbox to equal one printed...
Just wondering out there if there is a better way to measure the contents of a richtextbox so you know how many printed pages there will be. What I really want is for a message to appear saying "You...
View Articlepath photo not found
hey i get an error when try to add or edit a new product path not fond of a photo. now i put some code but something is missing in the code this is the code Code: Private Sub Cmb4_Click() Set RS...
View Articlehow to search database with the options buttons
hey i have a search in my database thats search by name how do i search it by phone number or date using options buttons? this is the code for the search name only Code: Set RS = CN.Execute("SELECT *...
View Articlestring.split, first char of similar characters.
HI. Usual non string person here. I have some values like "asdasd, 1234,3" and "xcvzxcv", 355,44" I would like to split them but only take in consideration the first "," character. So the above will...
View ArticleGet Drag & Drop File Process Name
I currently have a script which allows you to drag and drop a file into a box, and it displays the path of it into a list box. I would like to be able to get the process name of the file so that I am...
View ArticleVS 2010 How to pass a (variable size) custom datatype array to a usercontrol...
Hi, I am making my own chart control, in which a data point at location x,y is coloured according to a third parameter. My vb solution has two projects : the usercontrol project, and a testapplication,...
View ArticleVB 5.0 in Windows 8
I am not being able to use Components under Project in VB 5.0 when running in Windows 8 environment. I also could not register dynamic link library (.dll) or active X (.ocx) controls using regsvr32...
View Article