Jump to content
Xtreme .Net Talk

pasensyoso

Members
  • Posts

    2
  • Joined

  • Last visited

About pasensyoso

  • Birthday 05/31/1987

pasensyoso's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi guys! Need some guidance here. i want to select a specific text in ms word document and format it using vb.net. here's what I have With WordApp.Selection.Find .Text="word to find" .Font.Color = Word.WdColor.wdColorBlue --> supposed I want to color it blue End With what seems to be lacking here? It will not work. Thanks and Best Regards!
  2. Hi guys! Can anyone will me to have a few understanding of BackgroundWorker? This is the first time that I want to use this control since I shift to vs2005. Its like this, I have a sub procedure, GetData() and GetFiles() Now I like it to run under the BackgroundWorker to prevent those hazy delay of displaying the the values inside my form. I have done this functionality with the older ways of threading. i just want to experiment this new control in vs 2005. Just need some enlightment.:cool:
×
×
  • Create New...