| Thread | Last Post | Replies |
|
| difference between Generic.List and List | 31 Jan 2008 21:01 GMT | 1 |
Is there any difference between Generic.List(Of MyClass) and List(Of MyClass)?
|
| send file by modem | 31 Jan 2008 18:02 GMT | 4 |
Hello, I need to do an aplication in vb .net 2005 that send a file by analogic modem. I look for the web and don't find. Thank you.
|
| how to diassable the Printer processing window | 31 Jan 2008 17:30 GMT | 2 |
Is there a way to print a page without that the printer processingdialogbox appears. I don't mean the Printer Dialog Box but the box that comes up when the page is sent to the printer. (The Dialog box who comes up has in the Title: Printing... at the prompt:
|
| What is the effect of having constructor in a module? | 31 Jan 2008 16:53 GMT | 21 |
Does constructor New applicable to a module? What happen when a member of the module test is accessed? public module Test sub new()
|
| Is DeflateStream = .zip format? | 31 Jan 2008 16:14 GMT | 4 |
Trying to zip/unzip files from VB.NET 2005 with 2.0 .NET Framework ... but the file created "SampleFile.zip" is not a readable zip file. (Using GZipStream works correctly to produce a readable .gz file) How do I properly create a .zip file without 3rd-party lib?
|
| issue when converting C#.net code into vb.net | 31 Jan 2008 15:56 GMT | 13 |
I am facing problem when i am converting C#.net code(Delegate concept) into vb.net. I am unable to do that . Can someone help me to solve the problem. I am providing my C#.net code. ==================================my code is :-
|
| EM_GETCHARFORMAT, SCF_SELECTION and CFM_UNDERLINETYPE question | 31 Jan 2008 15:24 GMT | 1 |
I use EM_GETCHARFORMAT, SCF_SELECTION and CFM_UNDERLINETYPE to get the underline type. And it works all the time except when there is no underlined text. Then it returns: 1 (CFU_UNDERLINE). Which is the code for a single underline
|
| Where's add web reference? | 31 Jan 2008 14:50 GMT | 7 |
In VB 2003 and 2005 to use a web reference I right clicked the project and chose "Add Web Reference". I don't see it in 2008. How do I add a web reference?
|
| N-tier setup help | 31 Jan 2008 14:27 GMT | 2 |
Hi wondering if someone could give me a example of how a hospital can be setup in a n-tier environment? Thanks
|
| Instantiating object returns nothing | 31 Jan 2008 14:17 GMT | 7 |
I have this code. Which is the beginning of class. The last line objSI = new TBRSendDocInfo has an error when this code executes objSI is nothing. What would cause a object not be able to instantiate it???
|
| Keyword suggestion 'Exposes'. (Bill, Jon, Others?) | 31 Jan 2008 14:10 GMT | 2 |
I was hoping to get the opinion of Bill McCarthy and Jon Skeet ( I do enjoy their "discussions" :) ) on a suggestion I made to the VBTeam on a new keyword "Exposes". I know it's just syntactic sugar but I thought it might be nice all the same
|
| "the project file or web cannot be found" | 31 Jan 2008 14:04 GMT | 2 |
I've got a VS 2005 VB solution I got from someone and I'm trying to get it to run in a different directory. I've got all the files in my new directory (inetpub\wwwroot\CS). When I open the solution, I'm getting the above error. I went into the .sln file and adjusted the line...
|
| Reading a local file ASP/VB ,net 2005 | 31 Jan 2008 12:19 GMT | 4 |
I am trying to open a local text files on a client network, and store the details in a database Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
|
| file copy questions | 31 Jan 2008 11:47 GMT | 3 |
...hope this question is on the right ng. The code below works to copy all files and folders from D:\Template to a new location that is specified by the user. Is there any easy way to modify this code to copy everything except for one
|
| Ping | 31 Jan 2008 02:40 GMT | 4 |
how do you do a "PING" in vb.net? any samples?
|