Click here to Skip to main content
15,920,383 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionFlexgrid in DOTNet Pin
aransiola26-Feb-06 7:30
aransiola26-Feb-06 7:30 
AnswerRe: Flexgrid in DOTNet Pin
Michael P Butler26-Feb-06 8:17
Michael P Butler26-Feb-06 8:17 
GeneralRe: Flexgrid in DOTNet Pin
aransiola27-Feb-06 21:55
aransiola27-Feb-06 21:55 
AnswerRe: Flexgrid in DOTNet Pin
Suelinda_W28-Feb-06 8:14
Suelinda_W28-Feb-06 8:14 
QuestionHelp I'm loosing my mind Pin
MeterMan26-Feb-06 5:28
MeterMan26-Feb-06 5:28 
AnswerRe: Help I'm loosing my mind Pin
Colin Angus Mackay26-Feb-06 11:52
Colin Angus Mackay26-Feb-06 11:52 
GeneralRe: Help I'm loosing my mind Pin
MeterMan26-Feb-06 15:46
MeterMan26-Feb-06 15:46 
GeneralRe: Help I'm loosing my mind Pin
Colin Angus Mackay26-Feb-06 21:56
Colin Angus Mackay26-Feb-06 21:56 
win32newb wrote:
You wouldn't happen to have a good url that would explain how to do this in code would you. Its been a while since I have coded using visual studios and things have obviously changed.


Do what in code? Create a DAO? That has never changed as it wasn't a function of VS in the first place. You should do a search on "Layering Pattern", "Data Access Layer" or "Data Provider" - I know you didn't want a generic search engine link, but I don't have the time to look for every document that might help you. It really is a skill you ought to learn if you don't already know how to use internet search engines.

win32newb wrote:
Also, what happen to the code that windows compiler generates? What I mean is in 2002/2003 version you could click on the designer and you would see a region that says windows generated code so you could find things that the compiler made for you and modify them if needed.


.NET 2.0 supports a concept called partial classes. That means the class is split over two or more files. In the solution explorer you can expand the form class and see more files underneath it. The windows designer code is in there. This is not the compiler that generates this code, it is the visual studio designer. You should never edit code created by the code generator, this is increasingly true in VS2005 because VS regards the designer file to be its own that no one else will touch.



ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

Questionsobel/canny edgedetection source code required Pin
preci26-Feb-06 3:45
preci26-Feb-06 3:45 
Questionconnecting sql server with vb.net Pin
pankajgarg1225-Feb-06 23:45
pankajgarg1225-Feb-06 23:45 
AnswerRe: connecting sql server with vb.net Pin
Colin Angus Mackay26-Feb-06 0:11
Colin Angus Mackay26-Feb-06 0:11 
Questiontreeview problem in vb.net Pin
pankajgarg1225-Feb-06 23:20
pankajgarg1225-Feb-06 23:20 
AnswerRe: treeview problem in vb.net Pin
Dave Kreskowiak26-Feb-06 1:41
mveDave Kreskowiak26-Feb-06 1:41 
Questiontreeview problem in vb.net Pin
pankajgarg1225-Feb-06 23:11
pankajgarg1225-Feb-06 23:11 
AnswerRe: treeview problem in vb.net Pin
Joshua Quick26-Feb-06 10:12
Joshua Quick26-Feb-06 10:12 
QuestionUpdating Access 2002 LInked Tables Pin
keencomputer25-Feb-06 21:02
keencomputer25-Feb-06 21:02 
QuestionWhat is the best method to translate english text to french in ReportViewer? Pin
Rashar25-Feb-06 16:17
Rashar25-Feb-06 16:17 
AnswerRe: What is the best method to translate english text to french in ReportViewer? Pin
progload25-Feb-06 16:25
progload25-Feb-06 16:25 
GeneralRe: What is the best method to translate english text to french in ReportViewer? Pin
Rashar25-Feb-06 16:58
Rashar25-Feb-06 16:58 
QuestionConfirming Install Location Pin
penguin500025-Feb-06 11:53
penguin500025-Feb-06 11:53 
AnswerRe: Confirming Install Location Pin
progload25-Feb-06 12:56
progload25-Feb-06 12:56 
QuestionBinding to controls in vb.net windows app Pin
Gary Ellison25-Feb-06 6:52
Gary Ellison25-Feb-06 6:52 
QuestionView a crystal report via VB.Net Pin
directred25-Feb-06 6:00
directred25-Feb-06 6:00 
AnswerRe: View a crystal report via VB.Net Pin
directred27-Feb-06 4:31
directred27-Feb-06 4:31 
QuestionAnyone can solve this??? Pin
ss65432125-Feb-06 5:19
ss65432125-Feb-06 5:19 

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.