| Thread | Last Post | Replies |
|
| Sending email from Windows application | 09 Jun 2005 21:56 GMT | 3 |
Is it possible to send email from a Windows-form application like I do from a web-form application? regards reidarT
|
| Deleting forms and code | 09 Jun 2005 21:42 GMT | 6 |
I made trial version depend on the number of the access that the user enter to my program which is 10 times. my question is when the access become 10 I want to delete all the codes and forms in my program and end my program.
|
| Can Visual Basic 2005 be decompiled? | 09 Jun 2005 21:37 GMT | 11 |
Will Microsoft still allow .net codes to be decompiled in version 2005? thanks! Bruno
|
| download to pdf | 09 Jun 2005 21:09 GMT | 2 |
I wanna know as to how to download a webpage to a pdf file. Iam able to download to word file as well as excel file. Here is the code below? Select Case Request.QueryString("ftype")
|
| Errormessage at deployment | 09 Jun 2005 20:19 GMT | 1 |
Hello NewsGroup, at deployment of my application I get the following message on one machine (on other machines I have no problem): An error occurred during the installation of assembly component
|
| pausing an application | 09 Jun 2005 19:30 GMT | 4 |
I am writing a VB .Net App (Not ASP .Net) where I'm having an issue creating a cancel button... I have a situation where I have a loop that is initiated when the user clicks on a Run button. I would like to have a Cancel button that when the
|
| How do you trim an arraylist? | 09 Jun 2005 18:13 GMT | 2 |
I have my own strongly typed collection class, and I added in this new sub: Public Sub TrimResults(ByVal iElementsToKeep As Integer) Dim myArray() As clsMyClass
|
| NameSpaces | 09 Jun 2005 18:11 GMT | 2 |
Which VB NET Platform is the "My NameSpaces" function included? For Example: My.Computer.?? Thanks! Sharrukin
|
| Dialog box problem with visual styles off | 09 Jun 2005 17:45 GMT | 2 |
I have no idea what happened but for some odd reason the text in my dialog boxes isn't showing up. It's not just the message but also the text on the buttons. This only happens when the visual styles are off. If they are on then the dialog box looks perfectly ok. I'm ...
|
| File Name Auto complete | 09 Jun 2005 17:34 GMT | 3 |
Under win 2000 the file save dialog tries to auto complete the name (I do not see this under XP). Is this a win 2000 peculiarity or is it configurable? Thanks
|
| quick way to tell if a object implements an interface? | 09 Jun 2005 17:23 GMT | 1 |
Is there a quick way to tell if an instanciated object implements a specific interface? thanks!
|
| Using reflection to instantiate a class | 09 Jun 2005 17:15 GMT | 2 |
I have a problem where by wish to instantiate an object say NewReport to a specific class, all inherited from the base class MyReport, I have the classname as a string and I don't want to use a massive Case Statement, I
|
| Identity Column (SQL server) | 09 Jun 2005 17:04 GMT | 1 |
I know this question should be posted in a SQL server newsgroup, but I can't find one. That's ok... it's understand that any VB.NET programmer is also an expert on SQL, right? :-) Anyway, I need to be able to figure out if a column in a table is an
|
| viewing PDF in VB.Net | 09 Jun 2005 16:30 GMT | 3 |
does anyone have any pointers about how to view PDF files in a vb.net windows form? Thanks,
|
| StreamReader reads from another file | 09 Jun 2005 15:58 GMT | 1 |
I have 2 text files. No matter what I do, this code always read lines from the same file and not from the file specified in txtFile.Text. I can't get it... any idea why? Dim oRead As StreamReader
|