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

Visual Basic

 
GeneralRe: VB.NET Excell Cell Formatting Pin
Dave Kreskowiak14-May-04 0:03
mveDave Kreskowiak14-May-04 0:03 
GeneralRe: VB.NET Excell Cell Formatting Pin
mattfc14-May-04 9:09
mattfc14-May-04 9:09 
GeneralFind in Word Pin
RichardGrimmer13-May-04 2:54
RichardGrimmer13-May-04 2:54 
GeneralRe: Find in Word Pin
RichardGrimmer13-May-04 2:58
RichardGrimmer13-May-04 2:58 
GeneralDataCombo/List in VB6 Pin
Larry Gatlin13-May-04 2:33
professionalLarry Gatlin13-May-04 2:33 
GeneralRe: DataCombo/List in VB6 Pin
Dave Kreskowiak13-May-04 6:53
mveDave Kreskowiak13-May-04 6:53 
GeneralRe: DataCombo/List in VB6 Pin
Larry Gatlin13-May-04 13:36
professionalLarry Gatlin13-May-04 13:36 
GeneralOffice Addin IDTExtensibility2 Event Pin
shinay12-May-04 20:02
shinay12-May-04 20:02 
I am trying to figure out how to hook this DocumentBeforeSave event when using IDTExtensibility2( Add-in
for all office application )got this idea from ms knowledge base Q238228
I worked with "Using the VB6 Add-in Designer", but not with "COM Add-In Using Implements"

Dim WithEvents objWord As Word.Application

Private Sub objWord_DocumentBeforeSave(ByVal Doc As Word.Document, SaveAsUI As Boolean, Cancel As Boolean)
msgbox "please say something!!!"
End Sub

Thanks in advance
Shin
GeneralRe: Office Addin IDTExtensibility2 Event Pin
Anonymous12-May-04 23:19
Anonymous12-May-04 23:19 
QuestionHow can I ignore invalide path characters being entered into a text box Pin
Kettlewell12-May-04 13:17
Kettlewell12-May-04 13:17 
QuestionHow can I get the event when user using DELETE key to delete a ROW of a datagid table? Pin
ATC12-May-04 11:05
ATC12-May-04 11:05 
AnswerRe: How can I get the event when user using DELETE key to delete a ROW of a datagid table? Pin
shinay12-May-04 19:57
shinay12-May-04 19:57 
GeneralRe: How can I get the event when user using DELETE key to delete a ROW of a datagid table? Pin
ATC31-May-04 8:28
ATC31-May-04 8:28 
GeneralCould not find installable ISAM Pin
Member 33182312-May-04 8:53
Member 33182312-May-04 8:53 
QuestionWhen are events fired? Pin
PaleyX12-May-04 7:57
PaleyX12-May-04 7:57 
AnswerRe: When are events fired? Pin
Dave Kreskowiak13-May-04 7:24
mveDave Kreskowiak13-May-04 7:24 
GeneralRe: When are events fired? Pin
PaleyX18-May-04 16:49
PaleyX18-May-04 16:49 
GeneralRe: When are events fired? Pin
Dave Kreskowiak19-May-04 2:44
mveDave Kreskowiak19-May-04 2:44 
Generalbackground image taking over toolbar Pin
Phaldo12-May-04 5:07
Phaldo12-May-04 5:07 
GeneralSystem Properties VB6 Pin
DragonByte12-May-04 4:41
DragonByte12-May-04 4:41 
GeneralRe: System Properties VB6 Pin
DragonByte12-May-04 4:44
DragonByte12-May-04 4:44 
GeneralHelp for mschart problem Pin
allen_homer12-May-04 4:32
allen_homer12-May-04 4:32 
Generaladd commandbarbutton in outlook 2k3 Pin
sebmafate12-May-04 2:45
sebmafate12-May-04 2:45 
GeneralDB accessability problems Pin
Greg Eales12-May-04 0:19
Greg Eales12-May-04 0:19 
GeneralRe: DB accessability problems Pin
Dave Kreskowiak12-May-04 2:50
mveDave Kreskowiak12-May-04 2:50 

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.