Click here to Skip to main content
16,004,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: System.Runtime.InteropServices.COMException Pin
phonghihi28-Dec-06 15:43
phonghihi28-Dec-06 15:43 
QuestionHow to save TextBoxes' values in GridView (on PostBack) Pin
kaliem27-Dec-06 0:02
kaliem27-Dec-06 0:02 
AnswerRe: How to save TextBoxes' values in GridView (on PostBack) Pin
_mubashir27-Dec-06 1:02
_mubashir27-Dec-06 1:02 
QuestionOpening Forms Pin
Pete Newman26-Dec-06 21:55
Pete Newman26-Dec-06 21:55 
AnswerRe: Opening Forms Pin
The ANZAC26-Dec-06 22:20
The ANZAC26-Dec-06 22:20 
GeneralRe: Opening Forms Pin
Pete Newman26-Dec-06 22:37
Pete Newman26-Dec-06 22:37 
AnswerRe: Opening Forms Pin
Navneet Hegde27-Dec-06 2:56
Navneet Hegde27-Dec-06 2:56 
GeneralRe: Opening Forms Pin
Pete Newman27-Dec-06 3:12
Pete Newman27-Dec-06 3:12 
we have an inhouse menu type application, when a operator logs onto the stytem , ihave a function that dynamicly creates the menu oprtions for this operator from there profile. ie in design tine the form is blank, but buttons ( options buttons ) , and click even handlers are generated for all the area's they are allowed to access. this info is held in a SQL2005 table
ie .. Operator 1 can access area's 1,2,3, and 4 so would have 4 buttons on screen , Operator 2 can only access area's 1 and 4 hance only has two buttons. As the buttons are dynamicly generated the indexes ( start at 0 ) are never the same. in the example above operator button index 1 would be for Area 2 where as for operator 2 it would be for area 4

i have a work round by Dimming every form and then using the button text in a case statement to determine which button was clicked, but that means every time i add a new form i have to remember to add it in the select case statement ...

If i can use the form name form the SQL table in a simple routine it will save endless pages of coding and i wont have tp remember to keep comming back to the master form and adding the reference in

its the simple idea's that prove to be the hardest !!

I really do need help..... all this computer stuff is way over my head !!

GeneralRe: Opening Forms Pin
Navneet Hegde28-Dec-06 23:57
Navneet Hegde28-Dec-06 23:57 
Questionurgent pls help me Pin
tirumal123126-Dec-06 21:53
tirumal123126-Dec-06 21:53 
Questionparallel port controlling Pin
acidice33326-Dec-06 20:56
acidice33326-Dec-06 20:56 
AnswerRe: parallel port controlling Pin
Dave Kreskowiak27-Dec-06 5:59
mveDave Kreskowiak27-Dec-06 5:59 
QuestionI am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
somagunasekaran26-Dec-06 19:48
somagunasekaran26-Dec-06 19:48 
AnswerRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
The ANZAC26-Dec-06 22:30
The ANZAC26-Dec-06 22:30 
GeneralRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
somagunasekaran26-Dec-06 23:10
somagunasekaran26-Dec-06 23:10 
GeneralRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
The ANZAC26-Dec-06 23:51
The ANZAC26-Dec-06 23:51 
GeneralRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
somagunasekaran27-Dec-06 0:16
somagunasekaran27-Dec-06 0:16 
AnswerRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
Dave Kreskowiak27-Dec-06 1:38
mveDave Kreskowiak27-Dec-06 1:38 
AnswerRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
Navneet Hegde27-Dec-06 3:00
Navneet Hegde27-Dec-06 3:00 
AnswerRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
Navneet Hegde27-Dec-06 3:09
Navneet Hegde27-Dec-06 3:09 
GeneralRe: I am doing the spliting the file.when spliting the file remove the file extension and displaying in the List box Pin
somagunasekaran27-Dec-06 18:29
somagunasekaran27-Dec-06 18:29 
Questionurgent......speak word documents by Ms Agent 2 in vb.net 2005 Pin
aa2002uk26-Dec-06 12:19
aa2002uk26-Dec-06 12:19 
AnswerRe: urgent......speak word documents by Ms Agent 2 in vb.net 2005 Pin
Paul Conrad26-Dec-06 16:04
professionalPaul Conrad26-Dec-06 16:04 
QuestionSudoku solver in vb with sourcecode Pin
spaceweb126-Dec-06 10:23
spaceweb126-Dec-06 10:23 
AnswerRe: Sudoku solver in vb with sourcecode Pin
Dave Kreskowiak26-Dec-06 11:09
mveDave Kreskowiak26-Dec-06 11:09 

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.