Click here to Skip to main content
15,892,537 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAlign Long String in DataGridView Cell to Show String End Pin
Andraw Tang19-May-11 8:35
Andraw Tang19-May-11 8:35 
AnswerRe: Align Long String in DataGridView Cell to Show String End Pin
Dave Kreskowiak19-May-11 9:02
mveDave Kreskowiak19-May-11 9:02 
GeneralRe: Align Long String in DataGridView Cell to Show String End Pin
Andraw Tang19-May-11 10:15
Andraw Tang19-May-11 10:15 
AnswerRe: Align Long String in DataGridView Cell to Show String End Pin
Luc Pattyn19-May-11 9:12
sitebuilderLuc Pattyn19-May-11 9:12 
GeneralRe: Align Long String in DataGridView Cell to Show String End Pin
Andraw Tang19-May-11 10:35
Andraw Tang19-May-11 10:35 
Questionparsing .frm file for control names and nested level Pin
john john mackey17-May-11 9:27
john john mackey17-May-11 9:27 
AnswerRe: parsing .frm file for control names and nested level Pin
Dave Kreskowiak17-May-11 10:11
mveDave Kreskowiak17-May-11 10:11 
GeneralRe: parsing .frm file for control names and nested level Pin
john john mackey17-May-11 10:32
john john mackey17-May-11 10:32 
True that, and that's basically why i want to achieve what I'm asking...

I have some legacy application and there are some 3rd party controls that have long since been retired. I want a method to identify all the controls in my application and determine what needs attention.

My take on this would be to write my own simple parser to:
1. search .FRM for "Begin" <type> <control variable name>
2. for each "Begin", push onto a stack (var name, unique id, level++)
3. for each "End", pop from stack, print info (id++, level--, var name)


(you can see my c++ tendencies)
It seemed quicker to ask the community before setting off and writing.

Cheers.
GeneralRe: parsing .frm file for control names and nested level Pin
Dave Kreskowiak18-May-11 2:52
mveDave Kreskowiak18-May-11 2:52 
Questionlogin into website Pin
DanYELL17-May-11 5:12
DanYELL17-May-11 5:12 
AnswerRe: login into website Pin
Dave Kreskowiak17-May-11 6:54
mveDave Kreskowiak17-May-11 6:54 
GeneralRe: login into website Pin
DanYELL17-May-11 11:18
DanYELL17-May-11 11:18 
GeneralRe: login into website Pin
Dave Kreskowiak18-May-11 2:49
mveDave Kreskowiak18-May-11 2:49 
AnswerRe: login into website Pin
Dalek Dave17-May-11 12:30
professionalDalek Dave17-May-11 12:30 
QuestionDot-Matrix Printer Resolution Problem Pin
ismail2016-May-11 20:59
ismail2016-May-11 20:59 
AnswerRe: Dot-Matrix Printer Resolution Problem Pin
Abhinav S16-May-11 22:23
Abhinav S16-May-11 22:23 
Answercross-post alert Pin
Luc Pattyn16-May-11 22:57
sitebuilderLuc Pattyn16-May-11 22:57 
QuestionVB6 Help me! Pin
amoo201116-May-11 7:01
amoo201116-May-11 7:01 
AnswerRe: VB6 Help me! Pin
Dave Kreskowiak16-May-11 7:21
mveDave Kreskowiak16-May-11 7:21 
GeneralRe: VB6 Help me! Pin
Thomas Krojer16-May-11 21:19
Thomas Krojer16-May-11 21:19 
AnswerRe: VB6 Help me! Pin
Dalek Dave17-May-11 12:24
professionalDalek Dave17-May-11 12:24 
Questioncreate a wizard query Pin
kouku16-May-11 3:19
kouku16-May-11 3:19 
AnswerRe: create a wizard query Pin
Dave Kreskowiak16-May-11 4:12
mveDave Kreskowiak16-May-11 4:12 
QuestionRead Excel File Pin
rupeshkp72815-May-11 4:42
rupeshkp72815-May-11 4:42 
AnswerRe: Read Excel File Pin
Simon_Whale15-May-11 5:22
Simon_Whale15-May-11 5:22 

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.