11,868 Topics
![]() | |
i have this strange activity of my program. it is creating tmp files, and its somehow annoying...really. i would just like to ask how can i avoid this and how was it created by my program...thanks a lot for your help. | |
I have a large document (MS Word) of around 300-400 pages in which there are lots of page and section breaks. I want to create a macro by which I can delete all the page and section breaks in the whole document. Please tell me the code. | |
Hye, im new here. Need some help on Vb6 coding. I've look up some of the treads on timing in this site but i have problem implementing it. [CODE]Public CHours As Variant Public CMins As Variant Public CSecs As Variant Public CMSecs As Variant Dim StrNested(4) As String ------------------------------------------------------------ Private … | |
Dear Colleague: In vb I could retrieve a data sored in SQL 2000 server, using grid object placed on the form object. But when I tried to do it using code, meaning with out placing ADODC object in the form object, I couldn't go any longer. Is there any one … | |
Hello Guys, has anyone already tried using "CGZipLibrary", I'm using one right now and I'm having some troubles about it... thanks | |
Hello, I got a french version of VB 6.0 installed on my pc. Is there a English language patch I can download? Not talking about the msdn but about the IDE. thanx in advance, Eld0 | |
I wish to password protect my worksheet. However, I have some Macros which have to unprotect the sheet in order to add a text box and then protect the sheet again. Is it possible to unprotect a password protected sheet?And then password protect it again after the object has been … | |
I would like to create a spell check facility. I have a huge flat file of words. This file has no cr/lf. How should I do this ? I think I want to read this file say 500 characters at a time. I'll store this data in a variable, adding … | |
i have the following code, however, the table that is created always starts at the begining of the document. so none of the text written beforehand can be seen. i also dont know how to write things after the table. [CODE]Private Sub wrd2() Dim c As Long Dim wrdApp As … | |
Frens, I want to know that is there any way to change or access properties of msgbox. Plz mind that I am not talking about the properties found in the code editor. Special properties like it's size, backcolor, font style etc. Plz help me out. I will be very thankfull … | |
hello on some examples, if the user presses F1, the help file comes, how do i create a .help file, is there a components for that | |
I need to be able to preview a report in Landscape format. I've set all the margins etc to be landscape format. However, it still previews as portrait now that I've removed some of the fields. I've not yet tried to print the report. When I leave the other fields … | |
Hi, Can anyone guide me in implementing Vertcal and horizontal scroll bar in the Form in VB6.0. tnx in adv for bailing me out :) Niksi | |
1:) Please, how can i make Visual Basic 6 open a HTML file (with Iexplore, let's say), or one MP3 (with Media Player instead of Winamp, let's say), when i click a button? It is possible? I mean, for the HTML, i need the default program to open the file, … | |
hello i have been told that there is a different method of writing this, such as using if, then , else, i have tried it and am getting all sort, do i need to use, if else then, or if else, condition to get the same result, i don't want … | |
hello, I dont want my copy/paste to work when i am viewing my form. When I select a text and right click my mouse , I don't want either to copy or paste. how can i make it disabled.That is to clear clipboard | |
i have a text box, which the user may enter cash for sales. however, it doesnt seem to recognise anything after a decimal point. for example, if the product costs £300.07, it will only calculate the change ( if any) or display an error message if the tender is 300 … | |
Hi there, I'm new in this forum and i hope u guys can help me with this problem. I'm trying to install visual studio.net 2003. I've installed the internet information services as i was told. The thing is that when i put the cd, i'm asked to restart my pc … | |
I'm using VB6. I want to create a small app that sets the Marquee text, and wait time. I just want to avoid the drama of navigating through Control Panel / display / screen saver / settings. I often have to leave my computer, and would like to leave a … | |
Hello everyone, how are you? I have Visual Studio.NET 2003 and Windows XP Pro SP2. My Visual Studio.NET won't open ASP.NET projects because it says I don't have ASP.NET 1.1. It turns out that I used WindowsUpdate to manually get v 1.1.4322 and it still says it. I have the … | |
Any one can tell me or send me how to produce an online inventry management system using vb. If anybody have a demo version of this project plz send me :) Arka | |
[B]Hi to everyone, :p I have a big problem, I have to complet this proyect in which I have two cars racing, on top I have a cronometer taking the time. Well I don`t know how to put the time made by each car in a text box or label … | |
Hello I have 3 frame, in each I have 3 option buttons, If the user enters option 1, it should make option 4 and option 7 not available If the user enters option 2, it should make option 5 and option 8 not available, but make rest of the option … | |
I got a sirious problem . I need to build a little program , that will download a file from the internet and showing the download's progress on a progress bar or something . Now , a very good thing you can do for me ( since i am a … | |
hai, :cool: sandip :confused: needs your help, subroutine for the aray of 10 command buttons as chosen in calculator project which shall return the level values assigned to it :!: | |
Hi guys n Gals! I am facing a stupid problem in VB6 and not able to sort it out. Your help needed urgently. When i open the project system gives error loading from .log files and when i run it using F5 then for some inbuilt functions like date, time, … | |
I set my access database with password is 123. I wrote VB code to connect to this database: Dim db as Database set db = OpenDatabase("C:\data\db1.mdb", false, false, " ;PWD=123") Get a error: Couldn't find installable ISAM. Please some one help me. | |
when i am using a data array and taking the character one by one in each array and inserting in to a table using codes but when i am getting inverted comma it is giving an error massage ' is any other method to convert text in database | |
one of my forms, when anything is done to it (opened saved etc) shows an error message. here is an image of the error message. anyone able to shed any light on this? | |
I'm unable to format the date fields when I export from Access 2000. I'm trying to generate a report that has to be comma delimited, strings in quotations, and date as mm/dd/yyyy. Everything looks the way it should until I export. I get mm/dd/yyyy 0:00:00 everytime. There are several tables … |
The End.