No announcements
Found 2921204 threads
-
1 Votes
Macro to add text to cursor position in outlook 2010 email
In the absence of any information about how and when this is going to be used, the following Outlook macro will type the text string "Enter this ...Answered | 3 Replies | 17000 Views | Created by Guy Zommer - Thursday, December 1, 2011 5:22 AM | Last reply by Graham Mayor - Wednesday, February 7, 2018 8:18 AM -
0 Votes
Macro to add text to cursor position in outlook 2010 email
Hi, I would like to write a macro to insert a text in a message body. The text will be added to the current ...Answered | 3 Replies | 3293 Views | Created by Guy Zommer - Thursday, December 1, 2011 5:21 AM | Last reply by Guy Zommer - Thursday, December 1, 2011 10:33 AM -
0 Votes
Macro to insert text at the cursor position in outlook 2010
I have been scanning various forums for VBA code to insert some text into an email at the cursor position. I found this code on a previous post in ...Answered | 2 Replies | 5511 Views | Created by OSSTF_IT - Wednesday, January 16, 2013 4:00 PM | Last reply by OSSTF_IT - Thursday, January 17, 2013 2:32 PM -
1 Votes
Textbox add Text on cursor position
(args.Control, Windows.Controls.TextBox) _textbox3.Text = _textBoxName End Sub In the button code to I use ...Answered | 4 Replies | 3418 Views | Created by Dragonalw - Saturday, May 5, 2012 3:22 PM | Last reply by Dragonalw - Sunday, May 6, 2012 5:32 PM -
0 Votes
TEXT BOX CURSOR POSITION
other keys like the BackSpace, Left arrow, Home, mouse button clicks, and other keys that will move the cursors position in the textbox? Does the cursor need to ...Answered | 2 Replies | 548 Views | Created by Salman.khaled - Thursday, March 6, 2014 6:14 PM | Last reply by IronRazerz - Thursday, March 6, 2014 11:02 PM -
1 Votes
remember cursor position text box
i have a text box where the user can insert text by choosing lines in a listbox. now , i want to put the lines at the position where the ...Answered | 1 Replies | 349 Views | Created by tekoko10 - Monday, May 23, 2016 11:16 AM | Last reply by Hans Vogelaar MVP - Monday, May 23, 2016 11:42 AM -
0 Votes
Outlook 2010 Unformatted Text within Email.
pasted into the email is scrambled in an unformatted spaces. Before when I was using an older version of OUTLOOK copying and pasting into the email text ...Unanswered | 1 Replies | 3703 Views | Created by mazda390 - Friday, March 2, 2012 12:10 PM | Last reply by Ken Slovak MVP - Friday, March 2, 2012 2:51 PM -
0 Votes
Position of cursor in text box
I need a function which returns an actual position of cursor in text box. Do you know something like that?Answered | 1 Replies | 3888 Views | Created by jacek rzeniewicz - Sunday, July 22, 2007 1:52 PM | Last reply by Naveen R - Monday, July 23, 2007 3:07 AM -
0 Votes
Outlook (email) to CSV (macro?)
Hi, According to your description, your issue is more related about VBA. And this forum is discussing and asking questions about the vb.net. Ask ...Unanswered | 1 Replies | 519 Views | Created by wilmargrp - Wednesday, August 7, 2019 3:46 PM | Last reply by Alex-KSGZ - Thursday, August 8, 2019 1:26 AM -
0 Votes
Cursor position how to
using Cursor.Position was returning values related to my Form. It returns Screen Coords. AnywayAnswered | 4 Replies | 3372 Views | Created by Will George - Wednesday, October 8, 2008 11:33 AM | Last reply by Jan Van der Haegen - Wednesday, October 8, 2008 8:58 PM -
0 Votes
How to set cursor position ?
hi friends... how to set cursor position manualy like auto cad(Cursor move only in grid points)... Example the ...Answered | 4 Replies | 3403 Views | Created by Aravinthkumar - Wednesday, March 5, 2008 2:42 PM | Last reply by Fábio Franco - Wednesday, March 5, 2008 3:08 PM -
0 Votes
Measuring the text cursor position
as I fill each column with data, I would like to know where the text cursor position is located. Word has a nice status bar at the bottom which tells you the ...Answered | 6 Replies | 5261 Views | Created by Sean Connolly - Wednesday, September 2, 2009 10:23 PM | Last reply by Sean Connolly - Tuesday, September 8, 2009 10:44 AM -
0 Votes
Display text at cursor position
I found a very simple way to Display the text that is in a TEXTBOX in WINDOWS FORM to a TEXTFIELD on WEBPAGE/HTML PAGE! WINDOWS ...Answered | 8 Replies | 4328 Views | Created by RaoCS - Tuesday, November 29, 2011 5:55 PM | Last reply by RaoCS - Wednesday, December 7, 2011 9:06 PM -
0 Votes
macro to insert text in Outlook 2007
Hello, I am trying to automate a way to insert text that I have to type all the time in Outlook 2007 messages -- both new and ...Answered | 2 Replies | 5092 Views | Created by granfors - Friday, September 23, 2011 5:56 PM | Last reply by 许阳(无锡) - Thursday, September 29, 2011 6:41 AM -
0 Votes
Insert text at cursor position in RTB
I need some sample code on inserting text at the current cursor position in Rich Text Box in a windows application.Answered | 6 Replies | 3623 Views | Created by Sagar K S - Friday, January 9, 2009 10:25 AM | Last reply by Sagar K S - Tuesday, January 13, 2009 4:35 AM -
0 Votes
Setting position of text cursor in AxSHDocVw.AxWebBrowser Control
I am adding text into my WebBrowser control, but then I wish to set the position of the text cursor back to the top of the editing window. Does ... -
0 Votes
Convert Outlook 2010 add-in to Outlook 2013 add-in
I have an Add-in that was originally designed for Outlook 2010 - works as expected. Now we wish to take the same ...Unanswered | 4 Replies | 832 Views | Created by niyack - Monday, April 7, 2014 1:00 PM | Last reply by Eugene Astafiev - Monday, April 7, 2014 2:06 PM -
0 Votes
Outlook 2007 Email Macro
is there a way to adjust the code so that before the words in the email from the macro, there are two or three line spaces before the words "Love You, ...Answered | 2 Replies | 2826 Views | Created by lmseaz - Thursday, August 8, 2013 9:18 PM | Last reply by lmseaz - Saturday, August 10, 2013 11:18 PM -
0 Votes
Set Cursor Position in ComboBox
ComboBox. Add a property that reports your "cursor position". Be sure to include methods that track the user's keypresses so that you can ...Answered | 6 Replies | 26346 Views | Created by CommanderKeen - Wednesday, October 15, 2008 8:04 PM | Last reply by CommanderKeen - Thursday, October 16, 2008 1:24 AM -
0 Votes
Outlook 2010 Add-In to Outlook 2007
I developed an Outlook 2010 Ribbon control AddIn project (.NET Framework 4.0) with one new tab and some buttons on it. And installed ...Unanswered | 1 Replies | 4711 Views | Created by wpchen - Friday, May 14, 2010 1:56 PM | Last reply by AntiFascistAlways - Sunday, June 27, 2010 2:13 PM - Items 1 to 20 of 2921204 Next ›
No announcements