10,989 Topics
| |
Hi.. I've got a problem in how to connect atmega8535 to VB6 using MSComm... I've already build the program in VB6 and usart program in CodeVision,and it's already work in computer that use Windows XP. but when I tried it in computer that use Windows 7 it doesn't work...!! Any … | |
I am working with VB6 and access and I am facing theis problem. Can somebody tell me the reason of such kind of error- Runtime Error- 8577 Failed getting Rowsets from current data source. i am getting this error while I am trying to display reports from the database by … | |
hi, in webbrowser component of vb6 we have a option to open a url a send a header with the post information. what i need is send a login information for a php script capture that post. what is the correct sintax? thanks for your help :) | |
hi, i have a vb6 project that use the Crystal Reports Activex Designer Run Time Library 10.0 to load and print the report in the prodution machine this is working but now i need install this activex in pc cliente, where can i get the installer? i have created a … | |
I have 2 separate tables that need to be joined together. I'm trying to display certain fields from both tables by joining them with a matching field(same values but different column name) The user enters their employee id, then I need to return the other field values associated with that … | |
I'm developing chat program. I have database on my webhosting where I store rooms and memebrship tables... I created the client, but I still cant do the server side of the program. It must be in win forms app.(I use .Net 3.5)Every tutorial\Sample of server side is for Console app. … | |
Hi guys I hope someone can help , Am trying to populate a TreeView from a TXT file My TXT file look like that : [STANDARD_DATA 0] STD_NAME=RED 1260418 BAT_DATETIME=1087475867, BAT_NAME=BATCH BAT_REFLPOINTS=35, BAT_REFLINTERVAL=-10, BAT_REFLLOW=360, BAT_VIEWING=%T MAV SCI UV Inc [BATCH_DATA 0] STD_NAME=RED 1260418 BAT_DATETIME=1087475867, BAT_NAME=BATCH BAT_REFLPOINTS=35, BAT_REFLINTERVAL=-10, [BATCH_DATA 0] STD_NAME=RED … | |
Hi folks, I am new to visual foxpro , our teacher required us to make system using foxpro can you give some sites that i can download sourcecode for foxpro | |
Hello, yesterday, a friend of mine who develops in all kinds of languages but mostly VisualBasic.NET, told me he only listens to the regular kind of pop and rock, and sometimes to heavy metal kind of things. But -he told me- when he had something to do in C-style code … | |
I want to make a simple website blocker in vB. I mean it should have capablity of checking the ongoing HTTP request and block them accordingly. How it is possible? | |
I got an error message "Invalid data source" for vb6 software for report generation that is created using DataReport feture of vb in the mechine where vb6 is not loaded. plese advise me with an example. | |
please can u tell me wat is that adodb connection.. i am getting error over there....please reply me.. | |
I have a form named "switchboard" that contains a number of control buttons. I need the button named "ADMIN" to open a form called "999 Password". On form "999 Password" you enter a password and select a control button named "CheckPassword". If the password entered is correct, I need a … | |
Hi! I'm working on a query that stuck me for some hours. I have 4 tables that I need to query to get a result that I need to populate a flexgrid with. Table Transactions contains (tID, data, clientID, operation) that I need. Table TransactionsContent contains some columns that I … | |
Good day Sir, i am researching on a topic (application of pipelining in automobile industry using a case study of car assembly line). and i am finding it difficult to write a program using VISUAL BASIC 6.0 that can show pipelining can be use in assembly of cars in an … | |
I have an Excel macro in which a user can input their name via an input box. I then want to take the name they enter and use it as part of the file path to which the workbook is saved. For example. If user enters their name as John, … | |
hello.. i am looking for simple codes for searching will u pls give me some tips to came out with this problem | |
Hello,, I've got some problem while trying to run my program that was originally made in (VB6) windows xp environment into windows 7.. everytime i try to run it, it says "Run-time Error '3633' Can't load DLL "MSRDO20.DLL"".. Can you pls help me solve this problem.. any idea pls.. thanks.. | |
I am usig VB6 & Access 2000 to create a program for a clinic to store patient details. I want to check whether a record with same date exists and if exists delete it and save new details.but with my coding it is not deleted even if the record exists. … | |
Earlier i worked on a project i-card printing. Here i used web cam .. Took the photo graph saved under the name + class + div & ".jpg" . Then i run the main module entered the name class div of the student & searched the jpg file use drivelist, … | |
Please tell me about how i connect vb 2010 to ms access Thanks!!!!!!!!!! | |
I wrote an application in VB6. While testing I want it to run only when a pen drive with specific VOLUME SERIAL NUMBER is attached. Can any body help me in finding out the volume serial number attached to the system. Regards | |
Hi i just want create a project to school i card i do evry thing in my project but i have no idea to save photo of student on icard simply i want save image in data base or access imege on form to print icard please heme me how … | |
hello folks, Ive been working a project that needs crystal report, but i have a big problem idont have the installer on it folks can you help me pls :sad: god bless u folks | |
Is there a way in VB6 where I could get the file's "Size on disk" (not the size). I cannot achieve this by using the FileSystemObject's size property which only returns the file's size. If this cannot be done, maybe a help on how to achieve these other options will … | |
Hello! I currently am enrolled in an intro to VB2008. I have done well thus far but have hit a snag on Chapter 5 programming challenge 4 on p350 of the 4th edition(yellow). I swear to you I have put probably 10 hours into this embarressingly and I am ready … | |
My boss wants me to use VB to create a text file that records people logging into a PC via the username, login time, log out time, and duration. I'm new to programming and been scouring the web trying to build up my knowledge any help would be appreciated. | |
:confused: how to create a payroll processing using VB and MSacccess.i want guidelines for that would anybody plz help me.In VB with all the deatails of an employee,facility to add new member,to edit,hv option to display all the parcticular abt certain employee in detail.plz help me | |
Hello, I am making a program, where cycles of a process are running and i have to save a report every 10th cycle. The report should get saved automatically, without human interference and should be saved in a non-editable format (say PDF, JPG etc). I have tried a couple of … | |
Is there any VB pseudocode generator? or converter from vb code to pseudo code. I need to convert that code for pseudocode: 1) Login form: [CODE] Private Sub Command2_Click() Dim password As String Do Until password = "dawid" Or attempts > 2 password = InputBox("Please enter your password") attempts = … |
The End.