I have a Siemens Speedstream 4100 modem providing DSL service. This device comes with a default IP of 192.168.0.1 and that has been the active IP address on that device from day one. I am now installing a D-Link 2310 broadband router that comes with the same default address of 192.168.0.1 It...
I am adding a button to a form at runtime:
Dim formabc as New Form()
Dim newbut as New Button()
newbut.Text = "Go for it"
newbut.Location = New Point (100,100)
formabc.Controls.Add(newbut)
I am sorry if this sounds simplistic but how can I now add any action for this button if I can't get out...
I have a main form that I use as a start point. Once a checkbox is checked, I successfully open a 2nd form on which is a button. Upon the user clicking that button, I am trying to open a 3rd form called NMember. On the button click action on the 2nd form, I have this code:
Private Sub...
I generate flat ASCII text files in a application where each row contains a full name e.g., John Q. Public. It is unavoidable that I will end up with duplicates of some names so naturally, I am looking to pare down the output file to only unique entries. While I know I could write code to look...
I am trying to use the built-in VB tools rather than manually code my task of trying to tell if a string character I have trapped is or is not a member of an array.
This would seem to be a classic use of ArrayList.contains but the documentation is sparse on examples that I can go forward with...
Hello-
I am having a great time coding in Visual Basic using Visual Studio 7.0.9955 doing the kinds of things it was meant to do i.e., forms, dialogs, etc. However, it is probably no surprise that now and then while working alot with ASCII flat files, I need to execute a DOS type command (more...
I am using Visual Basic .NET, Version 7.0.9955 that comes with the Michael
Halvorsen Book, "Microsoft Visual Basic .NET - Step by Step." I assume what I am trying to do is doable in Visual Basic unless someone can tell me there just isn't a way to accomplish this task.
I am trying to...
I can create code to draw a line on a form.
I can create code to place and display two buttons on a form, separated by some spacing. I am looking to be able to draw a line that connects two buttons such that it persists when the form is minimized then re-opened. I am aware that putting the line...
I have Visual Studio .NET Standard inside of which is Visual Basic .NET. This is from Michael Halvorsen's commercially available product, "Microsoft Visual Basic .NET Step by Step". I do not have the Setup Wizard described in Chapter 14, only the Setup Project icon.
Will I still be able to...
Am installing Norton Antivirus on a Toshiba laptop and midway through the install, it simply shuts down the laptop (electrically). Does not reboot, simply powers the machine down as if a setting has been done in Power Options that tell the hard drive to shut off. However, no such setting has...
I am running Win98SE on several PCs. One is a Dell
PII 300 MHz and the other is a clone with a AMD chip running
at 500 MHz. I realize these are not the newest machines
but I had no trouble getting a V.90 modem from Creative
installed and configured on either one.
The modem responds just fine...
I have an e-Machine PC with a Seagate 60 GB drive that
refuses to boot at all. The drive is loaded with XP
Home so it was setup as an NTFS drive.
To investigate if I could do anything to save some of
the files on the drive, I took the drive out and attached
it on the Secondary IDE bus to...
I am running Windows 98SE on a clone PC. On the Primary
Controller, I have a Seagate 8 GB drive that is my C:
drive (master) and a Matsushita CD-ROM (not a burner,
just reads CD) for the slave on that controller. The
jumper pin on the CD is set to Slave.
On the secondary controller, I have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.