Click here to Skip to main content
15,891,431 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to make a trial software Pin
SHaroz13-Jun-02 6:51
SHaroz13-Jun-02 6:51 
GeneralRe: how to make a trial software Pin
Nick Parker13-Jun-02 8:32
protectorNick Parker13-Jun-02 8:32 
GeneralCursor Question Pin
Nick Parker7-Jun-02 10:35
protectorNick Parker7-Jun-02 10:35 
GeneralRe: Cursor Question Pin
Jeremy Falcon11-Jun-02 5:22
professionalJeremy Falcon11-Jun-02 5:22 
GeneralRe: Cursor Question Pin
Nick Parker11-Jun-02 5:16
protectorNick Parker11-Jun-02 5:16 
GeneralRe: Cursor Question Pin
Jeremy Falcon11-Jun-02 5:54
professionalJeremy Falcon11-Jun-02 5:54 
GeneralRe: Cursor Question Pin
Nick Parker11-Jun-02 5:51
protectorNick Parker11-Jun-02 5:51 
GeneralWord Macro Pin
laphijia7-Jun-02 7:44
laphijia7-Jun-02 7:44 
My Word macro has grown HUGE, so I want to convert it to some C or C++ console application, or whathever, so that It can run i Background.

Is possible to make an exe out of a Macro, convert the VBA and make and compile it, etc.

This macro simply makes some standard modifies to a TEXT file.

The problem is that the Macro language i think VBA, has some advanced funcions to move the cursor in the text.


Like Selection.
.MoveDown Unit:=wdLine, Count:=1, Extend:=wdExtend
.HomeKey
.TypeText Text:=hello
.TypeParagraph
.TypeBackspace
.Delete Unit:=wdCharacter, Count:=3



"Nelle cose del mondo non e' il sapere ma il volere che puo'."
GeneralRe: Word Macro Pin
Rama Krishna Vavilala7-Jun-02 7:48
Rama Krishna Vavilala7-Jun-02 7:48 
GeneralRe: Word Macro Pin
laphijia7-Jun-02 7:57
laphijia7-Jun-02 7:57 
GeneralRe: Word Macro Pin
laphijia7-Jun-02 8:02
laphijia7-Jun-02 8:02 
GeneralRe: Word Macro Pin
Rama Krishna Vavilala7-Jun-02 8:22
Rama Krishna Vavilala7-Jun-02 8:22 
GeneralRe: Word Macro Pin
laphijia7-Jun-02 8:37
laphijia7-Jun-02 8:37 
GeneralPermission Denied Pin
jlaica6-Jun-02 6:53
jlaica6-Jun-02 6:53 
GeneralRe: Permission Denied Pin
Nick Parker7-Jun-02 6:09
protectorNick Parker7-Jun-02 6:09 
GeneralRe: Permission Denied Pin
Gethsus13-Jun-02 3:58
Gethsus13-Jun-02 3:58 
Questionhow to use the SVGControl.dll in VB6 Pin
5-Jun-02 2:32
suss5-Jun-02 2:32 
AnswerRe: how to use the SVGControl.dll in VB6 Pin
6-Jun-02 2:21
suss6-Jun-02 2:21 
GeneralEvents in VBScript Pin
Hans Ruck4-Jun-02 2:52
Hans Ruck4-Jun-02 2:52 
GeneralRe: Events in VBScript Pin
4-Jun-02 8:47
suss4-Jun-02 8:47 
QuestionHey...can you use radio buttons on a menu? Pin
1-Jun-02 23:01
suss1-Jun-02 23:01 
AnswerRe: Hey...can you use radio buttons on a menu? Pin
Paul M Watt8-Jun-02 9:17
mentorPaul M Watt8-Jun-02 9:17 
QuestionDoes anyone know how to add an MP3 to a form? Pin
1-Jun-02 20:29
suss1-Jun-02 20:29 
GeneralMessage box question Pin
1-Jun-02 16:53
suss1-Jun-02 16:53 
GeneralRe: Message box question Pin
1-Jun-02 18:26
suss1-Jun-02 18:26 

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.