348 byte By
jucad at 2007-12-5 22:14:07
Hi,I've created a ActiveX control project. I make it an package (.cab) (in make package I select all files source include in this cab)This cab can working in IE of window XP, but in 98 it cant be display and can work but cannt open other WebPage (hyperlink other webpage with blank)Hope somebod...
304 byte By
mgirl at 2007-12-4 23:57:05
I have a text file that contains the following format:" ", " ", " ",Marie Smith, " ", 23 Main ST, " "" ", " ", " ",Joe Brown, " ", 222 West St, " "I only need to grab the name and address fields, how do I accomplish this in VB? Any samples? Thanks so much for your helpMGirl...
I'm not sure about how easy this is, but Is there a way to populate fields of a record by selecting the info from a data combo control? For example, say the data combo is filled with company names. By selecting one of those company names all information from the company table will automatical...
527 byte By
marlonjc at 2007-12-3 19:25:54
I have a program working and I get an x-y plot (2D line using MSChart). THe questions I have are:1) I want to compare two similar equations on this plot (both share the same x and y axis), one will be a line, the other will be only markers. How do I set each plot to be different? I can set one to...
Hello, I'm reading a text file into a multi line text box. I have a loop in my code so that after I write each new line there is a delay before the program writes the next line. This gives the look of reading in data from a serial device realtime where the data appears to scroll in. My probl...
1101 byte By
Cakkie at 2007-11-29 14:56:29
I am working on a program that uses SQL server 6.5 and connects using RDO.Under win95, all works fine. Under Win2K and some cases of Win98, it gives this error:37000: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open a cursor on a stored procedure that has anything other than a single selec...
77 byte By
Aldair at 2007-11-27 0:19:26
How can we create a tone from soundcard.so that its frequency can be varied.?
I am extremely new to VBScripts, but I am trying to teach myself. Any help will be greatly appreciated.I have created a VBScript that will open a certain application. However, I am unable to figure out how to enter the username and password to login to the application.Is it possible to use SendKeys...
579 byte By
rutu at 2007-11-25 11:57:03
I am developing an application which will retrieve the information of register Dll in registry. I am searching the info under HKEY_CLASS_ROOT under Typelib to get the path of aplication by which it is registered.I am able to get the path name when i am compiling it through code but when i am making...
I have an application which does InvoicingI normally show my input form by InvForm.ShowI also have variables used globally in a Module for the applicationI want to be able to process as many InvoicesI need, (without having to close any other Invoices in Progress - Ie, I want to achieve multiple sa...
708 byte By
nbCathy at 2007-11-25 11:56:58
For some reason the following quit working in the MS "Vista" operation system. It opens notepad but it blank and it should contain data.Private Sub OpenResults_Click() SetFocusTotbN1 Dim CallWord As Long On Error Resume Next dummy = Dir(App.Path + "\TVRF_Results.txt", 0) Open dummy For Ap...
How do i get it so that when i give my software to other people they don't have to download the odbc connector form mysql to connect to the mysql server to use the software.<br/>Thanks!
Greetings,I've created a com+ dll that uploads files, checks for a file extension and file size among other things. If the file is too large or has no extension an error is raised. This works like a charm in IE 6, but in IE 7 if the file is over 2048 kb and I raise an error that the file is to...
280 byte By
sa_keles at 2007-11-25 11:55:32
how can i draw 3 different graphics on same graphic object? i have a x-y graphic and x=4 and x = 20 lines. how can i draw these two lines and the graphic on same objec (mschart or any other objects). i attached a picture, it could explain better what i mean<br/>thanks in advance
I want to open up a webpage in Internet Explorer and then save the displayed page as a text file. Worst case scenario, I'm willing to open up the webpage in Internet Explorer and read out the HTML Source code line by line and create my own text box... but I can't figure out how to do that...
309 byte By
roughan at 2007-11-25 11:55:06
Hi we are developing an application that uses Access links tables with an SQL SERVER 2000 DBif in a transaction (beginTrans)and i select then update a table and then select again it fails with an odbc error if i skip over the BeginTrans it is fine any ideas RgdsRoughan...
Gutentag!<br/>I am working in VB6 and want to capitalize the drive letters in a drivelistbox when the form loads. Any suggestions?<br/>Thanks in advance,<br/>sweezapizza<br/>e.g. The drive list box displays c: or a: and I want them like C: and A:
935 byte By
SuperX at 2007-11-25 11:55:00
Hi AllI stumbled onto the forum and found it to be very helpful in some of the projects I am working on.. I am currently working on a project that requires me to have a grid on the main form, where by each coloumn represents a day of the month.. The software is going to show certain things happening...
Dear Friends<br/>How to insert data into office Microsoft project using vb6 application..<br/>If anybody knows ..please help me......i am needed badly<br/>Thnaks in advance.
Hi there, Hope everyone ok.I have a small Question. Is it possible to create labels in Data report designer having 2 labels horizontally in a page.Label1 Label 2Name 1 .... Name 2 ....How to write the details section so that it s...
436 byte By
bhuv at 2007-11-25 11:54:33
Hi, In class module I have created public property procedures Data source name, userid , password and databse name. In a sample form I am assigning for value for that. Initial Catalog = Databasename. First time it is executed, Second time I changed the value for datasourcename and database name. Wh...
1230 byte By
dilsiam at 2007-11-25 11:54:17
Dear gurus: I'm trying to code a create new account button, but what it does is that it deletes the first record existing on the database. I would like help to create usr accounts without affecting the ones created, for an application that has a Log In form. Here is the code:Private Sub cmdCre...
702 byte By
atuvy at 2007-11-25 11:54:13
I am writing code in VB6 which inserts data into a database on an SQL 2000 server, I have no problem inserting data but I cannot read it back. Please see code below.For some reason it does not read data and rst.RecordCount is always -1Public cnn As ADODB.ConnectionPublic rst As ADODB.RecordsetSet cn...
1105 byte By
Bezzie at 2007-11-25 11:54:11
I want to write a function to import my old database into a new database. The database consist of a number of tables (currently 14). In the function everything will work the same for each table except the select statement. This changes for each table. So there is a lot of code that can be reused on...
524 byte By
hardik at 2007-11-25 11:53:42
Hello,I am having problem using CDONTS to send email through VB 6.0 App on WinXp machine. The problem I am having is that, when I use CDONTS in App, the App shows as if it generates the email. But email is not triggered until I log off from the Windows.The email comes to Inbox, only when I log off f...
1216 byte By
themaj at 2007-11-25 11:52:54
Can anyone here give me some advice on methods and strategy for maintaining and upgrading existing Access DBs as my VB6 (not NET) application develops and/or grows?The story goes like:MyApp.exe and my MyAccess.MDB are working fine together.Client asks for modifications that result in adding a Table...
677 byte By
haydo at 2007-11-25 11:52:45
Hi There,At the end of the program I want it take an image or save all the information of the form. But I would prefer an image. Probably a print screen? That's just a guess!I know how to do the whole Form1.PrintForm1 thing but is there a way I can save the image of the form so the user can h...
296 byte By
TuNiX at 2007-11-25 11:52:30
Say im designing a simple program heres what i want to do.<br/>type a number into a text box, shut down the program and when it reopens i want that number to stay there.<br/>This is so i can change "options" inside of my programs and the program will remember those changes when it re-opens.
How can I get Excel to scroll so that a given cell, say f13, is the top left cell?<br/>Sorry for the noob question. I'm used to Visual C++. Thanks.
Need an help to code events for the dynamically created combobox in VB. As the combobox is created and filled with data at runtime, now if we want to access any event of this combobox how to code for that event. Please if anyone can help me out .... Thanx
Hai all,<br/>How can i insert / Paste a picture in to the "Internet Explorer_Class" window? a SendMessage() solution is preferred.
I've been looking at macro programs for what I'm trying to do, but I cant find any that work the way I want my process to work. I'm trying to find a program which I can hold down mouse button 1 and the program makes it so while mouse button 1 is being held down that it will be the equ...
956 byte By
mark103 at 2007-11-25 11:51:02
I have a problem with the code. I am trying to read my ini string and trying to connect from the first item to the first frame but I have received an error: Run-time error '13': type mismatchHere is the code:Private Sub List1_Click()If List1.ListIndex = ReadIniFile(IniFile, "OPTIONS", "thi...
254 byte By
TuNiX at 2007-11-25 11:50:48
I just installed VB6.0 and i can resize the for. what i mean is there is no handles to resize with ill post a pic so you guys can understand what im talking about.<br/>navigate here > http://i169.photobucket.com/albums/u234/justwingit774/help.jpg
852 byte By
blowery at 2007-11-25 11:50:36
I have a proram that extracts images from an Oracle database. I query on some data attributes and a blob column. If there are more than a 1000 images to extract an issues araises. The pattern is pretty constaint at 1000 good extracted images then the next 400 image written to the filesystem are a du...
Hi guys ,I have a problem in vb6.0 i want to play a vedio file in our application but i want some method like that i play this vedio file in clips means firstly some part of that vedio file is load in the memory and play inbetween the remaining part of the file is also load in the memory and play me...
Hi,Is it possible to print a PDF (or PCL) file to a particular printer tray?For example:Client A has their headed paper in Tray1Client B has their headed paper in Tray2The printers are not the same make or modelIs it possible to write an application that will save two settings (printer name and prin...
597 byte By
mass1978 at 2007-11-25 11:49:44
Can anyone help me out I am newbee at vba and I am having some problems adjusting to it although I do want to learn. Anywayz I am using access 2003 for my project I am working on check boxes. I have a table with two fields region having the data type text and selection having the data type yes/no. I...
444 byte By
sooner at 2007-11-25 11:49:28
I like to use the Frame control for grouping...but..i hate it for it doesn't have Transparent Backstyle...I wonder why the microsoft do not build the transparent backstlye for Frame like what available for LABEL... or at least the maskColor as available in Button...I read some work for transpa...
784 byte By
mark103 at 2007-11-25 11:49:19
I have a problem reading the ascii codes. Well I am trying to read the languages like Greece and Chinese characters. On my form I have received incorrect words something like this:?e?I am trying to get my experience for months to find ways how I could read ascii codes for my application. Maybe I sho...
672 byte By
NTxC at 2007-11-25 11:49:17
Hello all!I have a problem.How can I make a list in a grid control e.g.from pure text in textbox:"5316900043947001FFEC",1"5316900043947001FFD7",1"5316900043947001016D",0to a list in any grid control that will look like:------------| KPSL ID | FLAGS |------------| "5316900043947001...
I've been trying to no avail to determine network folder read/write attributes, such as "Read-Only". I've tried GetAttr(), but it does not show the correct permissions on our network, even though looking at the folders properties page, it does show all the set attributes under the Security...
346 byte By
sooner at 2007-11-25 11:48:24
There are mouseUp, mouseDown and mouseMove control in VB6.0.But I want to make the effect of mouseLeave..just like what happen when we move the mouse cursor over the bar with "User Cp FAQ MemberList Calender NewPost Search QuickLinks LogOut"above...Do you ave any simple and easy implement solution?...
543 byte By
sooner at 2007-11-25 11:48:23
I am trying to build a program for selecting items. Let's said I have 3 Forms.form1 - for selecting location : toilet/kitchenform2 - items available in toiletform3 - items available in kitchenthree of the forms have the same listbox to show all the selected items.I do not want to repeat in buil...
426 byte By
sooner at 2007-11-25 11:48:21
Yup!I need to scale different size image into a fixed picturebox. Without changing the image height vs width ratio.any of you can help me? thanks.1)scale the image as big as possible depending the fixed picture box height or width.I use the loadpicture function in loading picture.If I use the image...
464 byte By
Dock at 2007-11-25 11:48:10
from my form, i can call another form using 1 CommandButton. However, i want to refresh the data in the first form after i close the other form. The problem is that i cannot modify the second form, so i need to know whether there is any other way to know that the second form has been closed ?maybe i...
1280 byte By
Djordje at 2007-11-25 11:47:59
I have checked the forum for winsock problems and found some that have similar problems, but I still wasn't able to fix my problem.My app is a simle test chat program with a server running on my comp and client trying to connect on it. Server listens on port 5535 and client connects on port 553...
1164 byte By
joey80 at 2007-11-25 11:47:50
I have a VB6 application which is throwing an error 'Object variable or with block variable not set'. The strange thing is that this error is only appearing in our Production environment & only appears intermittently (less than 1% of times this line is executed). I cannot reproduce the err...
176 byte By
uddhab at 2007-11-25 11:47:45
Hi Everyone,<br/>I want to download the mails from pop3 mail server. Please help me if there is any way to do this job using visual basic 6.0.<br/>Regards,<br/>Uddhab
Hello Gurus, Hope You all are fine I am Back again with my Problem as usual, and I will be greatful if you all help me to solve the same. Thanking you all in advance.I have a Picture ( as Attached ) , which has Particle ( Cells ) of different colors, I would like to count Particles of a Particular C...