Click here to Skip to main content
15,908,444 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: About Windows API Pin
Anonymous7-Jul-05 16:17
Anonymous7-Jul-05 16:17 
GeneralAn exception occurred... on line 0 Pin
SignMan3597-Jul-05 10:01
SignMan3597-Jul-05 10:01 
GeneralSort datagrid and dataset Pin
makeko7-Jul-05 7:16
makeko7-Jul-05 7:16 
GeneralAutomation in VB Pin
roberto@mailinator.com7-Jul-05 6:08
roberto@mailinator.com7-Jul-05 6:08 
GeneralRe: Automation in VB Pin
Dave Kreskowiak7-Jul-05 6:39
mveDave Kreskowiak7-Jul-05 6:39 
GeneralRe: Automation in VB Pin
jonathan158-Jul-05 1:27
jonathan158-Jul-05 1:27 
GeneralRe: Automation in VB Pin
roberto@mailinator.com10-Jul-05 22:18
roberto@mailinator.com10-Jul-05 22:18 
GeneralRe: Automation in VB Pin
roberto@mailinator.com12-Jul-05 23:31
roberto@mailinator.com12-Jul-05 23:31 
Well, as nobody could help me, here's the answer I found by myself.

Just use this:

For i = 1 To Application.VBE.ActiveVBProject.VBComponents.Count
Application.VBE.ActiveVBProject.VBComponents(i).Export "file" & i & ".txt"
next i

This way all forms, modules, classes, etc. are saved on the local path in plain text format.
Sweet and easy, uh?

Hope it helps out there! Smile | :)
GeneralEmpty Date or DateTime string Pin
VOmigrant7-Jul-05 4:55
VOmigrant7-Jul-05 4:55 
GeneralRe: Empty Date or DateTime string Pin
Dave Kreskowiak7-Jul-05 5:06
mveDave Kreskowiak7-Jul-05 5:06 
Generalkeys is not working in datagrid Pin
Jeeva Jose7-Jul-05 3:41
Jeeva Jose7-Jul-05 3:41 
GeneralRe: keys is not working in datagrid Pin
Anonymous7-Jul-05 3:47
Anonymous7-Jul-05 3:47 
GeneralRe: keys is not working in datagrid Pin
Dave Kreskowiak7-Jul-05 4:58
mveDave Kreskowiak7-Jul-05 4:58 
Generaldelete row - datagrid error Pin
oakleaf7-Jul-05 3:33
oakleaf7-Jul-05 3:33 
GeneralRe: delete row - datagrid error Pin
Jeeva Jose7-Jul-05 3:52
Jeeva Jose7-Jul-05 3:52 
GeneralRe: delete row - datagrid error Pin
oakleaf7-Jul-05 7:16
oakleaf7-Jul-05 7:16 
GeneralRe: delete row - datagrid error Pin
oakleaf7-Jul-05 9:33
oakleaf7-Jul-05 9:33 
GeneralRe: delete row - datagrid error Pin
progload7-Jul-05 10:07
progload7-Jul-05 10:07 
GeneralRe: delete row - datagrid error Pin
progload7-Jul-05 10:13
progload7-Jul-05 10:13 
QuestionHow to make a chat messenger? Pin
SmartSDR7-Jul-05 3:21
SmartSDR7-Jul-05 3:21 
AnswerRe: How to make a chat messenger? Pin
Dave Kreskowiak7-Jul-05 4:54
mveDave Kreskowiak7-Jul-05 4:54 
GeneralRe: NTFS Pin
Anonymous7-Jul-05 1:28
Anonymous7-Jul-05 1:28 
GeneralRe: NTFS Pin
Dave Kreskowiak7-Jul-05 4:50
mveDave Kreskowiak7-Jul-05 4:50 
GeneralRe: NTFS Pin
Member 7666088-Jul-05 22:57
Member 7666088-Jul-05 22:57 
GeneralRe: NTFS Pin
Dave Kreskowiak9-Jul-05 2:03
mveDave Kreskowiak9-Jul-05 2:03 

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.