eclipsepde.blogspot.com
Eclipse PDE: December 2005
http://eclipsepde.blogspot.com/2005_12_01_archive.html
My experiences with eclipse plug in development. Monday, December 12, 2005. How to go through all editors. Public static void allEditors() {. IWorkbenchWindow[] win = SamplePlugin.getDefault(). For (int i = 0; i. IWorkbenchPage[] pages = win[i].getPages();. For (int j = 0; j. IEditorReference[] editors = pages[j].getEditorReferences();. For (int k = 0; k. IEditorPart editor = editors[k].getEditor(true);. If (editor instanceof MyEditor). GetText() is the metod in MyEditor. Hyderabad, Andhra Pradesh, India.
pawanam.blogspot.com
Java,JS..............: July 2006
http://pawanam.blogspot.com/2006_07_01_archive.html
J2EE, workflow engine, html, java script. Monday, July 24, 2006. Password Based Encryption With MD5 and DES algorithms. Package com.pavan.text.encryption;. Import javax.crypto.Cipher;. Import javax.crypto.SecretKey;. Import javax.crypto.SecretKeyFactory;. Import javax.crypto.spec.PBEKeySpec;. Import javax.crypto.spec.PBEParameterSpec;. Import sun.misc.BASE64Decoder;. Import sun.misc.BASE64Encoder;. Public class PasswordTest {. Predefined key for encryption and decryption. Byte[] salt = {. Int count = 20;.
vbasamples.blogspot.com
VBA: Browse the file
http://vbasamples.blogspot.com/2005/08/browse-file.html
Hyderabad, Andhra Pradesh, India. Software Engineer , professional expertise in J2ee. View my complete profile. Accessing OUTLOOK Unread mails from Word using VBA. Accessing OUTLOOK tasks from Word using VBA. Tuesday, August 16, 2005. Dim wksh As Excel.Worksheet. Set wksh = ActiveWorkbook.Worksheets("dashboard"). Opens browse dialog box to browse the template. Filename = Application.GetOpenFilename("Excel Files(*.xls), *.*", , "Select any file in the desired folder to catch the path.").
vbasamples.blogspot.com
VBA: Accessing OUTLOOK Unread mails from Word using VBA
http://vbasamples.blogspot.com/2005/07/accessing-outlook-unread-mails-from.html
Hyderabad, Andhra Pradesh, India. Software Engineer , professional expertise in J2ee. View my complete profile. Accessing OUTLOOK tasks from Word using VBA. Wednesday, July 27, 2005. Accessing OUTLOOK Unread mails from Word using VBA. Download all Unread mails from outlook to word and format it into a table. Make sure Outlook reference added.( tools - references - Microsoft outlook). Dim wordApp As Words. Dim myMailFolder As MAPIFolder. Set objApp = CreateObject("Outlook.Application").
vbasamples.blogspot.com
VBA: Compare two excel worksheets
http://vbasamples.blogspot.com/2012/05/compare-two-excel-worksheets.html
Hyderabad, Andhra Pradesh, India. Software Engineer , professional expertise in J2ee. View my complete profile. Converts the Excel column number to its string equ. Cheaks the given file is there in specified locati. Accessing OUTLOOK Unread mails from Word using VBA. Accessing OUTLOOK tasks from Word using VBA. Thursday, May 10, 2012. Compare two excel worksheets. Compare two different worksheets in the active workbook. CompareWorksheets Worksheets("Sheet1"), Worksheets("Sheet2"). Dim diffB As Boolean.
vbasamples.blogspot.com
VBA: August 2005
http://vbasamples.blogspot.com/2005_08_01_archive.html
Hyderabad, Andhra Pradesh, India. Software Engineer , professional expertise in J2ee. View my complete profile. Compare two excel worksheets. Converts the Excel column number to its string equ. Cheaks the given file is there in specified locati. Accessing OUTLOOK Unread mails from Word using VBA. Accessing OUTLOOK tasks from Word using VBA. Tuesday, August 16, 2005. Converts the Excel column number to its string equivalent. Converts the Excel column number to its string equivalent. If ColumnNumber 26 Then.
vbasamples.blogspot.com
VBA: May 2012
http://vbasamples.blogspot.com/2012_05_01_archive.html
Hyderabad, Andhra Pradesh, India. Software Engineer , professional expertise in J2ee. View my complete profile. Compare two excel worksheets. Converts the Excel column number to its string equ. Cheaks the given file is there in specified locati. Accessing OUTLOOK Unread mails from Word using VBA. Accessing OUTLOOK tasks from Word using VBA. Thursday, May 10, 2012. Compare two excel worksheets. Compare two different worksheets in the active workbook. Dim diffB As Boolean. Lr1 = .Rows.Count. On Error GoTo 0.
vbasamples.blogspot.com
VBA: Converts the Excel column number to its string equivalent
http://vbasamples.blogspot.com/2005/08/converts-excel-column-number-to-its.html
Hyderabad, Andhra Pradesh, India. Software Engineer , professional expertise in J2ee. View my complete profile. Accessing OUTLOOK Unread mails from Word using VBA. Accessing OUTLOOK tasks from Word using VBA. Tuesday, August 16, 2005. Converts the Excel column number to its string equivalent. Converts the Excel column number to its string equivalent. Function ColumnLetter(ColumnNumber As Integer) As String. If ColumnNumber 26 Then. 1st character: Subtract 1 to map the characters to 0-25,.
pawanam.blogspot.com
Java,JS..............: April 2008
http://pawanam.blogspot.com/2008_04_01_archive.html
J2EE, workflow engine, html, java script. Friday, April 04, 2008. StringTokenizer separater issue with special charecters. 33068 Disa bled False=. System.out.println(strList[i]);. The above program is throwing an exeception because I am using ' ' as delimeter . if we put ' ' then it is working fine. Problem is the separator is configurable and I don't know which data will come into this. Some times it may be one character and sometimes it may be. Posted by Pavan Medishetty @ 5:54 PM. DHTML code for addin...