16,916 Topics
![]() | |
I wrote the following program with the instructions in the top comments: ( I am using visual studio on vista) [code=cplusplus] #include <iostream> using namespace std; int main() { int num1, num2; int total = 0; cout << "Please enter an integer between 0 and 100: "; cin >> num1; … | |
Most of my Visual Basic 6 experience comes from VBA with Excel. With VBExcel, you can run any procedure (if it does not require input parameters) by simply putting your cursor in the sub and clicking the "play button" (F5) . With full VB6, the same action will not just … | |
I want to check to see if a file is open in VB 6. It would be nice if this could happen without opening the file. Can someone help? Thanks. | |
this is my program i am getting a error while compiling it can someone help me... error is ----- Build started: Project: paddy, Configuration: Debug Win32 ------ Compiling... manager.cpp c:\documents and settings\others\my documents\visual studio 2005\projects\paddy\paddy\manager.cpp(51) : error C2664: 'Pensioner::Pensioner(char *,char *,char *,long,char *)' : cannot convert parameter 1 from 'std::string' … | |
I need to extract complete path for a file givne the file name. I am using the function GetFullPathName() but it only appends the current directory of the project with the file name.. Is there any modification or some other function which can help? I am using visual studio 2005 … | |
hope every one is okay. can some one help me out with visual basic coz i really need to grasp. send any thing, startin from scratch. any thing any how, any time am waitin. just find me the easiest way to get it into my head. thanx nice meeting u … | |
I have a database program i have written but it can only be used on a local machine. i want to make it a client-server application whereby the database would be on a system acting as the server and the application can run on other computers as client within the … | |
Hi, Please help me how to make database via VB6 which accepts sms that contains the information to the database and also, if possible, can reply to the sender. I'm planning to use Nokia 7110 with data cable connected to serial port. Thank you. | |
Hi guys, any body knows that flash disk have a serial number like hard-disk, and it's unique or not ??? thanks. | |
I want to capture the text in a textbox to a picturebox and I am trying to use bitbit function. But everytime i use it, the image is not captured of the textbox but of some other area. Can you explain me how can I use this function correctly? [CODE] … | |
Hi Friends While adding record in Ms-Access using ADODB... Last record in the database is replaced instead of adding .. I dont know why?? Plz any one help me.. [U][U] Code :[/U] Private Sub cmdAdd_Click() If ((IsNumeric(txtincome.Text) = True) And (IsNumeric(txtmobile) = True) And (IsNumeric(txtnum) = True)) Then Datacontrol.Recordset.MoveLast Datacontrol.Recordset.AddNew … | |
hey all... my project is showing some error in this code... plz help... [code] Dim RS As New adodb.Recordset Dim getname As String Dim logginname As String getname = "SELECT E_name FROM Employee_Details WHERE E_ID ='" & logid.Caption & "'" CN.Execute getname RS.Open getname, CN Label7.Caption = RS.Fields(0) [/code] thnx! … | |
Hi ! New here and looking for a little assistance if possible. I have a spreadsheet and I'm trying to record / create a macro. I basically want to search a column (D) in a worksheet for a value (eg."gh76589") then copy that entire row to a new worksheet. Ideally, … | |
Hello to everyone, I have a database with several representatives in different cities, sometimes there are many representatives in one city. The search is like: [code] sql_representatives.source = ("Select ID, CITY from REPRESENTATIVES Where PROVINCE_ID = " & LST_PROVINCE.ItemData(LST_PROVINCE.ListIndex) & ";" [/code] The above sql return all cities in the … | |
Hello, Does anyone know how to pass a prameter to vb.net program that will run behind an exist vb 6 program. I have been given an instruction to write the new functionality in vb.net and integrate it with vb 6. Many Thanks S | |
i hv a vb6 form connected to the ms acess... it has multiple tabs so if a user wants to make any one of the two then a unique key should be followed... preferably the key should be followed by the system year as this could be used for many … | |
I have an wsdl file, I puted the wsdl file in the app_code folder ("I am using visual studio 2008"), as it is supposed to be it generated the proxy for me. But the proxy file containes object type parameter for all functions even for the functions that are not … | |
I have written a program that reads a text file and then saves it as an image file.Although the program is reading the file but its having errors saving it as an image file. Please Help! [ICODE]Option Explicit Private Const SRCCOPY = &HCC0020 Private Const MERGEPAINT = &HBB0226 Private Const … | |
Hi all I'm using MEMO fields to store some information. The information will be stored in formatted way like (bold, italics, fontsize etc) all this is working fine. But when the fields contains the information in more formatted way like (msword tables, bulleted text etc.) then the printing is weird. … | |
I am trying to replace a string with another string in a string, but it is just not happeneing and is driving me crazy :@ and I am really confused :confused: Here is the snippet : [CODE] Dim strHex2 As String strHex2 = strHex.Text Dim Mystring2 As String Dim GG … | |
Hi I am trying to retrieve results from an access database using ODBC within an excel spreadsheet. Although the query works the using the worksheets querytable object, the results are written into a cell and then the cell has to be evaluated. I would like to evaluate the results without … | |
I have got 2 problems... 1) How can I find the visible no. of rows in a datagridview and the index of the top row during vertical scroll.I am using visual studio 2005 windows application in c#. 2) How to refresh datagridview's particular no. of rows instead of refreshing the … | |
Heya I have to write a script within MS Access 2003 using Visual Basic for Applications to read in data from a textfile and insert it into the table. I began my programming path using dot.Net C# and started database manipulation using Sql Server. So this is kind of like … | |
Im New to the community, im having difficulty in trying to attach code to a password program that will open folders once the correct password is entered. Any ideas on how to do this??? | |
I hope you guys can help me Im having troubles with this. I need to create this using Vb or vs2008 visual studio or visual basic 2008 can you guys help me? INTERNET SERVICE PROVIDER An internet service provicer offers 3 subscriptions packages to its customers, plus a discount for … | |
![]() | Hi guys. This is a cry for help from a desperate student!!! I don't expect you to do this for me I just need my mistake to be pointed out to me. I'm creating a c# application which acts as a learning program to be used by teachers and learners. … |
I want to connect My Access Data in my Web Page. Is this possible? If yes, can you tell the way to connect. IS THERE ANY WAY TO USE ADO CONTRAOL TO CONNECT MY ACCESS DATABASE IN A WEB APPLICATION. CAN YOU PLEASE GIVE ME THE BASIC GUIDE. | |
hi all, i have connected 4 ip camera s with my pc.. i need to raise msg when the camera cable unplugged (abnormally) using winsock.. i tried using loop like for 0 to 3 winsock(i).close if winsock1(i).connect <> sckConnected then msgbox("no connection") end if i know as a beginner this … | |
hello everyone I am trying to convert with VB a wmv video to bmp images. Does anyone knows how to do it? If it is impossible with VB could you suggest me any other language or another program? thx! | |
Hello everyone. I'm making a database program for a dormitory which makes and manipulate records of the residents. I just want to ask what is the code for printing the records. thanks alot in advance | |
I'm really hoping someone can help me on this, I may have overlooked some info somewhere doing numerous searches in the past week, but what I'm trying to do is quite simple. I have a handheld inventory device (circa early 90's but still in prolific use in the industry) that … | |
Hello, I don't know if this is the right place to ask this, its sort've a big collective question on how to go about building a database program =p. Yes, it is a project for school, I've got about a month to do it, I'm quite new to VB and … | |
Good day people. I have written a free plugin for ACT by Sage that makes it possible for VB6 programmers to link to and integrate with ACT from your own system or database. Up until my MiddleWareSDK (MiddleWare SDK for ACT by Sage) it was always impossible for you to … | |
I started playing with programming back when psuedocode was being taught in technical colleges... No jokes about my age, PLEASE! I also learned about binary, loops, and even created an even more archaic video game than "PONG" !!! I got real hard core about them back in the late 90's … | |
I'm a beginer in OpenGl. I downloaded glut 3.7.6 package but I didn't find glu.h, glaux.h, opengl.h, opengl32.h and gl.h in there. Where can I get it ? And if I've found it, how to set it so it can work well. I'm using VC++ 2008 Express. Please tell me … | |
I am trying to embed an image into an rtf file using VB. Well, I tried using the clipboard method but it doesn't wield any good results, I have to embed it and align it and copy it so that the images form a border. Ideas anyone? | |
hi!!! everyone i am the student of O'levels and i am making my project of com. and in great need of a complete version of vb6.0 plzzz.. send me a link or share with me... plzzzzzzzzzzzz | |
hai, now i trying to make a bill printing project in vb 6.0 and msaccess .I have to print the bill in three copies.The bill is a bunch of three papers and the carbon sheets arebetween them. i cant print in all the three papers . [B]i dont know the … | |
Hi I have a combo box with a list of Months however the Months are preceded with a single character code i.e F (January) G (February) H (March) J (April) K (May) M (June) N (July) Q (August) U (September) V (October) X (November) Z (December) H (March) As I … | |
I use datagrid to show data and use adodc control. but when connect between them a msg show "No compatible data source was found for this control. please add an intrinsic data control or a remote data control to the form." Is there any proses to connect between them? | |
Hello, Does anyone know how to pass a prameter to vb.net program that will run behind an exist vb 6 program. I have been given an instruction to write the new functionality in vb.net and integrate it with vb 6. Thanks Guys S I also published this to the VB … | |
can you give me thesis title??? i am a IT student \tnx!!!! | |
We are facing Run-Time error problem with our product which is developed in Visual Basic 6 and Flash Component for its UI. ([url]http://74.50.1.237/downloads/PMP.exe[/url]) Product was developed four year back and was working fine at that time. but as new updates and survice pack are comming for windows most of our … | |
Ok, im quite new to VB, im making a betting game (out of boredom) but ive got stuck at randomising a winning horse (horse betting) completely pointless i know, but im doing it to practise my skills what i learned in IT at college. There is 7 horses to chose … | |
Hi As the Infragistics NetAdvantage COM forums appear dead so I though I will post here also. I have a UltraGrid bound to a fabricated recorset. One of the columns has a valuelist attached with 12 items to choose from. When I click on the Dropdown box only 10 are … | |
Hi all, Question again .. :) How to calculate the numbers of character in text box including space/blank? Who want to help such a new beginner ? he he thanks :$ | |
Hello all, Forgive my ignorance but I could really use some help with writing a Word macro to open an Excel spreadsheet. Long story short is that our firm has a multitude of global (corporate) word macros that we use to open different documents and other functions. We now have … | |
hello to everyone i need your help guys for my thesis my thesis is all about computer arcade with internet cafe management system can you help me to create this device??? | |
Hi all, As i'm new to VB 6.0, anyone could help me to find out this issue? how to change the color of text which is in textbox? thanks in advance :cool: | |
Hi friends, Please send me process of making a project [B][U](backend Ms Access and front end visual basic)[/U][/B]running on LAN. I tried but i got message [B]file already in use[/B]. If not possible tell how can i identified which IP(user) use that programme. Thanking you Pardeep |
The End.