11,868 Topics
![]() | |
I'm a newbie in VB i want to ask if have a vb form 1 if i press the command button "ADD" it will call out the form i do vb form 2 so what is the coding for it ah?? Help me thank you | |
Hi everyone. I am making aproject in vb6 with MScomm. Computer A connected with a device on serial port. I can receive the data from serial port in a text box. Computer A can also dial cmputer B to make connection. But it is unable to send data on modem … | |
Hi i want to display the version number of my application in VB6, I know the solution is going to be really simple.. please help! | |
[B][/B] Hi, please assist me how to move the last record in detail section with report footer details.both are set to keeptogether property ,so that it will go to next page if any breaks . say for example i have 20 lines to print in detail section .in report footer … | |
Hi guy i need some help on checking this table structure is right or wrong. PLEASE CORRECT id i'm wrong [U]tblBadgeNew[/U] iBadgeID (Foreign Key) iEmpID (auto number) iActive iRecycleStatus iIssueDate [U]tblBadgeOld[/U] iBadgeID (auto number) iEmpID (auto number) iActive iRecycleStatus iIssueDate This two table will send data to the data grid … | |
I create two table in the MS SQL server so I need to retrieve file from this two table into one datagrid in the vb programming will it be work. I have a unique key that is badge id. So when I key it then it will get data from … | |
Hello, I'm new to VB script and I was wondering if anybody have any pointers on how to use VB Script with active directory?, for example, import and export data out of Active directory using scripts. Any hints or guides or anything that will help me out. | |
Hello sir, My program developed in VB6. I need to write a code to wait for few minutes , I tried it in timer control but it wont work .Cld u plz give a new solution. | |
Hi All, I am using Visal Studio 2005. I couldnt understand how Visual Studio is executing follwing code. Can anybody please tel me. I have worked on Turbo C compiler, VC++ compiler and Visual studio. I could understand the output of other two compilers for the following code. But i … | |
Hi, We are new to Visual Studio 2008, barely a month into a C++ course, and are currently working on a few personal projects. We have successfully created a console application with Visual Studio but are not sure on how to get the program to run outside of Visual Studio. … | |
hi everyone out there i'm seding this request again plz help me out .......thanks currently i'm facing this prblem can anyone help me out wid this i'm using ADOCD component in project and also added reference of adodb but resulted in following list of errors Error 1 'CommandTypeEnum' is ambiguous … | |
Hi here is my table structure of my vb database work can anyone see do it right or wrong ?? Below is my attachment. Please help me please? | |
I route my output from a windows billing application through a text format. When I try to print this file through the USB port, I am unable to give a direct print. If I save to a file and print the same opening through notepad, the output is in graphic … | |
I has a question i create a form using vb but i dun know how to write the code for the it. So all the data i fill in the form will show it the MS SQL. So what to write the code and anyone have a good tutorial for … | |
Do anyone know how to use the vb to retrieval data from MS SQL ? Do anyone have a good tutorial about it can post it?? | |
hi there, i am having problem with my codes. im getting this error, 'Name 'reader' is not declared'. please help. [code][B][COLOR="Green"]reader = con2.ExecuteReader()[/COLOR][/B] [B][COLOR="green"] reader.Read [/COLOR][/B] Protected Function SiteSpecificAuthenticationMethod(ByVal UserName As String, ByVal Password As String) As Boolean Dim log_statement As String = "SELECT * FROM [user] where username='" & … | |
Hello, I'm trying to figure out how to convert this php file_get_contents command to visual basic script. I tried googling it but no luck. This is the command down below. <? $page=file_get_contents('http://www.example.com/page?user=cwarn23&pass=820578wxz56240358'); ?> | |
hi friend i am new entered in this forums. i give a visual 4/5/6 software.This software link given beloe. [url]http://www.megaupload.com/?d=TFQP53AT[/url] | |
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 … |
The End.