12,425 Topics
![]() | |
actually i want to make history of my sofware use...!! and i want to store that history in a textbox. can anyone help me???? | |
Hello Brother i hope all is fine i want to show windows media player visualiZation level i mean when windows media player play any file then change the window media player sound level up and down with a base wave quality same thing the kmplayer if you cannot understand so … | |
hi On Microsoft Visual Basic 2008 I used Report to create Table and Headers and all the details. I wanted to print the report with the tables' names centered not left justified. I also need to show the borders between the cells as they are currently printed without border lines | |
hi, im using a file1 object for list the files inside a directory. when i set the file1.font.size the file1.height changes. there is a way for keep the file1.height equal to the form1.height even if the font size changes ?? thanks in advance. | |
Hi everyone, I'm having this problem with my code and cannot seem to get past it although it was working fine before. The error is "An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object." The code … | |
hi. i have this problem on how to calculate the amount due in our system in VISUAL BASIC.NET . in returning module, (this is for penalty purposes), if the borrower didn't return the book on time, the system must automatically generate the amount due . one daY is equivalent to … | |
Hi All, I need to delete all files in recycle bin Anybody know how to this? Regards Vega | |
hey guys, I really need help with this VBScript problem: Ask the user to enter the folder name and filename. Test whether the file exists in the given folder. If the file exists, display the file size in MBs up to 2 decimal digits. If the file does not exist, … | |
hi i connect to a web page with this code: Private Sub mnuCOLLEGAMENTO_Click() Dim TheBrowser As Object, I As Integer, orario As Date Set TheBrowser = CreateObject("InternetExplorer.Application") With TheBrowser .Visible = True .Navigate ("http://www.dir*****.com") End With end Sub then, how can i do to fill PASSWORD field and USER field? … | |
how can i limit the borrowing of books in our system. the user is only allowed to borrow books 3 times a day.. so if the user reaches the limit,.the system will not allow the user to borrow books anymore. here is our codes but it does not work well..so … | |
what's wrong in my codes? this is my insert.php: `<?php $host="localhost"; // Host name $username="root"; // Mysql username $password="rommelbarrio"; // Mysql password $db_name="system"; // Database name $tbl_name="grades"; // Table name // Connect to server and select database. mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select DB"); // Get values from … | |
Hello everybody How to show usb drive letter when we attach my usb to my computer example: we use a label or textbox and one timer now we want to do this we start my project and attach a usb drive to my pc the lebel or textbox show much … | |
Hello all! I have an old program from 2002, which was coded in Delphi 7. Now i would like to rewrite the whole program, and expand in Visual Basic. But, i am just learning the language, and it is very difficult to me after Delphi, so i would like a … | |
Hello every one i think all is fine i want to open a folder with a file path Example: i have a file path c:\testfile.txt now we want to open folder of this file where save my testfile.txt file using a command botton i mean {open containing folder} please help … | |
all thing is ok. all ready 11 item was saved. in sr. no. 12 when I input all necessary thing and click in save button massage was show " save data". no error massage show. but the data is not save in database. I don't know why? So I need … | |
hi. i have some code in visual basic and i wrote some classes in c++ and i want make it dll but i don't know that when you use dlls it decreases the speed of process or not. thanks. | |
Hi Frendz, How to send data report to mail in VB6.0? | |
HI I am trying to fetch the NATIVE resolution of the monitor through a VB 6.0 program. I know it can be done by using a WMI ( CIM_VideoControllerResolution ) Although i can use it in c/c++, i am new to VB 6.0 and so having problems in implementing it. … | |
Helloooo Firstly, ive done a bit of googling, and found a few articles relating to my problem. None seem to help though. I require a simple method of acquiring the "Page Number" of the selected cell. range1.Information(wdActiveEndPageNumber) Something like this, does not work. Even though i read that it does. … | |
Hi i have a vb project im getting a bit of trouble with. this is how it should work user input text in the textbox. the input text will be count as single character each one by one after been checked they will be writen to a text file but … | |
  Hi, I am extracting datas from the csv file to display in datagridview1 as shown in image1. Now I want to search the datagridview1 and display the result in datagridview2 as shown in image2. Please do refer the attached images. I am using Visual basic 2010 … | |
