Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008


all groups > vb.net > february 2004 > threads for sunday february 22

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

What is the difference between If and #If?
Posted by kai at 2/22/2004 11:43:54 PM
Hi, All What is the the difference between If and #If? I read some VB.NET books, sometimes I see #If, but cannot tell why. Please help. Thanks Kai ...more >>

Daily calendar
Posted by Rado at 2/22/2004 11:29:47 PM
Hello. I've got one question. Could anybody advise me? I would like to make somethink such as MS outlook 2003 daily calendar.So I click on something hour and program add there task.When I click on the same hour, program detect if is there any other task, If yes, program make this task smaller a...more >>

Stepping into
Posted by Kevin Jackson at 2/22/2004 10:48:51 PM
I have a console application which calls two library ServicedComponents. I'm in debug mode, all the symbols get loaded but I cannot step into the method in the ServicedComponents. I can set breakpoints, I just cannot step into. Am I an idiot. VS 2003 .NET ...more >>

Deployment Problem
Posted by Gene at 2/22/2004 10:26:39 PM
hi guys, I'm currently using Sql server 2000 for database, I use the data adapter wizard for most of the connection in vb, and it is connected to the machine name of my computer, if i create a setup using for my project, Is there a problem for my project to use in another machine using that ma...more >>

relink access tables using vb.net coding.... Help
Posted by daniel NO[at]SPAM datec.com-dot-fj.no-spam.invalid at 2/22/2004 6:27:44 PM
Hi All, I did try using the sample code from the ADO.net forum to link one table, it is working fine. But, I got a problem when I tried to link all tables (20 tables)... Please help, thank you.... Rgds.... Posted Via Usenet.com Premium Usenet Newsgroup Services -----------------------...more >>

UCOMIStream, MSHTML and WebBrowser control Persistence Problem
Posted by Charles Law at 2/22/2004 5:08:39 PM
Sorry for the cross post, but I'm not sure who is best placed to answer this one. This is the most bizarre behaviour of MSHTML and streams. I have a WebBrowser control that contains nothing but some default HTML. I want to copy the document and modify it before saving it to disk. So, I cl...more >>

is there another product - other than Visual Studio .net
Posted by Sean Sankey at 2/22/2004 3:46:37 PM
I'm sure Visual Studio.net is a great product, but is there another product that's cheaper? I found Web Matrix for asp.net which is a free download and it works great. It would be nice if there is something like that available for VB.net without all the ASP stuff. I just want to use it to le...more >>

Download Corrupts File!!!!!!!!
Posted by scorpion53061 at 2/22/2004 2:41:49 PM
For several reasons I needed to download an access database off the internet in blocks instead of as a whole. However when using this code when I tried to open the access database it created it reports that the database format is unknown. Please help kind of desperate..... .. local = ...more >>



Addhandler & Collections
Posted by bdring at 2/22/2004 2:31:07 PM
I have a collection of objects. The objects gather data from separate sources. Once they get data they raise an event called GotData. I want the collection to raise an event whenever any of it's items raises an event. I have trimmed down the code to the relevent areas. I figure I have to add a ...more >>

Regular Expressions
Posted by genojoe at 2/22/2004 2:21:07 PM
I have a text file that contains records that may or may not have a line for every field. Here is an example where record #2 is missing the ADDRESS2 line NAME: JOHN SMIT ADDRESS1: 123 MAIN S ADDRESS2: APT STATE: O NAME: PAT DO ADDRESS1: 678 MARKET S STATE: C Below is a pattern that match...more >>

Using VB .NET 2003 project in VB .NET 2002
Posted by Howard Kaikow at 2/22/2004 2:20:00 PM
Some time ago, there was a posting that described how to modify VB .NET 2003 project files so the source could be used in VB.NET 2002. Involved changing version numbers for the framework in a few files. Any pointers to documentation on how to do this? -- http://www.standards.com/; See Ho...more >>

ListBox's first shown item
Posted by Zyrthofar Blackcloak at 2/22/2004 1:48:22 PM
Hi everyone I have a listbox with more items in it than is printed on screen. I need the index number of the first shown item to move another listbox to the same position... Explained differently, the two listboxes have the same number of items, and are linked and show the same portion to the s...more >>

COM interop q
Posted by Frank Rizzo at 2/22/2004 1:21:29 PM
I am using a .net library from VB6. So I do regasm mylib.dll /tlb:mylib.tlb to make it available to COM clients. As I understand, the command actually generates a new .TLB file everytime you run the command. So when I do REGASM, what actually gets registered: the DLL or the TLB? In add...more >>

Cloning an object
Posted by meh at 2/22/2004 11:32:09 AM
ya know I thought that if I added a new Tabpage and then assigned it to an existing tabpage that I would get a clone of the Tabpage......i.e. Dim tp As New TabPage() tp = TabPage1 Me.TabControl.TabPages.Add(tp) But this is not giving me the results I expected. Is the TabPage not an obje...more >>

HHTP file download:
Posted by Bryan Martin at 2/22/2004 11:29:26 AM
Ok im trying to figure out how internet explorers file download box always seem to at least come close to knowing the exact file size/time to download. From what I can tell its getting its not getting its info from the content-length. I know this because I can test query against a apache box th...more >>

HTML code for email
Posted by rlucas NO[at]SPAM programmer.net at 2/22/2004 11:19:17 AM
Okay, I'm forced to ask what is probably a stupid question. Using System.Web.Mail.Message and SMTPMail I can email messages--COOL! However, when I email an HTML file (loaded as a string using StreamReader) all of the codes are displayed not the formatted page. What code or Tag do I need to...more >>

Help part in a VB program
Posted by Kenneth at 2/22/2004 11:19:13 AM
Is there any exampel on the net on how to do a user help in a vb program. /Kenneth ...more >>

Programatically Add Tab with Controls
Posted by meh at 2/22/2004 8:37:44 AM
Could someone point to some samples or documentation that would help me create "on-the-fly" a tab (In an existing TabControl) with a treeview control on it... tia meh ...more >>

view Trace output OUTSIDE of the ide
Posted by Atara at 2/22/2004 6:55:34 AM
Can I view Trace output when launching a win forms application OUTSIDE of the ide? e.g. using switches in the configuration file? Must I declare a trace listener? Thanks Atara. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarde...more >>

Performance of SubString and IndexOf methods
Posted by John M at 2/22/2004 6:03:49 AM
Hi, I have a program that does alot of analysis on HTML files. The HTML files range from 300k - 1MB in size. My program processes the HTML using a SAX style approach. The program runs very slow taking several minutes to process a file. I profiled the program and discovered that approximately h...more >>

Thanks for the help....
Posted by DellaCroce at 2/22/2004 1:50:27 AM
Thanks for the quick replies!! I gather, however that BDE is not supported by .Net? -- Greg ...more >>

Homework help for If Then Else statements Could someone check my work?
Posted by Amy at 2/22/2004 12:14:23 AM
Hi, I have 6 If Then Else statements I was supposed to write. I did so but I know that they have to be wrong because they all look the same. Could someone take a look at them and point me in the right direction about what I am not doing correctly? 1.. Write an If Then Else statement that ...more >>


DevelopmentNow Blog