Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~595 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Sophiron

I have a VB.net application that gets data off our server with ODBC and populates and saves a Word Document. When I try to deploy it to another computer it will get the data just fine and populate the first document, but it will crash before saving it. I've installed …

Member Avatar for Sophiron
0
120
Member Avatar for Sophiron

I am trying to insert one file at the end of another but the first file's formatting gets messed up. It's lines start bleeding into the later pages. [code]Dim oWord As Word.Application Dim oDoc As Word.Document Dim oDoc2 As Word.Document Dim oDoc3 As Word.Document Dim oSelection As Word.Selection oWord = …

Member Avatar for Teme64
0
189
Member Avatar for Sophiron

I'm trying to open a text file in a program I've created but it won't work unless I specify it as an absolute file path. I can't seem to make a relative path name.

Member Avatar for Sophiron
0
214
Member Avatar for Sophiron

I have a bunch of text boxes that I want to be able to drag and drop the text in them to each other. I have the drag and drop able to copy the text of one text box into another but I need it to clear the original text …

0
72