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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|