| Thread | Last Post | Replies |
|
| Printing more than one page in VB.Net using PrintDocument object | 02 Mar 2006 18:50 GMT | 3 |
I'm trying to print more than one page using the PrintDocument object. I set "e.HasMorePages = True" after completeing the first page in the "PrintDocument1_PrintPage" subroutine, and then "exit sub". When "PrintDocument1_PrintPage" is called for the second page, it skips to ...
|
| app.config | 02 Mar 2006 18:49 GMT | 13 |
I am using VS.NET 2003 and vb. I build my application MyApp and it generates MyApp.exe.config. So now MyApp.exe reads parameters from MyApp.exe.config. Great and no problem! I need to run the same program but with different configuration data. So I
|
| mini VB.net compiler? | 02 Mar 2006 17:02 GMT | 3 |
Not sure how to ask this, but is there such a thing as a small standalone VB.net script application that will just execute functions for testing? For instance, maybe I'm working on a 10 line function and just want to test it independant of the entire web application and don't want ...
|
| need a string? | 02 Mar 2006 16:53 GMT | 1 |
How can I code the below sSavename to give me a format like companyname.yyyymmdd.zip? sSource = "https://website.com/download/" + sSaveName sSaveName = ""
|
| How to control access to inner class through outer class | 02 Mar 2006 16:37 GMT | 9 |
Consider the following class layout public class Order { public ProductOrder AddProductOrder(/* variables required to create a
|
| Textbox value formatting | 02 Mar 2006 15:50 GMT | 3 |
Dear Experts, I would like to find out whether can I retrieve a string from the database and retain the format in the string to be show in a textbox control or append into a message's body to be sent out through email. For example, the string
|
| get date last modified | 02 Mar 2006 15:29 GMT | 6 |
I have a VBScript as follows: Dim xmlHTTP : Set xmlHTTP = CreateObject("Microsoft.XMLHTTP") Dim adoStream : Set adoStream = CreateObject("adodb.stream") Const bGetAsAsync = False ' wait for response
|
| PreRender event not firing on UserControl with 2.0 framework | 02 Mar 2006 14:19 GMT | 3 |
Hey I've got an odd problem here. I have two user controls on a single page. Here is the flow of my page Page(OnLoad) UC1(OnPreRender)
|
| Unable to log due to Blue Screen | 02 Mar 2006 13:21 GMT | 1 |
Long story short. Power goes out, and comes back on. I restart my computer and everything starts ok...then the Blue screen somes up saying something is write protected or something.After restarting, I tried hitting the F8 were it gives the
|
| how to add a new row into exsiting table of DataSet | 02 Mar 2006 13:18 GMT | 1 |
I have a problem with DataSet while adding a new row into dataset by another dataset. My assignment is Adding and Removeing from Two Grids. I want to add a row into new Grid2 when i selected a row from grid1 then it should be
|
| Why no MS products built with .NET? | 02 Mar 2006 13:14 GMT | 24 |
I was reading yet another book on .NET - VB 2005 Professional (wrox) and read the statement; "Microsoft has staked their future on .NET and publicly stated that henceforth almost all their research and development will be done on this
|
| How to Place DLLs in Subdirs | 02 Mar 2006 13:12 GMT | 5 |
i have writte 3 projects, 1 application (.exe) and 2 DLLs. In the application i use the references to add the 2 DLLs to work with their namespaces and functionallity. But the application always copys the DLLs in its own diretory.
|
| Mini dump created but empty | 02 Mar 2006 10:39 GMT | 2 |
Visual Studio 2005. I have compiled my dlls/exes in Release mode and also setting Debug Info="full"under Project - Properties - Build - select "Release" under "Configuration" drop down - the Advanced button at the bottom.
|
| Project Organization - Recommendations or Best Practices | 02 Mar 2006 10:02 GMT | 2 |
I'd appreciate references to online materials presenting general recommendations or best practices (if there are any) for organizing .NET projects.... ideally covering things like naming conventions, custom namespace usage, file and folder hierarchies, multi-project solutions, ...
|
| unable to receive .NET event in VB6 | 02 Mar 2006 09:06 GMT | 1 |
I have created vb.net user control that has to be used by vb6 form. Everything goes well with putting the vb.net user control on the VB6 form until I want to receive any event from my control. The event handler is displayed on VB6 IDE combo and you can create a sub for it as usual, ...
|