10,989 Topics
| |
OK, I am relatively new to C#, so in order to give myself a 'learning' project, I thought I'd update an application I wrote a couple of years ago. The application uses a ListView control in "Details" mode to display MP3 tag data stored in an Access MDB database file. … | |
Hello overyone, I have a question about web forms. I've set up a web service and i'm now trying to make a registration page. The one thing I couldn't figure out is how to handle events. For example, I have a simple button with id="Register", how can I handle that … | |
Hi all, How can i know an active/default printer? Thank you in advance | |
I have 18 text boxes named 'txtmybox' with indexes set as 0 to 17. To change the back color I currently use a for..next loop ie: for x = 0 to 17 txtmybox(x).backcolor=red next x The question is - is there a quicker way to perform this task, ie change … | |
Here is what I have. I need the check boxes to add the variables Masters(3000) and doctorate(8000) to whatever the value of the current radio box. If they are both checked then they should both be sumed along with the current radio box value. If they are unchecked it should … | |
Hi guy, would you help me, how to create table (ACCESS) with primary key in visual Basic 6? Set catNewDB = CreateObject("ADOX.Catalog") catNewDB.Create "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=" & sDatabasetocreate & _ ";Jet OLEDB:Engine Type=5;" ' Engine Type=5 = Access 2000 Database ' Engine Type=4 = Access 97 Database Set … | |
anyone who can help me regarding how to read data from .dbf files recordwise. | |
Hey all, i'm newbie programmer, i wan't to work with vb6, i wan't to know about adodc, adodb, odbc, and dao i know function adodb, but not adodc, adodb, odbc, dao can someone explain to me about adodb, adodc, odbc, and dao thanks for help | |
Hey all, i have a problem here, i want to know how to send value from datagrid to excel plizzzzz.. help me | |
I have created on form in vb6 to see the gmail's email, and when i am downloading and saving it it has many text and i am not able to understand that... can anyone help me for that?? it is also having one image in mail... thanx in advance... | |
| |
Visual Basic 2008/2010 - Save Page As, create a Folder, upload the folder to a specific ftp site I am working on this vb app that will goto a specific site, click on a button(i am still working on the button process) do a save page as, create a folder, … | |
Good Afternoon, I am having problems clicking a button within a website, heres the html code from the website using firebug on firefox [CODE]<input type="submit" onclick="return fnbValidateLogin()" value="Login" name="Login">[/CODE] Heres the code that i tried [CODE]Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim MyElementsWeb As … | |
I attached a PDF of what my project is. I am not sure how to get the labels to display the right amount. Would I do If Chevy.checked = true and freeway.checked = true then TotalMiles.Text = "33" ? | |
...the problem is when the RoomNo is reserved and when you click the Reserve button again with the same RoomNo it will be reserved.... all i want is when you click the Reserved button and the RoomNo is already reserved a msgbox will appear and say "Room Number is already … | |
hello guys! anybody can help me this type of error in Login form. Im using combo box for multiple users thank you very much. Run-time error'-2147217865(80040e37)': The Microsoft Jet database engine cannot fined the input table or query 'login'. Make sure it exists and that its name is spelled correctly. … | |
Hello Every one Please Help me on My problem i want to close a application proccess in taskmanager using vb6 Example: we open a notpad.exe and we want to close it using visual basic 6.0 to this way we have a Command botton Private Sub Command1_Click() ' Here my command … | |
I'm having problem trying to find out what is wrong with a code. Here's what it is supposed to do. 1. The messagebox should only appear if a record already exist in the database 2. If there is no record of the same information, then it would save the new … | |
Does anyone know how to update multiple images? | |
Hi all, How can i validate a text in text box? I need to check that text length is 7 and first four characters is contain "ABCD" and last three characters must contain numbers. e.g : ABCD123 Thank you. | |
Hi all, How do i know where the cursor position in the text at textbox? Anyone know how to do this? Thank you in advance | |
i cant seem to see the crystal report in the add new item | |
Hi All, After i develop the program i compile it into internet package(.CAB) and upload the CAB & HTM File using IIS so others can access the program use the Internet Explorer. Then when i key in the information and need to print out into excel file turn up the … | |
please solve my problem i want to know where we show text when we use copy cut command Example: we use a command Ctrl+C or Ctrl+X any text in textbox or any file or folder i want to view his clipboard where it link save OR view in Registry or … | |
We are making our system w/c is Payroll System of a gasoline station using visual basic 6.o for our baby thesis but we can't really make what our client needs and it turns out very difficult for us. They want to have a payroll Sytem w/c it can compute automatically … | |
hi i'm in middle of building an application and something got corupted and the solution has 2 errors and i don't know how to fix it when i run the app it comes up the msg that there is errors and i can run the last successful build i'm interested … | |
SQL = "SELECT * FROM tbldes WHERE Category LIKE '%" & Replace(Trim(Text1.Text), "'", "''") & "%' ORDER BY category" rs.Open SQL, cn, 2, 3 use of this sign(%) anybody can explain me, what is the use of this code? br | |
Hi, I am creating a form application that should display information from one dataset into individual textboxes (ie. system name, system id, location name, location id). The textboxes populate upon the selection of a pair of cascading combo boxes. So, the user first selects a system name from the first … | |
Hi I have a bunch of VB6 code and I want to translate/upgrade it to VB.Net. I have used the "upgrade wizard" and it generates massive errors. Is there any document that lists the differences between VB6 and VB.Net? I have lost many of my important functions, such as MouseDown, … | |
Hi. I need to make a system where I can accept input from the audience, and it'll show live on a PowerPoint Slide. I can create the user input system, but I don't know how to make a PowerPoint macro that when run will either: [LIST=1] [*]Retrieve text from a … |
The End.