Click here to Skip to main content
15,925,782 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DATA LINK PROPERTY LAYER Pin
thealca22-Jan-06 17:45
thealca22-Jan-06 17:45 
GeneralRe: DATA LINK PROPERTY LAYER Pin
Dave Kreskowiak22-Jan-06 19:04
mveDave Kreskowiak22-Jan-06 19:04 
QuestionGenerating Crystal Report using Vb.net Pin
Meniacus22-Jan-06 15:11
Meniacus22-Jan-06 15:11 
AnswerRe: Generating Crystal Report using Vb.net Pin
lavanya_satheesh22-Jan-06 23:59
lavanya_satheesh22-Jan-06 23:59 
QuestionAdvice on vb/asp? Pin
Sam Marrocco22-Jan-06 10:52
Sam Marrocco22-Jan-06 10:52 
AnswerRe: Advice on vb/asp? Pin
Christian Graus22-Jan-06 11:48
protectorChristian Graus22-Jan-06 11:48 
GeneralRe: Advice on vb/asp? Pin
Sam Marrocco22-Jan-06 12:55
Sam Marrocco22-Jan-06 12:55 
GeneralRe: Advice on vb/asp? Pin
Christian Graus22-Jan-06 14:42
protectorChristian Graus22-Jan-06 14:42 
smarr wrote:
that adding asp capabilities to an existing vb.net app is not trivial (or possible?) and the "guts" of the app will need to be moved into an asp.net application. Correct?


Mostly. It is in fact possible to add a web app to your existing project, but you'd have two vbproj files, and I think it's too messy to do it that way

smarr wrote:
The core logic is deeply ingrained into the application and could not be moved (easily) into a dll.


I guess that makes this a lesson in application design Smile | :) Any half decent app should be written so that the business logic is easily divorced from the presentation layer. Too late for that now. If you can't seperate the two, then I guess your best bet is to build a web app and then add all the code you need from your application, so that you can access the business logic from the web pages.


Christian Graus - Microsoft MVP - C++
QuestionHow to minimise dialog without minimising parent form? Pin
BeyondCloister22-Jan-06 10:39
BeyondCloister22-Jan-06 10:39 
AnswerRe: How to minimise dialog without minimising parent form? Pin
Christian Graus22-Jan-06 11:49
protectorChristian Graus22-Jan-06 11:49 
GeneralRe: How to minimise dialog without minimising parent form? Pin
BeyondCloister23-Jan-06 7:27
BeyondCloister23-Jan-06 7:27 
GeneralRe: How to minimise dialog without minimising parent form? Pin
Christian Graus23-Jan-06 10:28
protectorChristian Graus23-Jan-06 10:28 
GeneralRe: How to minimise dialog without minimising parent form? Pin
BeyondCloister26-Jan-06 2:34
BeyondCloister26-Jan-06 2:34 
GeneralRe: How to minimise dialog without minimising parent form? Pin
Christian Graus26-Jan-06 11:02
protectorChristian Graus26-Jan-06 11:02 
GeneralRe: How to minimise dialog without minimising parent form? Pin
BeyondCloister26-Jan-06 11:26
BeyondCloister26-Jan-06 11:26 
QuestionVB6: Help with TypeLib, TVTuner and Directshow coding. Pin
minor2822-Jan-06 10:27
minor2822-Jan-06 10:27 
Questiondatagrid Pin
ahb8122-Jan-06 6:33
ahb8122-Jan-06 6:33 
Questionautonumbering concept Pin
nitheesh22-Jan-06 4:53
nitheesh22-Jan-06 4:53 
AnswerRe: autonumbering concept Pin
Guffa22-Jan-06 6:16
Guffa22-Jan-06 6:16 
QuestionWant to start Windows service after user login Pin
Qaiser_Iftikhar22-Jan-06 3:08
Qaiser_Iftikhar22-Jan-06 3:08 
AnswerRe: Want to start Windows service after user login Pin
jasonpb31-Jan-06 16:08
jasonpb31-Jan-06 16:08 
QuestionHelp - Deployment of web application Pin
karanjsingh22-Jan-06 1:21
karanjsingh22-Jan-06 1:21 
AnswerRe: Help - Deployment of web application Pin
Dave Kreskowiak22-Jan-06 4:47
mveDave Kreskowiak22-Jan-06 4:47 
GeneralRe: Help - Deployment of web application Pin
karanjsingh22-Jan-06 13:51
karanjsingh22-Jan-06 13:51 
GeneralRe: Help - Deployment of web application Pin
Dave Kreskowiak22-Jan-06 15:54
mveDave Kreskowiak22-Jan-06 15:54 

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.