Groups | Blog | Home


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 > january 2007 > threads for monday january 1

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 30 31

socket.EndAccept(ar) is Exclusive....any way to change?
Posted by iwdu15 at 1/1/2007 9:36:00 PM
Hi, im making an AIM like server using TCP sockets, however i found a big issue. when a socket is connected to (socket.EndAccept(ar)), its already bound to a Port. since its bound, i cannot change its access to non exclusive, but i need this port to still be open because i may need another s...more >>


Convert VBA dll function call
Posted by Terry at 1/1/2007 9:25:34 PM
How would I convert the following please; Regards Public Declare Function swe_calc Lib "swedll32.dll" Alias "_swe_calc@24" ( _ ByVal tjd As Double, _ ByVal ipl As Long, _ ByVal iflag As Long, _ ByRef x As Double, _ ByVal serr As String _ ...more >>

Why isn't form centering in parent?
Posted by Bruce at 1/1/2007 8:07:59 PM
I have the StartPosition property set to CenterParent for GarXfaceUI.TransferStatus. The button below is on another form. Why isn't GarXfaceUI.TransferStatus being centered in the parent? Private Sub RxWaypoints_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.Event...more >>

connectivity to Oracle
Posted by rahul at 1/1/2007 6:39:03 PM
Hello every1 Can any1 tell me that What are teh various methods by which we can connect our database in sql to our project's front end which is in VB ?? I wanna know the pros and cons of various types of Connectivities? ...more >>

best collection for collection of users
Posted by iwdu15 at 1/1/2007 6:21:26 PM
Hi, im creating an application that will keep track of what users are logged into a network at a given time. all users must sign ingo this network first, so whenever a user is logged on, i will be notified. I am wondering on what the best collection will be. the number of users will vary (this...more >>

plugin manager
Posted by iwdu15 at 1/1/2007 6:03:00 PM
hi, im creating an application that will be able to use plugins. However, i have never built an application that uses plugins, so i have no idea where to start. I have done a couple google searches but they havent turned up any definative pages that can helps. Can someone point me along the ri...more >>

DDE Links
Posted by Jesse Aufiero at 1/1/2007 1:50:36 PM
I use a financial system that provides data via DDE links. I'm currently using the links in Excel but I'd like to pull these links into a vb.net 2003 application so that I can do some more advanced calculations on the resulting data. Can DDE links be integrated into my .net application? Is ...more >>

ListBox not working?!
Posted by MrQuan at 1/1/2007 1:37:03 PM
I must say, I'm completly stumped at what should be a very simple sub... It's purpose is to fill a ListBox with filenames from the path specified. I know Files() receives the filenames, however the ListBox doesn't do anything!! No items appear, I've tried everything. No exceptions arise, n...more >>



Upgrade from
Posted by Tosco at 1/1/2007 12:10:54 PM
I need to upgrade from vb6 to vb2005 an application that uses a WebBrowser control and some api to do this: Dim PageText As String Sub Main WebBrowser.Navigate URL End Sub Sub WebBrowser_DocumentComplete Dim HtmlDoc As IHTMLDocument2 HtmlDoc = WebBrowser.Document PageText = HtmlDo...more >>

problem
Posted by jupiter at 1/1/2007 10:52:07 AM
hi friends, I am anil. I have begining level experience of c++ so I need ur advice. I have a problem for all think tanks in the group. what i want is 1. Access a web page (html) say ebay's page for particular item (I need to access different pages for several items approx. 1500) 2. Save tha...more >>

Image Modofication
Posted by Samuel Shulman at 1/1/2007 7:11:37 AM
Hi everyone, I would like to implement the following functionality Program to read image file, add a layer on top (partially transparent), then save the images with these changes How can that be achieved? Thank you, Samuel ...more >>


DevelopmentNow Blog