By background, I am a database person. I am trying really hard to wrap my head around C++ for a class I am taking. The following is an assignment that I just received. I don't want the answers but I would like if possible, to start a discussion. My class … | |
i am using mscomm1 for form one but now i also wnat to use same mscomm1 for form 3 so can i globelize the same mscomm1 for all forms??? if it is poss then how it cn be happen???? thnk you..!!!!.. best regards lucky.. | |
Hello there guys! I need your vb6 expertise. I have a feature of my program with the quantity. What i want is i need a warning message if the quantity is lesser than the minimum quantity for example the minimum of 5 quantity. In my code it will reach to … | |
heres what i ve done ~~~ vb Private Sub cmdtimein_Click() If txtempno.Text = "" Then MsgBox "Please Input employee number!", vbExclamation + vbOKOnly, "Employee Record" Exit Sub Adotime.Recordset.MoveNext Else Adotime.Recordset.AddNew Adotime.Recordset.Fields("employeeno").Value = txtempno.Text Adotime.Recordset.Fields("timein").Value = Time Adotime.Recordset.Fields("timeout").Value = Time Adotime.Recordset.Fields("date").Value = Date Adotime.Recordset.Update MsgBox "You are time in!", vbInformation + … | |
Hello, Wondering if anyone has a "code" solution on how to distribute COM DLL's compiled with VB such that they can be licensed. Licensing COM objects appears to be VERY different from Licensing an ActiveX object. To clarify, some examples are (pretty much every COM/DLL reseller on the planet like … | |
Dear All, 1. How can i enter data in flex grid and then press save button to enter data in access db with out using text boxes? 2. How to bind record set with flex grid? Please give me sample code which should for add edit delete data from db … | |
Good Day I have some questions to ask, I made a point of sale system using vb6 my question is,. is it ok to combine dao and ado? Hoping for your quick replies thank you | |
Howdy Folks, Just wanted to make a formal introduction to these forums. Well I guess I'll give a little information about myself: - 17 y.o - Know: Batch, Visual Basic, HTML, and am currently learning Python (Didn't care for C++, although I am looking to give C a shot) - … | |
Hello everyone, I've been working with some python scripts for few days now, what editor i've been using? the answer is Notepad, but then i move to Notepad++ which is the one i use to edit batch files php files, and many other programming files formats, but just now i'ma … | |
Hi again, Does anyone know how to change file extension? Please help me. Thank You | |
Hi all, I need to list all files in directory. How i can do this. Thank you | |
Hi all, I want to clear all items of comboboxes in my form I can clear all textboxes using looping and check if control is textbox then clear textbox. But when i implement it to combobox it just clear the combobox text not all of items on combobox. Private Sub … | |
I have an SQL select statement that I cannot quite get working. Dim SelectStr As String = "SELECT * FROM Appointments WHERE Doctor = '" & ComboBox1.Text & "' AND AptDate = #" & DateTimePicker1.Text & "#" This works perfect ... however I have 2 more WHERE possibilities ... I … | |
hi all, can any1 teach me how to add in the x (0-5V) and y axis (0-5SEC) to a picture in my form? below is a example of what i mean, x and y axis value. thanks! [url]http://www.datadynamics.com/forums/144176/PostAttachment.aspx[/url] | |
Firstly, im not sure if this is the correct location for a VBA question? Please move if necassary. This is my first major project using VBA - Ive previosuly used vb.net quite alot, and still adjusting to understand both, and the differences. My question is: I have a folder with … | |
I am struggling to do a project in Visual Basic 2010, I need to make a replication of the New Years Eve ball droping in New York City. The balls has to drop for 30 seconds and can be stoped at any time, it also must include a timer starting … | |
**Precedents:** Using visual basic express 2010 on windows 7 pro 64b. Solution one CLB is a class library with multiple projects. Solution two WFA is a windows form application with a reference to one of the CLB projects .dll located in the bin release folder (not the debug folder). **Problem:** … | |
Hi there, I am hoping that somebody here might be able to help me. My kids managed to get some virus on my computer while I wasn't at home. I twigged when I got a popup box at my online banking sites.. eek! I ran AVG and it found a … | |
How can i make pie menu in C# ,Visual basic,java script.... can i use built in classes or libraries ? Seeking for help | |
Hi All, How i can restrict the numbers of customer from database? I use adodb with access. I know how to retrieve customers from database but i don't know how to restrict it to spesific numbers. Best Regards. Sturdy | |
Hi Anybody who knows how to read the active tag id from a RFID reader connected via TCP/IP in vb6 please! Thank you | |
Hi, how can I change the HTML code via VB .Net code? For example, on .aspx file I have: <div class="Menu_On"><asp:LinkButton ID="Link_Menu1" runat="server">Menu 1</asp:LinkButton></div> <div class="Menu_Off"><asp:LinkButton ID="Link_Menu2" runat="server">Menu 2</asp:LinkButton></div> <div class="Menu_Off"><asp:LinkButton ID="Link_Menu3" runat="server">Menu 3</asp:LinkButton></div> Then, when I click the "**Menu 2**" link, the class which coping the link should change … | |
Run time error 3251 Current Recordset does not support updating, this may be a limitation of the provider, or of the selected Locktype Friends, I have a VB application that is using Oracle backend database. My code is as below but returns the above error when I try to add … | |
I wanted to know how I can print reports using vb6 and crystal reports 11 and I am using the following code `Inline Code Example Here` Set Report = appln.OpenReport("C:\SBWBWIN\Report1.rpt") Report.Database.Tables(1).Location = App.Path & "\NewDatabase.mdb" CRViewer.ReportSource = Report CRViewer.ViewReport CRViewer.Zoom (100) Screen.MousePointer = vbDefault Report.PrintOut False, nocopies but the problem … | |
Hi..actually am stuck up at a place while converting my current projet from DAO to ADO. As there is no equivalent function for Tabledef in ADO..thus i cant figure it out, as to how to replace the following code with. The following code searches for the table with name "BlockTable". … | |
hi. would someone minf giving me a snippet of a code where a program searches for a specific character in a string? for example. if i have a label that contains a string "abcd" the program would check if the characters "b" and "d" exist in the string regardless of … | |
hi all pros, below is my vb6.0 code. the click command is to save my text and picture. there is no problem for my text. but, i have a problem after saving the picture. the picture can be saved but it is not availabe for preview. is there any fix … | |
I got this kind of error: Operation is not allowed when the object is closed. Private Sub cmdPrint_Click() Dim rs As New ADODB.Recordset Set rptRecord.DataSource = rs rptRecord.Show 1 End Sub | |
I have made an application to add monthly usages of coffee to a listbox using an array. I have a button which opens up an InputBox to enter the monthly usages. I then click a button to display the usages in a listbox. Howerver, I only want users to be … |
The End.