Sub Forms don't center over owner but Sub Form's StartUpPosition = 1...
I think maybe the problem is this: Form1 at startup has StartUpPosition = 2 (CenterScreen). So, Form1 shows in the center of the screen. But I need to (at times) move it here and there and when Form2...
View ArticleRetrive date from sql server in system date format by a one time setting
Hi, My VB6 application has been developed long back using Access as back end. Now I am planning to migrate data from Access to sQL server 2008 . 1)Previously vb6 application was retrieving date from...
View Articlevb6 app with seagate crystal reports 7
i have vb6 app with seagate crystal reports 7. after i delpoyed my app on windows 7 64 bit, export button on CR viewer not working. after click export button nothing happens. no error. Which .dll file...
View ArticleHow to programatically tell power source of PC?
How can I programatically tell if the computer is running on AC power or on batteries? Thanks
View Article[RESOLVED] Text Masks
Hi Is there a way to load a text string into a textbox with a fixed mask. I do not mean set a mask and then input to the mask but take a string from a access DB that is saved with a mask so that the...
View ArticleGuiding for making the process of implementing IVR
Hi All i made ivr system and play some message voice based on select tone key's phone . it's work good . i did save path of voice file and key tone in database and show it in grid. do i work with...
View ArticleHow to replace the expression of a function by the value of the function in a...
Hi, Is there a way to efficiently replace the expression of a function by the value of the function in a textbox? For example, in excel,when we input an expression in A1 cell like this:...
View ArticleADDING workday to current date
Have a var mydate as date (is a current date) I need to add 15 working day to mydate and return the new date in var mydate15. How to?
View Articlecan some one help me put code from 1 project to another
i found a source has chatrooms options i want to copy them to my project am finding it hard to add please help can i upload my source thanks can anybody help me with it
View Article(Another) Get Table with WebBrowser
I built a simple webbrowser program, and now I want to download a specific table (League stats) on a specific website (http://www.nfl.com/standings?category=league). I can save the entire page and then...
View ArticleVB6 Keylogger
Hi, my name is Olive and i'm an owner of a small community. And I begin to fear fraud in the uses of my computers. What do i need: [FONT=Arial Narrow]1. A source in VB6 language of a keylogger With: 2....
View Article[RESOLVED] MaskedBox
I have a maskedBox with a "(###) ###-####" mask (for telnums obviously). I have the clipMode property set to 1-mskExcludeLiterals. When I type in a telephone number (eg, 8005551234) it appears as (800)...
View Article[RESOLVED] Can I parse XML or psuedo parse it without the MSXML library?
I can't use any dependencies for the update I'm about to push. The last thing I need to do is read some XML from an XML file. Here is an example of the XML: XML Code: <Car DateEntered="11/14/2012"...
View ArticleComparing Dates
How to compare two dates and determine if MyDate is less than VB Date? MyDate = "11/15/2012" Vb Date = "11/14/2012" If MyDate < Date Then ' ' Do Not Allow ' Else ' ' Allow ' End if
View ArticleInsert data = 0
I am trying to use Insert Statement which is one of the field(format = Number) in Access = 0. My program does not understand data which is one of the field = 0. Can you help me to solve the problem. I...
View Articlehi im a newbie in using adodb
hi everyone i have a question on how to save records in the database using adodb connection and how i can display the record in the data grid this is my code.. Private Sub cmdconfirm_Click() On Error...
View ArticleCompile Error
I have an error when I try to run the program after inserting some code. Attachment 93255 VB6 Code Code: Option Explicit Dim db As DAO.Database Dim rsLogin As DAO.Recordset Private Sub Form_Activate()...
View ArticleInternet Form - Supplying File Names to be uploaded by form.
Howdy All, Completing a web form using VB6 is pretty straight forward. Supplying file names (images) that the form needs to upload however is a "different kettle of fish" as one would say. Is it at all...
View Articledateadd process change
i have this code that when u pick annually and enter 2 dates it adds the dates to database here is the code Code: If Text1(4).Text = "" And Text1(5).Text = "" ThenĀ Text1(4).Text = Text1(1).Text...
View Article