diff --git a/Global_Indexer/My Project/AssemblyInfo.vb b/Global_Indexer/My Project/AssemblyInfo.vb index 259b75f..db1c45d 100644 --- a/Global_Indexer/My Project/AssemblyInfo.vb +++ b/Global_Indexer/My Project/AssemblyInfo.vb @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + \ No newline at end of file diff --git a/Global_Indexer/frmIndex.designer.vb b/Global_Indexer/frmIndex.designer.vb index 8776ac7..ab0ed05 100644 --- a/Global_Indexer/frmIndex.designer.vb +++ b/Global_Indexer/frmIndex.designer.vb @@ -127,7 +127,6 @@ Partial Class frmIndex Me.SplitContainer1.Panel2.Controls.Add(Me.grpbxMailBody) Me.SplitContainer1.Panel2.Controls.Add(Me.grpBetreff) Me.SplitContainer1.Panel2.Controls.Add(Me.pnlPDF) - Me.SplitContainer1.Panel2Collapsed = True ' 'pnlIndex ' diff --git a/Global_Indexer/frmIndex.resx b/Global_Indexer/frmIndex.resx index 2f61cd3..7e710d1 100644 --- a/Global_Indexer/frmIndex.resx +++ b/Global_Indexer/frmIndex.resx @@ -125,14 +125,11 @@ 0, 0 - - Fill - 0, 110 - 801, 263 + 715, 263 @@ -154,7 +151,7 @@ 0 - Top, Right + Bottom, Right True @@ -163,7 +160,7 @@ MiddleRight - 670, 76 + 447, 76 No @@ -199,7 +196,7 @@ MiddleLeft - 665, 40 + 442, 40 133, 30 @@ -241,7 +238,7 @@ 0, 0 - 801, 25 + 578, 25 6 @@ -304,7 +301,7 @@ 5, 44 - 657, 25 + 434, 25 2 @@ -358,7 +355,7 @@ 2, 3, 2, 3 - 801, 110 + 578, 110 4 @@ -487,7 +484,7 @@ True - 797, 34 + 574, 34 1 @@ -514,7 +511,7 @@ MiddleLeft - 631, 7 + 408, 7 3, 4, 3, 4 @@ -547,13 +544,13 @@ Bottom - 0, 373 + 0, 382 2, 3, 2, 3 - 801, 137 + 578, 137 7 @@ -844,10 +841,10 @@ 1 - 801, 510 + 974, 519 - 425 + 578 8 @@ -886,13 +883,13 @@ False - 0, 510 + 0, 519 1, 0, 10, 0 - 801, 22 + 974, 22 6 @@ -946,7 +943,7 @@ 7, 17 - 801, 532 + 974, 541 Segoe UI, 9.75pt diff --git a/Global_Indexer/frmIndex.vb b/Global_Indexer/frmIndex.vb index 7403244..0f50534 100644 --- a/Global_Indexer/frmIndex.vb +++ b/Global_Indexer/frmIndex.vb @@ -2217,8 +2217,12 @@ Public Class frmIndex Try Me.grpBetreff.Dock = DockStyle.Top Me.grpbxMailBody.Dock = DockStyle.Fill - Dim msg_email As New Msg.Message(CURRENT_WORKFILE) - 'msg_email.Encoding = Encoding.Unicode + + 'Dim msg_email As New Msg.Message(CURRENT_WORKFILE) + 'Dim foo As New Email.Mime.Message(CURRENT_WORKFILE) + Dim msg_email As New Msg.Message() + msg_email.Encoding = Encoding.UTF8 + msg_email.Open(CURRENT_WORKFILE) Dim headers As String = ClassEmailHeaderExtractor.getMessageHeaders(msg_email) If LogErrorsOnly = False Then ClassLogger.Add(" EMAIL-HEADER: " & headers, False) diff --git a/Global_Indexer/frmStart.vb b/Global_Indexer/frmStart.vb index ca049f3..cd703ef 100644 --- a/Global_Indexer/frmStart.vb +++ b/Global_Indexer/frmStart.vb @@ -266,6 +266,7 @@ Public Class frmStart DTACTUAL_FILES = Nothing DTACTUAL_FILES = ClassDatabase.Return_Datatable(sql, True) End If + For Each Filerow As DataRow In DTACTUAL_FILES.Rows Dim filestring As String = Filerow.Item("FILENAME2WORK") CURRENT_FILENAME = Filerow.Item("FILENAME2WORK") diff --git a/SetupWix/Product.wxs b/SetupWix/Product.wxs index 3f44f4f..7a273c0 100644 --- a/SetupWix/Product.wxs +++ b/SetupWix/Product.wxs @@ -134,6 +134,12 @@ + + + + + + @@ -214,6 +220,7 @@ + diff --git a/SetupWix/SetupWix.wixproj b/SetupWix/SetupWix.wixproj index 07445e1..ab4e401 100644 --- a/SetupWix/SetupWix.wixproj +++ b/SetupWix/SetupWix.wixproj @@ -48,16 +48,6 @@ --> - - - - - - - - - -