12,425 Topics
![]() | |
I'am creating a visual basic program the project has the following controls: four buttons four labels two picture boxes It is a form that display two rooms one is standard room button, and the other is deluxe room button. when the user click on either button it will show the … | |
Respected users, i am working on a small project in VB6 following are some requirements, i am attaching the screen shot also ... 1. it gets the sql files in a list once click it opens in rich text box. 2. when the query is run it should populate the … | |
I successfully created my own help file using the VB 4 help complier. Now I need the code to call my help from my program. Does anyone know how to do this? | |
Good day.! How to get the last day of the current month and store it in a variable.? Thank you for giving time.? | |
Need help can anyone give some example of the code to retrieval data from Microsoft sql to the vb datagrid | |
Hi everyone! I'm desingning a database app... and need to fill a datagrid on runtime. I've checked some other post and the solution they propose are using: Set datagrid1.DataSource = rs But when i start the program the datagrid doesn't fill... i have put some textbox with references to the … | |
Hello, I have a file which already contains data. I don't know and I am not sure of the content previously entered as far as end-of-line and whatever finish the file... eg: server1.tt.xx.yy.com server2.tt.xx.yy.com On one file it could have been entered with a end-of-field after server2.tt.xx.yy.com on another file … | |
Hi, I have some problem receiving data with GetData after using post method. GetData returns nothing. I have installed fiddler the ip-sniffer to se what happends. Fiddler seams to receive data without any problem for the request. Appreciate your help. Here is the code I use: [CODE=vb]Dim retData As String … | |
Hi guy need some advise on how to create the a tracking system for the badge id for the company. It need to show a the data grid on the previous user and current use detail and show which is active or not. Can anyone give some ideas on it. … | |
Hi friends i m using vb6.0, i have used datareport in that,theere are 4 taxes like education,h.edu.,those all are printing in report but now i want that if user including education tax or other taxes than only those fields must be show in report otherwise the field of that must … | |
i want to make a button wich will give me link of that folder from Windows tree, wich i chose............. Sorry for my English:)) | |
Hi guys, I has a question to ask it is possible to call out the same ID on two different table. Example i have same ID like said 123 on table 1 & table 2 it is possible to call then out and show out on the data grid when … | |
hi, there .i am coming up with a login page authentication, however i am getting this error that says[B] 'Type SQl.Data.SqlClient.SqlDataReadercon1 is not defined '[/B] [code] [B]Dim reader As System.Data.SqlClient.SqlDataReadercon1 [/B] <%@ Page Language="VB" MasterPageFile="~/CouierMasterPage.master" Title="Untitled Page" %> <%@ Import Namespace="System.Data.OleDB" %> <%@ Import Namespace="System.ComponentModel" %> <%@ import namespace="system.web.security" %> … | |
Hello , i have a problem that how the picture box is used as a media player. i have downloaded some media player project,which do not execute properly and shows a picture box as a media player. I have attached such a project with this .Please check. please ,solve my … | |
Hi guy i a newbie in vb so i need your help from all of you. So Genius can help. I create a data grid and by default it have 2 column and two row. So now i need to add more column i check for the properties of the … | |
Is it possible to view the codes of an exe file using VB6 similar to ResourceHack found in google. download link: [url]http://www.softpedia.com/get/Programming/File-Editors/Resource-Hacker.shtml[/url] | |
I coded an application that has 12 questions. Each question has 3 option buttons on a group. By using if statements i get to calculate 4 different results. Each result goes on a textbox and i also have other textboxes for name, date, stuff like that. In total 14 textboxes. … | |
Good day! How to copy a file from one location to another.ex c:\ to c:\copied in silent mode.When i load the form it will copy the file automatically. Ex. name.xls - the name of the file to copy. Pls help. Thank you for giving time! | |
Hey guys, How would I go about sorting an Array of Strings, using either a selection sort or a insertion sort? I have written an insertion sort, but i only works for integers. How can i modify it to work with strings. [CODE]Public Sub InsertionSort(ByVal numitems As Integer) Dim currentitem, … | |
I'm not at all sure where to put this question. It's been a long tine since I messed with basic, and I'm not a programmer of any kind. I got interested in a method for calculating the Golden mean, and I'm hoping some kind soul will point me in the … | |
hi I want to make a custom message box alert just like VB6 built-in "VBOKCancel"....In that custom message box alert, i want the functionality of "VBOKCancel" as well as an additional button and check boxes.....much appreciated if anybody helps me out. Thanx | |
All, i have a pretty simple task but for some reason i cannot for the life of me figure out how to do it in Python. I have a matrix of numbers, this matrix has a variable number of rows depending on the dataset but always 30 columns. first things … | |
hi all, I want to read MS-Access database tables through VB. I try for reading excel file and i got success in reading excel file by adding reference microsoft execel library . But i am facing problem in reading access file. I had added the reference microsoft access library but … | |
[code=html] <A class=F11 id=moreFF4Link style="DISPLAY: inline" onclick="showMoreFF4('on');clickTrackSwbdAttr('BP:Attributes:Additional Info:Show More','Trattoria-Pizzeria-Roma Inc','Pizza Restaurants, Restaurant Management & Consultants')" href="javascript<b></b>:void(0);"><BR>Show More ></A>[/code] This is the html of that page. I am looking forward to clicking on 'show more' I am using a instance of Ie to open this page, As this is supposed to … | |
Can anybody tell me .why i am getting error object variable not set. Kindly help me.any help would be Greatly appreciated.here is the code what i have written. [code=vb] Public Sub Addtolistview() Dim con As adodb.Connection, rs As adodb.Recordset Set con = New adodb.Connection Call OpenConnection(con) If Not OpenConnection(con) Then … | |
problem: when we go to new record the code not work so we add some update to that code to be : [CODE]Public CurrentBookmark As String Public MouseWheelMoved As Boolean Private Sub Form_Current() On Error Resume Next If MouseWheelMoved = True Then Me.Bookmark = CurrentBookmark End If MouseWheelMoved = False … | |
Hi everyone, I'em new here and sorry for my english. anyway I have a problem with my project which I develop using visual basic 6 and crystal reports 9. my problem is that I want to show a data field from crystal reports to a text box from visual basic. … | |
I am looking for a free voip control (ocx/activex). Conaito SDK is a good example of what i am looking for ([url]http://www.conaito.com)[/url]. I just want to develop an app that will connect end-to-end using the IP address. Searching the internet i found that i can use sipxtapi.dll and i believe … | |
Hi, I have a data object named dataCounter and a MSFlexGrid named gridCounter. I am trying to set the gridCounter.datasource to the dataCounter Dim dbMyDB As Database Dim rsMyRS As Recordset Set dbMyDB = OpenDatabase(App.Path & "\Counter.mdb") Set rsMyRS = dbMyDB.OpenRecordset("CounterTable", dbOpenDynaset) Set gridCounter.DataSource = dataCounter I keep getting a … | |
Hello All, I have created a page using VB6 dhtml.. It works fine within VB but when I try to export it to my website, the buttons wont function.. I want to now put that DHTML page on my website.. Any ideas on how to get my buttons to function … | |
Hi all a collegue of mine has a relativly simple problem in excel. she has a table (just some data in rows and columns - not a real table) of data set up and needs to copy the sum created in this table to a different table but transpose it … | |
Hello to all. I am a B.S Information Technology student in Our Lady of Fatima University Philippines. I am now conducting a proposal for a school "student information system". this is for our subject "System Analysis and Design" i will use Visual Basic 2008 and (MySQL or MS Access). I … | |
hi ! Is there anyway for me to recive emails and store the subject into a variable with a vb6 form, if at all posible i would prefer not to use winsock. Thanks! | |
Hi, i have installed VC++ 6.0 & Visual Basic 6.0. I have written a programm in C++ (MFC dialogbased), which use a dll which was written in VB. In this VB - dll i writte the data in a xls-file. the point is if i run my VC++ programm on … | |
Hi, there, i am trying to come up with this behind code using vb. i am getting error saying 'the username and password is not declared. i am not sure how to declare. please assisst me in this. this is a button which should work in a login page. [code=asp.net]Protected … | |
Hi, Is there any (free) graphical engine for Visual Basic .Net that can be used to show 3d graphics and/or create games? Anything is appreciated... Thanks, | |
How can I stop processing in a sub so that the user can choose an option button for input? | |
Good day! I just need to pull all the records in table named "cusname" in sql server to an existing excel worksheet which is located in the folder where my program reside.The name of the existing excel worksheet is "excelcusname". I need to put the records in column C, row … | |
How can I get internet history with a vb4/5/6 program? In a period of time I have to get the user accessed web pages even if he is using other than internet explorer. A keyloger will collect all the unnecessary things. Would you please help me? | |
i was trying to join two tables using a adodb mysql5.1 driver connection .i tried to print the record count in the record set . no result was shown and the program is not responding . when i started debugging it was shown that the record set object was closed … | |
Can someone give me some idea how to write the rtf file required for the VB4 help complier. Please explain in english in simple terms. I don't understand the instructions at all and I am: major_lost | |
Hi good day.! Im so confused why my code to get the total records in a certain table in sql server returns false. Im already connected to sql server and set-up a table named "loanlist".This table contains 10 records. But when i want to get the recordcount, it will returned … | |
Hello All, I am not knowledgeable in VB nor in MS Access, so kindly excuse my ignorance. I received an MS Access database which is unable to open on my computer (for whatever reason), but is able to open on 5 different computers. At first I thought it was an … | |
Hi guys! I have 10 records in a table in MS Access.! The table named is tbloan! I want to export to an existing excel spreadsheet the first three columns.! The spreadsheet name is "excelexported" and it is password protected.The password is "excel".The data should appear in sheet2. Pls help.! … | |
I am having a small problem locating any information on this little problem on the net so I am coming here for help AGAIN. I have a VB6 project that has a combobox. This is needing to display data from my SQL db. I have it displaying the data fine. … | |
Hi all.... I'm trying to insert an Excel graph into my application. It was pre-made in MS Excel, but I need to update and display the graphed results in my VB6 application. I inserted the graph on my form using OLE and I found this on the web: [CODE] 'do … | |
Hi, Im new to VB. Im just trying to do a simple if statement that will open a specific form based on user input. The database requires me to scan in a barcode from a card. I then want to check if that barcode number is already in the database. … | |
ive beed researching it for days, i can find the right codes or trick to disable that key-combination i need it on my clients side or a cafe management system. pls help me guys.. thanks in advance | |
i have a problem with msflexgrid. in msflexgrid, i have 7 columns and 10 rows. i insert data into 2nd column 1st row, and now my problem is; after insert data and click tab, i want the data(2nd column 1st row) will be automatic display in same column but in … | |
[QUOTE]HI These are the forms I Have Log in,Customer,Order. They are opened In this order. At start up the Log in Form assigns the User in The Order Form and all works fine. But when I close the Order Form I loose the user. I would like to maintain the … |
The End.