Answer Questions
vakhim ? difference between: Me, MyBase and Parent
I don t know what the difference is between these three items: me, Mybase, parent When do we use each of them. Also is the quivalent of this in C#: Me or MyBase Gracias Amigos:) thanks a lot for the explanantions. I see, so Mybase is mostly useful if we have an overridden method or property. Otherwise we can just acces the method or the property from the derived class itself rather than from the base class. Is that correct ...Show All
RobinLennox Newbie Needs Help with Arrays
I need some help with initializing, read in value, & writing value of Arrays, I am a college staudent and basically i am trying to make a algorithm in visual basic using these pseudocode from a school book. Does anyone know anything about turning these pseudocode into a working Visual basic code. Basically this psuedocode code is suppose to initialize a one-dimensional array called List PSEUDOCODE: Initialize One-Dimensional Array St ...Show All
LeeFbx Atlering data in an Access 97 database
I have heard that VB 6 can only access MS Access 97. I have no problem accessing the database; however, I cannot change any of the data in the database since it was a MS Access 2003 database originally. Can anyone offer suggestions on how I can access an MS Access database WITH VB 6 and change the data in the database I would like to use MS Access 2003 if at all possible; however, if not I would like to know how I can manipul ...Show All
JSteuerIII Validating within a User Class
I need to populate a container with an indeterminate number of label/textbox pairs for input. Since it is indeterminate at design time, I thought I'd create a user class with both a label and at text box in a pair so I could create them at run time and populate the labels appropriately from a data file. I need to validate each text box for numeric value. Then, I need to use that value to build up a subtotal on the form...sort of like this: ...Show All
Waii How to Disable a tabpage in a tabcontrol?
i need to disable a tabpage in a tabcontrol. Is there any good solution to this the tabcontrol doesnt have a selecting event. Please help. When i set the tabcontrol ownerdraw it doesnt look similar to the other tabcontrols. Hi, Try to hide it, if you can't disable it, it's so simple!! In which case you will need to ownerdraw the tabcontrol to get the appearance. Then add the code from my si ...Show All
KC sharad Group Box Visibility
Hi, I have two group boxes on a form both with additional group boxes, radio buttons, combo boxes, etc inside them. GroupBox1 has the visible property set to true in the properties window. GroupBox2 has the visible property set to false in the properties window. I use two command buttons to toggle the visibility of the two group boxes. My problem is this: 1. Even though the visible property is set to false in the properies window, GroupB ...Show All
Raman sv How to Read through a Fixed-Length File
Hi, I've a text file which has some data written. Records have Starting character as "#2" and Ending character as "#3" in ASCII respectively and the file includes series of records, but not written as Line by Line. The difficulty I'm having is, to how to transfer those data's into a database. The File comes a 7mb file and looping character by character then noting down the Record Starting Character and Record ending Character, and finally s ...Show All
Homiczek How would I update a whole ACCESS database???
In my application I currently connect to three different Access databases via the Table Adapter, Dataset and databinding source.... The software will ship with 2006 data......when 2007 comes around is there a way to post an updated database to my website and have the program merge the newer data with the older data Let's say for argument that the 2006 database has 1200 records and they added another 12 themselves. Then when 2007 comes aro ...Show All
Qllie Publishing Problem with VS2005
I am trying to publish my solution to our company website (on the Internet) and the IDE comes back with the htm page that it creates during the process, however when I click the install button, I get a 404 error message back in my browser that it cannot find the file or Directory, but it is there. The solution name is CPC32. When I run the setup.exe, I get an error that it cannot find the CPC32.Application file, though it is there and ...Show All
ndRandall code for toolstrip copy button
I am a newbie having fun with Visual Basic Express 2005. I am creating a dedicated browser using the WebBrowser control. I have added a toolstrip and created basic buttons (back, forward, refresh, home, print) that work but am at a loss how to get the copy button to work. I realize it will probably require an “if … else” method to ensure that some text has been selected prior to putting it on the clipboard. I have found several resources on ...Show All
ArnoldA AnalogTVTuningSpace and MSVidCtl
I´m trying to develop a decent tv tuner/capture application (since there are no such apps, nowhere, I say) in Visual Basic 6.0. I´m using the MSVidCtl component together with the AnalogTVTuningSpace and IChannelTuneRequest object to achieve this, as desc ...Show All
Jim Galasyn Copying string to a text file
Hi, I'm trying to read a text file and write to another text with some string manipulation. But when I read text string and then move the string to text file and write it , the vb express 2005 add double quote in front of each string. Richard . =============================================================== VB Code: Dim InfileName As String, TextLine As String Dim fnum1 As Integer, fnum2 As Integer, fnum As Integer fnum ...Show All
Aris Extra Anyone know some SQL?
I'm in the process of creating an application that converts one database to another database with different fields...pointless, yes, but easier than typing in 4000 entries My SQL string is SELECT * FROM tblInformation However, that's all fine and dandy, until I don't know the name of the table in the database...I know this doesn't work but it's all i can think of right now: SELECT * FROM * or SELECT * FROM ALL but I don't know w ...Show All
pecasis Unable to Load blablabla.dll . ensure that the file is a valid .net assembly
Hi all i have this project 1assembly - form1 ( dll signed ) 2 assembly - Form2 inherits form ( dll signed ) 3 EXE ( need to create a form inherited from assembly 2 form2 ) When i add a new inherited form in my 3 project ( exe) (i have reference to the other two) and it throws this "Unable to Load 2ClassDLLProject.dll . ensure that the file is a valid .net assembly " any onw knows how to solve it thks JSB ...Show All
Oscar in LA [RESOLVED]...Problem executing SQL Find Query
My application contains a data-entry form to store records in regional language. I am using Oracle Database as back-end. One character of the regional language is represented by a single quote (') of the keyboard. Because of this I am facing problem in executing following search code: --------------------------------------------------------------------- Dim qFind as String qFind = "Select ItemName from Items where ItemName like ' " & txtI ...Show All
