Click here to Skip to main content
16,005,080 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.net App on absolute top Pin
QazYseult26-Apr-04 18:57
QazYseult26-Apr-04 18:57 
GeneralProperty page Pin
I_Need_ Help26-Apr-04 5:59
sussI_Need_ Help26-Apr-04 5:59 
GeneralVB.NET Standard Pin
Richard Day26-Apr-04 5:15
Richard Day26-Apr-04 5:15 
GeneralRe: VB.NET Standard Pin
Dave Kreskowiak26-Apr-04 6:28
mveDave Kreskowiak26-Apr-04 6:28 
Generalprocesses and windows services Pin
stuartco00726-Apr-04 1:45
stuartco00726-Apr-04 1:45 
GeneralRe: processes and windows services Pin
Dave Kreskowiak26-Apr-04 4:00
mveDave Kreskowiak26-Apr-04 4:00 
Generalcheck and vote !! Pin
Hesham Amin26-Apr-04 1:02
Hesham Amin26-Apr-04 1:02 
GeneralYour .NET Add-In Wishes Pin
cnurse25-Apr-04 21:13
cnurse25-Apr-04 21:13 
Dear all,

I am getting to grips with writing VS.NET add-ins with a view to publishing an article on here. I am considering making the add-in modular, that it dynamically detects and adds new features rather than having to run the whole installation again, kind of like a snap-in. Anyway, that's by the by.

Complete the statement below with a genuine requirement and I will see what I can do to add your wishes into my add-in.

I wish I had an add-in (for VB or C#) that......

I have a couple of features in there right now:
1. Select text and wrap in new region

Dim a as string
a = "hello"
becomes...

#Region "My Region"
Dim a as string
a = "hello"
#end region


2. Paste a SQL statement in to code and have its individual lines added to a string variable

SELECT *
FROM mytables
ORDER BY 1

becomes...

Dim lSQL as string
lSQL = "SELECT *" + "\r\n";
lSQL += "...

3. Select member variables of a class and the add-in creates the property let/get code for you

4. Select a database and some tables and the add-in creates classes whose members map to columns on the tables.

Any more?

Chris


Nursey
GeneralI'm Running Out of Memory (Beginner) Pin
qwerty111025-Apr-04 17:29
qwerty111025-Apr-04 17:29 
GeneralRe: I'm Running Out of Memory (Beginner) Pin
Dave Kreskowiak26-Apr-04 3:56
mveDave Kreskowiak26-Apr-04 3:56 
GeneralDefining a start page for WebBrowser control Pin
preid125-Apr-04 13:07
preid125-Apr-04 13:07 
GeneralRe: Defining a start page for WebBrowser control Pin
preid125-Apr-04 13:22
preid125-Apr-04 13:22 
GeneralDesperately need help making a transport event sink !! Pin
ingerXP25-Apr-04 10:03
ingerXP25-Apr-04 10:03 
GeneralMIDI and VB.net Pin
Nadroj25-Apr-04 9:54
Nadroj25-Apr-04 9:54 
GeneralProblem with flickering when loading images. Pin
coopsqc25-Apr-04 8:33
coopsqc25-Apr-04 8:33 
GeneralUserControl in vb 6.0 and UserControl in vb.net Pin
god4k25-Apr-04 5:03
god4k25-Apr-04 5:03 
QuestionDataView Vs DataTable in vb.net - what to choose ? Pin
Mohan G25-Apr-04 0:59
Mohan G25-Apr-04 0:59 
GeneralLoading All Exchange Servers within the Organisation Pin
mshola25-Apr-04 0:42
mshola25-Apr-04 0:42 
GeneralHelp to Peek & Poke with .NET Pin
IronHydra24-Apr-04 8:45
IronHydra24-Apr-04 8:45 
GeneralRe: Help to Peek & Poke with .NET Pin
Nick Parker24-Apr-04 10:02
protectorNick Parker24-Apr-04 10:02 
GeneralRe: Help to Peek & Poke with .NET Pin
IronHydra24-Apr-04 20:48
IronHydra24-Apr-04 20:48 
GeneralRe: Help to Peek & Poke with .NET Pin
Dave Kreskowiak25-Apr-04 6:19
mveDave Kreskowiak25-Apr-04 6:19 
GeneralCrystal Report Pin
Anonymous24-Apr-04 5:22
Anonymous24-Apr-04 5:22 
GeneralRe: Crystal Report Pin
RichardGrimmer26-Apr-04 4:03
RichardGrimmer26-Apr-04 4:03 
GeneralSystem.Security.SecurityException Pin
mshola24-Apr-04 0:38
mshola24-Apr-04 0:38 

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.