VS 2008 Code To Make A New Tab?
Jun 13, 2010does anybody know the code i put in for tabcontrol1 to make another tab the same as tab1?
View 4 Repliesdoes anybody know the code i put in for tabcontrol1 to make another tab the same as tab1?
View 4 RepliesI am trying to rewrite some code and I am trying to determine if I am writing it correctly. My goal is to make sure that the old code and my new code produce the same results(i.e. are logically equivalent). Are the 2 code blocks below equivalent?
Old
If a = 1 then
If b = 3 OrElse b = 18 OrElse b = 20 OrElse b = 21 OrElse b = 4 then
' Do something
[code]....
i wonder how to make a copy code in my vb 2008 express edition
View 2 Repliesif i can make a webbrowser goto a game and make a button in viusal basic run scars code for the webbrowser. So basically some way of creating a bot for the game. And also, the game i am talking about for makin a bot is, runescape at: [URL]
View 13 Replieshow to make it's source code?
View 3 RepliesI used this code to make my program to startup with windows it should add a registry entry:
Dim key As Microsoft.Win32.RegistryKey
key = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("SOFTWAREMicrosoftWindowsCurrentVersionRun", True)
key.SetValue("MyApp", Application.ExecutablePath)
The problem is that it underline KEY and say declaration expected but shouldn't dim do the job for the declaration.
The example of source code to make a simple notepad?
View 2 RepliesI'm just wondering, how do i make a class link into my main code, it is in the same project so no need to reference it
Ive set up the the class and typed
code:
But they aren't linking/ working.
code to make a text box only except 4 digits and only integers.
View 21 RepliesI cannot make the code work when it gets to consonants. I cannot get the consonant part correct.
Code:
'Date of last Modification: 4/11/2009
'Pig Latin Converter: Takes and English words and converts it to Pig Latin
'Rules stated in comments within calButton click event procedure
[code]....
I'm trying to make an application that would give me the source code off a web page. But so far I have nothing.
View 39 RepliesIve created an email sender but ive run into a problem. It will only send mails to hotmail. How can i alter the code to make it send to all emails , yahoo , msn , gmail etc.? [code]
View 15 RepliesOut of curiosity, is there a way i can make a program stop or pause for a period of time (which i would choose) before continuing the code WITHOUT a timer.I think I've seen this done before, but I'm not positive.Also note that I'm talking about a forms application (not a console app if that would be any different.)
View 3 Repliescan we make code which can make copying a file in a particular drive invalid/access denied?
View 3 RepliesI've been looking through the book I own and I've been looking online but I just don't understand what code would I write to have it check the text box or input box for the right letters in a word?
View 2 Repliesi recorded the following macro in excel 2007:
[Code]...
I realize this post is rather long, but I wanted to give all the information up front instead of people having to ask me for more information.At the end of the re-installation of Visual Studio 2008, there is this message:
"Microsoft SQL Publishing Wizard: [2] Error: Installation failed for component Microsoft SQL Publishing Wizard. MSI returned error code 1638" in the log file dd_error_vs_procore_90.txt.
I have searched on Google for this whole message and found some references to this error, but I have done what they said worked for them and it did not fix the problem for me.When I searched for just "MSI returned error code 1638", I got that it cannot install something because it is already installed:"Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel".In Add/Remove Programs I see these two programs:
Microsoft SQL Server Database Publishing Wizard 1.3
Microsoft SQL Server Database Publishing Wizard 1.4
Are these programs/versions what the error is refering to? Am I safe to remove them and depend on the similarly-named item which would be newly installed with Visual Studio 2008 - "Microsoft SQL Publishing Wizard"? I still use SQL Server 2000 and 2005 on my computer, as well as 2008. I had installed VS 2008 on my computer before without this problem and also have VS 2005 and 2010.
How do i make my button open a program and make it windows size?
View 6 RepliesBasically I have 10 .png images.They contain a walk cycle I need to make some kind of loop inside a timer to make them change.
View 2 RepliesTypes have their own color (cyan by default).Enter completes the auto-complete suggestion.
View 1 RepliesHow do I make a loop from 1 to 100 and make it everytime it loops display incrementing numbers to the screen?
View 1 RepliesI would like to let a user be able to click on a button which will then create a label and put it on that form.
After I learn how to do that, I would like to make it so if the button is pressed again, another label appears below that label.[code]...
I am new to VBA and looking at an application code, being developed by some one. Although I do get an over view but not entirly sure what these lines of code do, speciallyAddress(True, False, xlA1). I figured it is property but not sure how it works
ColNum2ColRef = Cells(1, ColNum).Address(True, False, xlA1)
ColNum2ColRef = Left(ColNum2ColRef, InStr(1, ColNum2ColRef, "$") - 1
I want get make project which need use activeX in VB to design and include code. that project necessary so that computer can read port usb outer diameter and then can read that programme and what code can be used
View 2 RepliesI am using VB.Net 2003 with an Access 2000 database. The program contains three options for the content of a DataGrid, each from a different table. I have finished programming the DataGrid which loads as the default when the program starts.When I run the program the DataDrid appears, but it is empty, except for a small box with a "+" in it. I click the + and the table name appears, I click the table name and the DataGrid is populated exactly as I wanted it.
View 4 RepliesI want to make a project in which i only use dlls for any kind of work plz tell me how to make a dll i dont know how to make dll.
View 1 RepliesWell, I got some code below, but apparentally setting the Timer's to an interval of even 1000 (1 second) lags pretty bad,especially when both are checked, is there some kind of way to hook onto the memory so I know when the value is changed?What I think I have to do is likely hook onto all the characters that were there originally, +1 after in case the string changes only to get longer, and doesn't change the originally found characters.Then when a change is detected, then it will read again.I am simply trying to make the code run without lagging.
Public Class Form1
<Runtime.InteropServices.DllImport("kernel32.dll", SetLastError:=True)> Public Shared Function ReadProcessMemory(ByVal hProcess As IntPtr, ByVal lpBaseAddress As IntPtr, ByRef lpBuffer As IntPtr, ByVal iSize As Integer, ByRef lpNumberOfBytesRead As Integer) As Boolean
[code]....
Can i make from this image to make it Loading Screen I mean i put this in Form1 [URL] And i want when the program start the progressbar (the white line to load)
View 1 RepliesI wish to make a bitmap image (.bmp) transparent using VB.NET code.
View 3 Replieswhat is the code to make search in the computer?
View 5 Replies