12,425 Topics
![]() | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
I use VB5 and I have a form which has very close to VB 5's limit of 255 controls per form which is starting to concern me. Can someone tell me if the limit for VB6 was increased and let's not forget VB net if possible (although changing the code … | |
I need to show three frames consecutively for 500 msecs on a form then move to a new form. I have tried calling a sub procedure to do this but it doesn't work. Can anyone help please? | |
1. With VB5 you can either create an EXE file while you are running VB, or use the separate setupwiz utility to create a .EXE file. The setupwiz way results in a smaller EXE file. Is this the only advantage? Also the setupwiz way results in the program doing something … | |
Hi to everyone... Just for clarification and added information...can someone please explain deeper what are VB RUNTIME Files and its use or benefit if i dont have VB software. Your response would most likely help me before i start programming in VB, thanks a lot. | |
hi, i want to transfer data from one application to another application. The source is a regular application and the destination is a web-based application. I want the source application as in form of list box, where once you double click on it, the relevant information should be moved to … | |
Hi, I've been using word for a long time and had set up macros to do signatures for letters, but in the last couple of weeks every so often they don't work, and now they never work!! This is the code: Sub Chris() ' ' Chris Macro ' Macro recorded … | |
How do I use c or c++ code in Visual basic net? O | |
Dear Gurus, i want to change the Date format dd/mm/yy through Coding how can i do this Tamoor | |
Does anyone know if Microsoft will be offering [B]Visual Basic .Net 2005[/B] as a standalone product? I can't imagine that they would not, but I can't find anything on their site that mentions anything but Visual Studio 2005, which contains a host of things I don't want. I have a … | |
Hello, I can not fill a dataset and operate with a datatable when it is on other computer (not on the ASP server). I am using MS VIsual Studio .NET 2003 and ASP. I receive the following error when trying to fill a dataset: "The Microsoft Jet database engine cannot … | |
I am looking for a good book to buy that will help me with creating charts/graphs using info from a database. Ive been told that using mschart is the best way to do it now all i need is a book on how to do it!? can anybody help? Ive … | |
I everyone, I wanted to know if there is a way, when creating a TabStrip control, to make the tabs bigger? Because I'm creating a software that will be used with a touch screen and I want to use TabStrip, but the tabs are too small to be used with … | |
I'm having trouble setting the paper size and the paper bin in the printer object. I've tried the following code. If cboPaperSize.ListIndex = 0 Then Printer.PaperSize = 1 Else Printer.PaperSize = 5 End If If cboPaperSource.ListIndex = 0 Then Printer.PaperBin = 7 Else Printer.PaperBin = 4 End If End If … | |
The application I am writing involves creating a dos batch file and executing it using the 'Shell' command. The batch file is used to zip up multiple files. The zip file that is created is them emailed. :?: My problem is - creating a pause within the application so the … | |
Private Sub connect_Click() Winsock.RemoteHost = ipadd Winsock.RemotePort = 10101 Winsock.connect End Sub I'm pertty sure the problem is on line two the ipadd if thats supposed to be ipadd or if its supposed ot have something else added. | |
This was orginally posted by ShadowBoxer: Because of some suggestions, I'm going to try to gather some good programming resources in this thread. If you know any good websites, either post them here, or PM me and I'll add them to this post. [b] Tutorials, Books, Utils, Misc[/b] [list] [*] … | |
I didn't know which thread to post this question in so i just chose the visual basic one(random). My question is what do you guys recommend as a first programming language to learn for a highschool student interested in game programming....i'm sure there are a few that would do fine, … | |
[FONT=Palatino Linotype]Hi, [COLOR=Purple]I get multiple pdf's (up to 1000 per day) that need to be password protected before sending on to various clients. I have Adobe Acrobat installed and tried using the dll which come with it but cannot find a password function. I can create new PDF's (still no … | |
:ehh: helloo... i have this renting application in which the user enters his name, phone , amount, date , payment to rent a flat ,, i have a table called rent which is related to this its fields are : name, telephone,amount, date, paid and there is one more field … | |
Hi. I have just upgraded to XP. My base is VB6 professional. Loads of problems. BUT one specific problem. My telephone dialer does not work with XP. The one I have works on 98 and Millenium. I need the code for a dialer that works with XP. Dialer being a … | |
Hi. I have just upgraded to XP. Loads of problems. BUT one specific problem. My telephone dialer does not work with XP. I need the code for a dialer that works with XP. Dialer being a mechanism that dials the telphone from code. Then the user, picks up the hand … | |
[COLOR=DarkRed]Hello, I am Software Engineer and Working in Visual Basic 6.0, SQL Server 2000, Crystal Reports, Visual Foxpro 6.0 etc... Please consider me when u have some information or I need information about theses tools also from You...[/COLOR] | |
Hey, Microsoft is sponsoring their 2005 annual contest, “You Can Make a Difference | |
Hi, I am trying to amend a single record in an Access database, the SQL to find the record appears to work but .... when it updates, it does so to every record in the table. Any suggestions why this might be? :-| Thanks, Stephen | |
I am currently developing a Consultant Activity Management System. The overall purpose of this system is to help a company manage projects from the Director who allocates projects and budget to Project Managers and Project managers allocates Consultants and budget. Consultan therefore login to the system and perform their daily … | |
Hey, I'm Mark Kéy-Balchin. I'm pretty young by most people's standards. But I've been into computers for some time now (4 years) and just recently I've been delving into programming. I've got the basics of QBASIC down, and now I'm onto Visual Basic. I hope to start on C++ or … | |
That's my objective in the title.. p.s. does anyone know how to make text inputs opaque? p.p.s does anyone know how to retrieve BBPost addresses to send a post to multiple Boards/Rooms? | |
I write trying to get help from you, I am trying to learn VB6 and I have been working on this project it is running but there are some commands which are not working like - Find I wrote the codes but when I enter the word and click OK … | |
I want to create table at runtime of my VB code.At first i have used SQL command to do this. At first it worked properly, but now it has gone to worse & no table can be created. I am using MS Access2003 & Visual Basic6. Your help will be … | |
I have a program I need to protect from piracy. Has anyone got any suggestions as to the best way to go about this. Presumably some sort of "dongle" system is the way to go? Thanks. ![]() |
The End.