I have several windows that i currently open outside of an MDI form, and when they are loaded, they are set as vbModal of the MDI form, they arent a child form yet becuase of the visual appearance...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
You could disable the keyboard and mouse via the API.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Why not just make a keyboard hook? That way you don't need a timer and it's easier to process instead of havng to use an api to create a hotkey and then subclassing the window....
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Gentlemen,
they say four or more eyes are better than two
My FTP module is working okay; it creates a text file containing data on my local server. It uploads the file to the Remote...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am using a tag as a goto place in my program.
on error goto Tag
.
.
Tag: Exit sub
Can I use this same tag name in all my subroutings or does each tag within the prog...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i am uploading a small text file to web server using inet1 and ftp. it works but - i've read that this is a security risk. am not concerned about the file that is being uploaded, but do care that ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is possible...???
I spossible to delete the url visited from the list tath apper in left windowd of IE history via VB code, exactly when i click with right mouse on the list and delete selecte...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm having a problem with figuring this out so, how would I goto the last word in a textbox after setting the text box text? For example I put the text "lala" into a textbox and it'll pu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have some Word 2003 docs that have many embedded Outlook 2003 .msg file objects, I want all those .msg files out and in a folder on my file system, if I try and click and drag them out I get a s...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a simple lable on my form and I want to force a new line with some of the text. I can adjust the width of the label but that doesn't work in all situations. Is their a way to force a new li...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi friends
I need some help from VB and Oracle guru's.
I am trying to create a dynamic table from VB 6.0 in Oracle (mean I want to create a table whose name is dynamic issue)
For this purpos...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
i have got a problem with a webservice (jira). i`m working with the ms soap toolkit 3.0. Sending and receiving simple types is no problem (they will be mapped to simple types in vb6) also re...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello - I am trying to put together code to capture a ~700 byte data stream from a RS232 (serial) port directly to an Excel spreadsheet, using the kernel32 library instead of MSComm.ocx. I found ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Please, I need someone to show me the correct synatx - code to FTP a file (in an Access table) to a server.
The access table contains the following information:
Code:
Open
10.8.44...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Get a screwdriver, open up the case, disconnect the 2-wire twist that is going to the front of the case to the power button... prob solved
I really don't think you can bypass that in code, as it ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello to everyone!
I have a problem here with my application. I need to automate the creation of letters that are to be sent out to numerous recipients and each letter has to be filled with its ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Quote:
Originally Posted by joaquim
visual basic 6
If a timer doesn't fire at it's set interval then other running code is probably taking longer to c...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
This is my first post.
I am coding a client/server application which needs the user to select and save multiple terms and conditions. Each clause (terms and conditons) can be of any ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
...I need again your help. Please, could you say me a way to make my application a trial?
I try to use a ini file where I put the date when the application opened...but I don't find the w...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am designing a report in which I need to determine the number of lines each record produces. I only have to worry about one field, which is the description field. Since I have it set to grow I...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a function which runs an SQL query and returns a recordset. This function takes two recordsets as arguments for the SQL statement.
So far I have this:
Code:
Private Function A...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello,please could anyone of you tell me as how to convert VBScript to DLL.I am in urgent need of the exact steps.Please do guide.Thanks
Cheers
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
Please could you assist me with the code to open a word document,
read the contents in each line and then update a textbox in the word document.
Thanks. Any help is greatly appreciat...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there,
I have a form called FrmListView which display all the sales records. A click on the line item will display the FrmSalesMaint. And on the FrmSalesMaint, I have an option as part of t...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
This is the first time I've ever used a UserForm with Excel (or actually done any coding in VBA for that matter).
I have a UserForm. When I close it, the underlying excel spreadsheet (which...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine