Click here to Skip to main content
16,005,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Set Method of Querystring property Pin
Adam Goossens21-Jan-05 19:29
Adam Goossens21-Jan-05 19:29 
GeneralRe: Set Method of Querystring property Pin
MyThread24-Jan-05 4:28
MyThread24-Jan-05 4:28 
GeneralBar Chart graph with VB.net Pin
ATC21-Jan-05 6:41
ATC21-Jan-05 6:41 
GeneralRe: Bar Chart graph with VB.net Pin
Tom John23-Jan-05 23:54
Tom John23-Jan-05 23:54 
QuestionHow can i make custom paper size for Dot Matrix printer Pin
mayukhC21-Jan-05 5:08
mayukhC21-Jan-05 5:08 
AnswerRe: How can i make custom paper size for Dot Matrix printer Pin
smoking john22-Jan-05 1:36
smoking john22-Jan-05 1:36 
Questionhow to write code to call for .dll files? Pin
lsch198321-Jan-05 4:44
lsch198321-Jan-05 4:44 
AnswerRe: how to write code to call for .dll files? Pin
Colin Angus Mackay21-Jan-05 10:22
Colin Angus Mackay21-Jan-05 10:22 
lsch1983 wrote:
i have compiled the files that i need to use in .dll form, but i do not know how to call it to be used in my program

This is confusing Visual Studio does all this for you. You create your ASPX pages, you write the code in the code behind, you press build and it builds it and puts it in your web server and then you can run it.

Or, have you created a Class Library with extra code in it? If this is so, then the Class Library project should be added to the solution where the Web Application is, then you can right-click your Web Application project and select Add Reference, then click the properties tab, then double-click the Class Library project then you can close the dialog and build your project again. The Class Library will be referenced in your Web Application project so that it can be used. However if this was your problem then I cannot see how Visual Studio ever managed to successfully build your project in the first place.

You need to be more specific when describing your problem.


Do you want to know more?
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums


Upcoming talk:
SELECT UserName, Password FROM Users
-- Getting unauthorised access to a SQL Server, and how to prevent it.

GeneralRe: how to write code to call for .dll files? Pin
lsch198321-Jan-05 22:17
lsch198321-Jan-05 22:17 
AnswerRe: how to write code to call for .dll files? Pin
GuruPandian21-Jan-05 19:50
GuruPandian21-Jan-05 19:50 
GeneralRe: how to write code to call for .dll files? Pin
lsch198321-Jan-05 22:23
lsch198321-Jan-05 22:23 
GeneralLinking one library class to another Pin
Steve200521-Jan-05 0:52
Steve200521-Jan-05 0:52 
GeneralReferencing to ComCtl32.dll in VB.NET Pin
Farhad Eft20-Jan-05 19:21
Farhad Eft20-Jan-05 19:21 
GeneralRe: Referencing to ComCtl32.dll in VB.NET Pin
Dave Kreskowiak21-Jan-05 3:36
mveDave Kreskowiak21-Jan-05 3:36 
GeneralRe: Referencing to ComCtl32.dll in VB.NET Pin
Farhad Eft22-Jan-05 20:28
Farhad Eft22-Jan-05 20:28 
Generalmp3 bitrate/song length info Pin
billiam90420-Jan-05 11:31
billiam90420-Jan-05 11:31 
GeneralTo Many Records Added Pin
bexarcounty20-Jan-05 9:59
bexarcounty20-Jan-05 9:59 
GeneralVB.Net Rounding Numbers Pin
Desi Bravo20-Jan-05 9:55
Desi Bravo20-Jan-05 9:55 
GeneralRe: VB.Net Rounding Numbers Pin
Christian Graus20-Jan-05 10:10
protectorChristian Graus20-Jan-05 10:10 
GeneralRe: VB.Net Rounding Numbers Pin
Desi Bravo21-Jan-05 7:03
Desi Bravo21-Jan-05 7:03 
GeneralRe: VB.Net Rounding Numbers Pin
MyThread21-Jan-05 9:48
MyThread21-Jan-05 9:48 
GeneralRe: VB.Net Rounding Numbers Pin
Christian Graus21-Jan-05 9:58
protectorChristian Graus21-Jan-05 9:58 
GeneralRe: VB.Net Rounding Numbers Pin
MyThread21-Jan-05 10:02
MyThread21-Jan-05 10:02 
GeneralRe: VB.Net Rounding Numbers Pin
Desi Bravo26-Jan-05 6:13
Desi Bravo26-Jan-05 6:13 
GeneralExcel Process Won't Quit in VB Pin
iown71420-Jan-05 6:30
iown71420-Jan-05 6:30 

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.