Search found 63 matches
- Sun May 27, 2012 3:18 pm
- Forum: General category
- Topic: StatusBar Problem
- Replies: 3
- Views: 6997
StatusBar Problem
Can anybody tell me why the following program does not work?All I want to do is create a 2panel status bar.OBJECT MainForm As Form Center BorderStyle=bsToolwindow ClientHeight=400 ClientWidth=600 OBJECT StatusBar1 AS StatusBar Width=384 Height=...
- Mon Apr 23, 2012 10:16 am
- Forum: discbugs
- Topic: RichEdit TextBox - Why won`t this work?
- Replies: 1
- Views: 4889
RichEdit TextBox - Why won`t this work?
Can anybody please tell me why this program will not execute as required?OBJECT MainForm AS Form Left=239 Top=114 Caption="New Form" ClientHeight=383 ClientWidth=384 OBJECT RichEdit1 AS RichEdit Left=0 Top=0 Width=3...
- Wed Apr 18, 2012 12:25 pm
- Forum: General category
- Topic: Email using API [shell32.dll]
- Replies: 10
- Views: 17417
Email using API [shell32.dll]
Can somebody try this with Microsoft Outlook Email?I have updated it!Declare Email As "ShellExecuteA" Of "shell32.dll" hwnd As Long lpOperation As String lpFile As String lpParameters As String lpDirectory As Strin...
- Wed Apr 18, 2012 9:09 am
- Forum: General category
- Topic: Email using API [shell32.dll]
- Replies: 10
- Views: 17417
Email using API [shell32.dll]
Hi,I am using Microsoft Outlook as my default email.The only real problem that I have is automatically sending the email by somehow pressing the "send" key on outlook (using sendkeys).I have tried using this approach but failed, any suggestions?Here is my updated code that takes care of Cr...
- Mon Apr 16, 2012 7:59 am
- Forum: General category
- Topic: Email using API [shell32.dll]
- Replies: 10
- Views: 17417
Email using API [shell32.dll]
Sorry, my mistake. Must of been a senior moment!!!!
Just two more quick questions?
Firstly, is it possible to add attachments?
And
How to I automatically, using FNX basic, send the email (eg press the send key)?
Many thanks!!!
Darren
Just two more quick questions?
Firstly, is it possible to add attachments?
And
How to I automatically, using FNX basic, send the email (eg press the send key)?
Many thanks!!!
Darren
- Sun Apr 15, 2012 10:21 am
- Forum: General category
- Topic: Email using API [shell32.dll]
- Replies: 10
- Views: 17417
Email using API [shell32.dll]
This is my program, so far!Declare Email As "ShellExecuteA" Of "shell32.dll" hwnd As Long lpOperation As String lpFile As String lpParameters As String lpDirectory As String nShowCmd As LongEnd declare...
- Sat Apr 14, 2012 9:23 am
- Forum: General category
- Topic: Email using API [shell32.dll]
- Replies: 10
- Views: 17417
Email using API [shell32.dll]
After spending hours on the the program, I cannot figure out how to fully implement the changes that you have told me about, could you please expand on your reply?
Kindest Regards
Darren
Kindest Regards
Darren
- Fri Apr 13, 2012 12:40 pm
- Forum: General category
- Topic: Email using API [shell32.dll]
- Replies: 10
- Views: 17417
Email using API [shell32.dll]
Can anybody help???I have this short visual basic code that I am trying to convert to FnxBasicPrivate Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVa...
- Tue Apr 10, 2012 3:24 pm
- Forum: examples
- Topic: Reading a Text file if the text is "Tabulated"
- Replies: 1
- Views: 10993
Reading a Text file if the text is "Tabulated"
Can anybody help? I have a text file, that can be opened in notepad. The text is tabulated. How can I read the second, third and fourth columns? Nornally I would ise Mid$(InputString, 12, 8) etc But this method does not work for Tabulated Text. Please see the attached file! Many thanks in advance!!!...
- Sat Mar 24, 2012 1:46 pm
- Forum: General category
- Topic: Printer Properties
- Replies: 0
- Views: 5123
Printer Properties
Has anybody got an example of using the Printer property to print the contents of a RichEdit box?
If the RichEdit font is set to "Lucida Console" will the output to the printer also be "Lucida Console"?
Thanks
Darren
If the RichEdit font is set to "Lucida Console" will the output to the printer also be "Lucida Console"?
Thanks
Darren