Click here to Skip to main content
16,016,345 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDeleted Column throws exception Pin
IdahoNetworkGuru30-Aug-06 10:54
professionalIdahoNetworkGuru30-Aug-06 10:54 
AnswerRe: Deleted Column throws exception Pin
Dave Kreskowiak30-Aug-06 11:47
mveDave Kreskowiak30-Aug-06 11:47 
AnswerRe: Deleted Column throws exception Pin
IdahoNetworkGuru31-Aug-06 4:29
professionalIdahoNetworkGuru31-Aug-06 4:29 
QuestionPassword Protection in vb.net 1.1 Pin
amaneet30-Aug-06 5:34
amaneet30-Aug-06 5:34 
AnswerRe: Password Protection in vb.net 1.1 Pin
Dave Kreskowiak30-Aug-06 6:09
mveDave Kreskowiak30-Aug-06 6:09 
QuestionError Provider! Pin
Deepasubramanian30-Aug-06 2:28
Deepasubramanian30-Aug-06 2:28 
AnswerRe: Error Provider! Pin
Stephen McGuire30-Aug-06 9:11
Stephen McGuire30-Aug-06 9:11 
QuestionHow do I write a script to Backup Outlook Express Groups Pin
Tom Moore30-Aug-06 2:15
Tom Moore30-Aug-06 2:15 
Hi,

Is there a way to extract 'Address Book Groups' into a serialized format, such as :
<br />
 <script language="vbscript"><br />
<br />
   Dim oApp as Object, oAddressBook as Object ,_<br />
   oGroup as Object, oContact as Object<br />
 <br />
   oApp = CreateObject("OutlookExpress.Application")<br />
 <br />
<br />
   oAddressBook = oApp.AddressBook<br />
   oGroup = oAddressBook.Group<br />
   oContact = oAddressBook.Contact<br />
   <br />
   Open "AddressBook_Backup.csv" for Output as #1<br />
    For each oGroup In oAddressBook<br />
<br />
       Output #1, oGroup.Name<br />
<br />
         For Each oContact In oGroup<br />
<br />
              Output #1, oContact.Name<br />
              Output #1, oContact.Email<br />
<br />
         Next oContact<br />
<br />
    Next oGroup<br />
<br />
 Close #1<br />
</script><br />

Another useful script could read that in and perform the necessary function of adding the groups and putting the correct contacts in the groups.

I shall be posing this question in the Lounge as well but excluding the code.

Any help would be great

Thanks in advance Smile | :)

Tom
QuestionRemote Protocol Management Software Pin
wildfire232330-Aug-06 2:12
wildfire232330-Aug-06 2:12 
AnswerRe: Remote Protocol Management Software [modified] Pin
Dave Kreskowiak30-Aug-06 9:09
mveDave Kreskowiak30-Aug-06 9:09 
Questionrestore database Pin
md_refay30-Aug-06 2:05
md_refay30-Aug-06 2:05 
QuestionHow Microsoft does it? Pin
jayvardhanpatil30-Aug-06 0:36
jayvardhanpatil30-Aug-06 0:36 
QuestionExport Data To Excel Pin
obarahmeh30-Aug-06 0:26
obarahmeh30-Aug-06 0:26 
AnswerRe: Export Data To Excel Pin
Stephen McGuire30-Aug-06 9:04
Stephen McGuire30-Aug-06 9:04 
GeneralRe: Export Data To Excel Pin
obarahmeh30-Aug-06 19:42
obarahmeh30-Aug-06 19:42 
GeneralRe: Export Data To Excel Pin
Stephen McGuire31-Aug-06 2:19
Stephen McGuire31-Aug-06 2:19 
GeneralRe: Export Data To Excel Pin
obarahmeh2-Sep-06 0:19
obarahmeh2-Sep-06 0:19 
QuestionVisual Basic 6 DataGrid Problem Pin
udithaphp29-Aug-06 22:37
udithaphp29-Aug-06 22:37 
QuestionNeed a code to close the application after specific time Pin
Neo_Ali29-Aug-06 22:34
Neo_Ali29-Aug-06 22:34 
AnswerRe: Need a code to close the application after specific time Pin
CWIZO30-Aug-06 1:09
CWIZO30-Aug-06 1:09 
GeneralRe: Need a code to close the application after specific time Pin
Neo_Ali30-Aug-06 20:38
Neo_Ali30-Aug-06 20:38 
GeneralRe: Need a code to close the application after specific time Pin
CWIZO30-Aug-06 21:51
CWIZO30-Aug-06 21:51 
AnswerRe: Need a code to close the application after specific time Pin
Kanniah30-Aug-06 4:18
Kanniah30-Aug-06 4:18 
Questionis it possible to add ghostscript code to vb.net aaplication Pin
kannan m29-Aug-06 22:16
kannan m29-Aug-06 22:16 
AnswerRe: is it possible to add ghostscript code to vb.net aaplication Pin
Dave Kreskowiak30-Aug-06 5:11
mveDave Kreskowiak30-Aug-06 5:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.