Click here to Skip to main content
15,927,940 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionProblem with Crystal Report Viewer! Pin
Deepasubramanian22-Jan-07 15:47
Deepasubramanian22-Jan-07 15:47 
AnswerRe: Problem with Crystal Report Viewer! Pin
shreekar22-Jan-07 17:52
shreekar22-Jan-07 17:52 
GeneralRe: Problem with Crystal Report Viewer! Pin
Deepasubramanian22-Jan-07 21:16
Deepasubramanian22-Jan-07 21:16 
QuestionDetermine what App called your vb.net dll Pin
Csorba222-Jan-07 10:39
Csorba222-Jan-07 10:39 
AnswerRe: Determine what App called your vb.net dll Pin
nlarson1123-Jan-07 3:21
nlarson1123-Jan-07 3:21 
GeneralRe: Determine what App called your vb.net dll Pin
Csorba223-Jan-07 9:22
Csorba223-Jan-07 9:22 
QuestionGet Calling application from my vb.net dll Pin
Csorba222-Jan-07 10:37
Csorba222-Jan-07 10:37 
AnswerRe: Get Calling application from my vb.net dll Pin
Dave Kreskowiak22-Jan-07 10:44
mveDave Kreskowiak22-Jan-07 10:44 
wrote:
I ported this dll to an asp.net program and of course the local small window won't pop up because the .dll is not on the local machine.


On top of that, the little window won't pop up because your .DLL code is not running on the client workstation. An ASP.NET app is a server-side application that generates HTML for a browser. Your code won't run, and won't show an icon, on the clients machine. You're limited to using Java and other Browser-based languages and scripting on the client side. Besides, anything you call in your .DLL will tell you that the process is the IIS ASP.NET process, not IEXPLORER.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionDisable Right-Click selecting in ListView - VS2005 Pin
Dnkuser22-Jan-07 7:57
Dnkuser22-Jan-07 7:57 
AnswerRe: Disable Right-Click selecting in ListView - VS2005 Pin
Christian Graus22-Jan-07 9:34
protectorChristian Graus22-Jan-07 9:34 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
Dnkuser23-Jan-07 1:44
Dnkuser23-Jan-07 1:44 
AnswerRe: Disable Right-Click selecting in ListView - VS2005 Pin
TwoFaced22-Jan-07 21:19
TwoFaced22-Jan-07 21:19 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
Dnkuser23-Jan-07 2:21
Dnkuser23-Jan-07 2:21 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
TwoFaced23-Jan-07 7:13
TwoFaced23-Jan-07 7:13 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
Dnkuser23-Jan-07 7:37
Dnkuser23-Jan-07 7:37 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
TwoFaced23-Jan-07 13:30
TwoFaced23-Jan-07 13:30 
QuestionPort Scanner Pin
rfrank535622-Jan-07 7:45
rfrank535622-Jan-07 7:45 
AnswerRe: Port Scanner Pin
Dave Kreskowiak22-Jan-07 10:15
mveDave Kreskowiak22-Jan-07 10:15 
QuestionMDI Form Trouble! Pin
China-Gary22-Jan-07 6:48
China-Gary22-Jan-07 6:48 
AnswerRe: MDI Form Trouble! Pin
KevinMac22-Jan-07 8:22
KevinMac22-Jan-07 8:22 
QuestionPassing a parameter to a Crystal Report via an ASP page [modified] Pin
bazpaul22-Jan-07 5:27
bazpaul22-Jan-07 5:27 
QuestionDate and time picker Pin
kendo1722-Jan-07 5:04
kendo1722-Jan-07 5:04 
AnswerRe: Date and time picker Pin
nlarson1122-Jan-07 8:28
nlarson1122-Jan-07 8:28 
QuestionCustom Control Pin
CodingYoshi22-Jan-07 3:46
CodingYoshi22-Jan-07 3:46 
AnswerRe: Custom Control Pin
Ray Cassick22-Jan-07 4:17
Ray Cassick22-Jan-07 4:17 

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.