16,916 Topics
![]() | |
I need help to create a delete form and search for the banking system. I have created a add form for the users now i need to create delete and search form for the project. i have put the codes inside the attachment of the zip file. thanks. | |
Sorry, I am a beginner at Visual Basic, and have had to create this project as part of a school task. It keeps coming up with "argument not optional" on the calls tp checkcards and determinewinnings. I don't knkow what this means really, and I don't know how to fix … | |
Add an item to a listview using API | |
Hi there! I'm having some trouble with the Winsock control. I'm trying to connect to a POP3 server. Problem is, I have the winsock.Connect function, then the DataReceived event SHOULD be called (the POP3 welcome message upon connection), and then after the Connect function I have other things that read … | |
I'm new to the forum as I've been surfing around for some previously posted help, but I just can't find it. So if anyone can help it would be greatly appreciated. I'm new to C++ and programming in general and I'm compiling on Microsoft Visual Studio .Net 2003. For a … | |
Hi, I am totally new at configuring my own desktop. I live in Vietnam and cannot ask advice in the shops because people don’t speak english (and I don’t speak vietnamese). I will use for developing purposes (Visual Studio.Net). I have set up the following. Is this compatible or I … | |
I have a program that imports table names into a treeview, however the problem I am having is it will only import 10 table names then stop. I have 26 table names to import. Is there a away to get around this without having to split it into three different … | |
hello everyone! let me get straight to the point...we have one department in my work here using SAP system. first of all is there a way for me to connect to SAP? second, is there any ocx available for VB6 in connecting to SAP? lastly, can someone help me please...thanks … | |
Hi I've bee trying and failing to use Visual Studio's C++ 6.0 to send and recieve data via my serial RS232 port. I have been informed previously that I need to use the Win32 API but not how to use it. I am trying to convert my code from a … | |
Do any users know liberty basic, which is a lot like VB, but with diffrent commands. does liberty basic let you put in varables in its LINE statment like this: graphicbox #main.draw, 10, 10, 255, 255 open "Graphicbox example" for dialog as #main print #main.draw, " home ; down" print … | |
In MS Flexgrid how to assign recordset to the fields ? | |
Hello, I am working on encryption/decrypt Logic based program. The requirement is such that I have launch required document/image thr' VB, so I am using WshShell.Run to lauch the required App. WshShell.Run has an argument blnWaitOnReturn, I am keeping this True since I want to know when user finishes editing … | |
I desperately need help on data type conversions. I am working on converting a set of codes in Visual Basic to C but i'm faced with a lot of problems dealing with strings. Can anyone help me out here? Below is the code I have in Visual Basic. [CODE]Private Function … | |
I'm busy writing an application for work which needs to connect to a list of our servers and check some ports to ensure the correct ones we require are open and ones we don't use are closed. I'm using winsock and checking for a connection and the results are being … | |
I desperately need help on data type conversions. I am working on converting a set of codes in Visual Basic to C but i'm faced with a lot of problems dealing with strings. Can anyone help me out here? Below is the code I have in Visual Basic. [CODE]Private Function … | |
Hi All, Before i start asking for advice on this just a quick mention to comatose to say thank you for all your previous help. Cheers.. Also just to say i believe my problem i pm'd you about has been resolved.. (i need to be a little more carful, i … | |
I have a list box containing a list of field names. The user would select/hi-light a number of these so they can find out quantities. The file the fields are from is in csv format ie: List box contains- Title Initial Surname Address1 Address2 Media Code Ref Number If the … | |
Hi All, I wrote a guitar-related program, one of the options is a guitar tuner which works fine, each note is in a separate 3second wav file. However, when I tried to write an option to play a full chord i.e. play 6 files, one after the other, only the … | |
The text in the Combo box has lenthly text, but combo box has no horizondal scroll bar. I want to Add Horizondal Scroll bar to Combo Box. Advanced Thanks Raghuraja | |
I have been a Delphi user for 8 years and now migrated to C++ and have found the changeover quite taxing indeed. I am using Visual Studio .NET and have before that used MSVC 3 and MSVC 6 and always had the same problem: I code my classes and methods … | |
Hi. I'm a long time asp-developer, but fairly new to VB so I don't know all the trick yet. My problem: I'm writing a program that fetches file and directory information from a given drive/location and stores information in an array for further processing. During this procedure the application sometimes … | |
I have files called “1.c , 2.c, 3.c and 4.c | |
Hello I have ASP files in one web server and dll's in vb6 that connects to sql in another server. I would like to know if there are needed any specified component in order the application, asp pages that call a main dll that references another dll's and that connect … | |
[code]Private Sub LoadList_Click() lstList.Clear CmDialog1.DialogTitle = "Load Your List" CmDialog1.InitDir = App.Path CmDialog1.flags = &H4 CmDialog1.Filter = "Lists (*.txt)|*.txt|All Files(*.*)|*.*" CmDialog1.ShowOpen Call xLoadList(CmDialog1.FileName, lstList) End Sub[/code] when i try to compile my program it says "argument not optional" and highlights "Call xLoadList". will someone help me with this? thanks | |
Created a form in which the user selects a item from a dropdownlist then clicks a button which in turn uses a streamwriter to open a sequential file and displays the data associated with their selection, this is a text file. When I run the solution I get this error … | |
hai , i am doing my final year project work. It is about buliding an Interactive voice response system. I have chosen VB and Oracle 8i as my tools. i want to know whether i can develop an implement an IVR using Vb 6.0 or not. If so how to … | |
hi i am a newbie here and i have a school project to make on cafe management and it is an eating cafe . wat i wanted to know was is making a progress bar in vb only possible in vb.net or is it possible throught vb6 also .2)i wanted … | |
I'm searching for some resource script editor where can i make menus and dialogs and save it to the *.rc files. Just like one in Visual studio, but free. I found only editors exporting *.res files that are unusable (in Dev-Cpp). Do you use Visual Studio, or something else? Thanks … | |
Is there a way for me to change the current recordset of a datagrid without connecting the datagrid to an ADO control? thanks in advance guys. | |
this is just a quick message to say hi to everyone on these forums. even though I am more involved with hardware and diagnostics, i've been dabbling a bit with delphi and written a few applications for the company i work for, but due to how it works i'm now … | |
Open App.Path & "\irc\files\channel.txt" For Input As #1 This is generaly the same thing i used on all of he opening files. It says it cant find the file/directory, and ideas on what else to ue for a wildcard directory? | |
Hi can anyone tell me if i can write a string to a text file without it having the " Quotes at either side of the text "? I'm trying to input a line of text from a text file, change it and rewrite it. Example //(adt|dclk)\./ //ccas(\.clearchannel|_media/)/ would become … | |
The MCSD .NET certification tests users on building Web-based, distributed, and commerce applications by using Microsoft products, such as Microsoft SQL Server, Microsoft Visual Studio .NET, and Microsoft Component Services. MCSD .NET builds on the more entry-level MCAD certification by encompassing not only development, testing, deployment and maintenance, but also … | |
In my project I am using vb6 and Oracle as backend. I am using Combo box and Item data (Name as display and id in itemdata) Now I am faceing problem. The Master records has grown 10,000 records. When I populating records from recordset it needs more than 1 to … | |
In my Project we are building Query with different parameters. Passing this parameter to Backend (Oracle is Backend database we are using) and it returned the recordset and using. Is it possible to use Stored Procedure and get recordset?. Where SQL Server returns as recordset object passing Query. Is any … | |
Just got a quick question I know how to assign arrays using the DIM command, but I want to give the array a set of constant figures that will never change Under Delphi I would use the following when declaring the array at startup var myarray :array[0..8] of integer = … | |
Hello guys, Can someone gv me a Code, to a shutdown script automaticall ? i 'm a newbie, just created a billing software interface.. i created my menus.. File---->> this want i want if any of client..clicks on File menu and click on shutdown.. i want the system to shutdown … | |
Whenever I go to update visual studio 2003 I get the following message: Visual Studio .net 2003 setup encountered errors while attempting to download required files. Check your web browser configuration settings and your connection hardware, and then try again. Ok... I am connected to the net, what web browser … | |
Hi, Could anyone out there give me some help in using selectionformula or any other method in printing a report. I have designed a program in vb 6 and i want it to select flight No details and Date using crystal report 8. I have used the following code but … | |
[COLOR=DarkOliveGreen]What are the visual basic project with backend oracle. how the database connctivity is done with VB .[/COLOR] | |
Hi, Could anyone out there give me some help in filtering | |
The following works on solaris, but doesn't compile on windows visual studio 6. is there a way to do this differently so it compiles in both places? In ComandLineArg.h ------------------------- class CommandLineArg { private: ..etc.. static int longestDescr; ..etc.. }; In CommandLineArg.cpp ------------------------------- CommandLineArg::longestDescr=0; Error on visual studio: error C2501: … | |
hi all i must print a form on a network printer. I have try to print it on local printer with command line: Private Sub btnprint_Click form1.PrintForm End Sub ...and it work how i can do the same on a network print? | |
Hello guys, its me again... regarding the graph control for VB6, how can i use it like...where to start, where to get it? because i want to try a graph representation for a numeric data. and lastly, is it possible to print its results? thanks a lot. | |
Hello everyone... 1. is there a way for me to connect to LDAP? 2. if there is...how will my connection string will be? 3. how can i make a combo box with multiple columns? your replies and help will be a great relief. Thanks a lot. | |
I am undertaking a project but am hopelessly stuck. :cry: I have trawled the net, read books and followed tutorials but I just can't move forward. I would be really grateful if someone could help. I need to create a sequential name and address file with the following options: open … | |
I need my program to play a collection of mp3 files from 1 specific directory when i press a button. Ive never programmed with music before so would like some pointers if possible! for example when i press button1 i need the mp3 files in c:\music\folderone to start playing through … | |
Hello, I'm trying to make a website that has products in a database, but unfortunately the pages can't be in asp.net. So, I'm using visual studio to connect to my database. Then I write out my category pages as needed, I have them set up in a table format. I've … | |
Hi, I have some code that only functions when im focused in the first column... what i need is to have the code execute when the cursor is in any of the columns in the current row. visual basic code:-------------------------------------------------------------------------------- [CODE] Private Sub Auth_KeyDown(ByVal sender As Object, ByVal e As … | |
Hi, I have an application (a web browser control within a vb6 form) which shows users their weekly schedule. At the moment they have to input their user id to see the schedule. What I want to do is have their schedules automatically appear according to their network login. I … |
The End.