10,989 Topics
| |
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. | |
[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 … | |
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 … | |
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. | |
hi frinds how can i transmit sound with IP in lan with vb6 voice mail example | |
how to Minimize application to Task bar/near date/time ? When application is minimized ,instead of showing it in Status bar can I show application icon in task bar.If yes then how is it done? | |
I have code: Dim i As Integer --------------------------- Private Sub cmd1_Click() Randomize i = Int(20 * Rnd()) Label1.Caption = i End Sub --------------------------- What code should I add more to show "[B]i[/B]" not the same number? Please someone help me! Thanks! seyha | |
What is the equivalent VB code for CHECK: S=INP(&H3FD) T = S AND 32 IF T=0 then goto CHECK I'm not sure what the "T=S AND 32" means. I am pretty sure that the first line is S = MSComm1.Input However, I don' understand what the statmenet "AND" means in … | |
Hi Guys, This might be simple and It might not include a programming job. What I wish to do is to access my files in my office at home. Can anybody teach me how to make this wish come into reality?. I want to know the things I need to … | |
i have created these table can you please look at them and tell me if there are right, or can you find a better way of doing them [U][B]CSS TABLE[/B][/U] CSSID Number primarykey Surname Text DOB Date/Time Comment Text [U][B]pencil table[/B][/U] PencilNumber Number CSSID Number Type Text DateIssues Date/Time LengthIssues … | |
Can someone help me? I am looking to access the properties of system tray processes in Windows. An example of what I am looking to do might be to maximize an application that has been minimized to the system tray? Can I do this in Visual Basic or VB script … | |
I am a lab engineer for a university. Up until recently, we have been using MS-DOS 6.22 and Quickbasic 4.5 to control our experiments and record our data. We did not change to Windows because Windows would not let us control our processes on a millisecond level. This series of … | |
this is ganna sound so weired. do anyone happend to have any worksheet about access and vb, and creating database, please send me a private email on yahoo, tansk | |
There wern't any topics here so I guess I'd go ahead and make one for my first post. I'm a high school Junior currently taking a Programming corse, and am working with VB until later this year. I plan to take a college major in Computer Sciences, and as such … | |
In my form I have a field (Reqby) that will request the name of the Dept. Manager. Is there a way that I can take that information and add it to the TO: line? The TO: line already has a name in and I want to add the Dept. Managers … | |
Hi Everyone, I want the user to select via a checkbox for which employees to print a report. I understand that on a continuous form checkboxes need to be bound to an underlying field. I want the boolean field bound to the checkbox to reside in a WORK table, that … | |
i know this is a vb assignment, but my tutor want me to do it in vb or c++ with access, i need to create tables with access, i can see two tables but am sure there another one, i know css is a table and pencil is also a … | |
Using access and visual basic A company has been using a program written in VB using Access tables for sales order processing. The data model they have is as follows. Customer customer No (PK), customer name, address etc Order order No (PK), customer name (FK), date Order_line (order No, stock … | |
Im using an ADO data control to connect to an Access database .mdb I can set the ConnectionString property correctly, but when I set the RecordSource to an SQL statement such as an INSERT statement in this format INSERT INTO table_name (column1, column2,...) VALUES (value1, value2,....) it doesnt work when … |
The End.