all groups > vb.net > april 2004 > threads for saturday april 10
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
How to abort a thread while close the form?
Posted by yxq at 4/10/2004 7:25:12 PM
Hello
There is a thread in my form, when user click the Close button on form, i
want to abort the thread, then close the form, but my code seem not to work.
Private Sub frm_Closing(ByVal sender As Object, ByVal e As
System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
'... more >>
Recommend a magazine about .NET as professional as FoxProAdvisor or even more!
Posted by Hamed at 4/10/2004 7:04:41 PM
Hello
I have programmed in Visual FoxPro for several years. One of my best friends
in these years is FoxPro Advisor magazine. It has made me up-to-date and
informed about the latest news of FoxPro as well as its latest technology.
Now there is about a year that our company is added VS.NET as a n... more >>
Recommend a magazine about .NET as professional as FoxProAdvisor or even more!
Posted by Hamed at 4/10/2004 7:04:26 PM
Hello
I have programmed in Visual FoxPro for several years. One of my best friends
in these years is FoxPro Advisor magazine. It has made me up-to-date and
informed about the latest news of FoxPro as well as its latest technology.
Now there is about a year that our company is added VS.NET as a n... more >>
listview question
Posted by WStoreyII at 4/10/2004 5:57:20 PM
whenever i add an item to the listview it adds it to the first column.
how do i populate the other columns ?
WStoreyII
... more >>
Visual Basic internal compiler error
Posted by dusan_jan NO[at]SPAM hotmail.com at 4/10/2004 4:17:27 PM
I get the following message when compiling or by background compile:
Visual Basic .NET compiler is unable to recover from the following
error: System Error &Hc0000005& (Visual Basic internal compiler error)
Save your work and restart Visual Studio .NET.
I have browsed for this issue and ther... more >>
Help with Inheritance
Posted by D Miller at 4/10/2004 3:53:20 PM
This may be a basic question, but it sure has me stumpted..
I have two classes, Class1 and Class2. Class 2 inherits class one. Each
class has some varibles that need to be reset from time to time, so I have
created a method call "Clear" that does that. So my question is when using
"Clea... more >>
how to cancel a thread that is in threadpool
Posted by Anon at 4/10/2004 3:46:02 PM
Hi
I would like to cancel or abort the execution of a thread that has been added to the queue of the threadpool. It seems that once it has been added, I don't have any access or control over it. Any help is appreciated
Regards
A... more >>
DirectPlay 9 and VB.Net
Posted by Chris Smith at 4/10/2004 1:49:19 PM
Experienced posters,
Seems that the directx.networking newsgroup isn't very active, so forgive me
for asking my question in this group.
But anyone have any good example code or a good website for using DirectPlay
9 (DX9SDK) with vb.net. I have downloaded the sdk, and all the docs are for
c#... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
byval still allows changes to be made
Posted by Richard at 4/10/2004 12:54:32 PM
Hi,
I am passing a structure to a subroutine where the passed parameter has been
declared as ByVal.
However, changes made to the passed variable inside the subroutine flow
through to the actual variable that has been passed over, even though with
ByVal this should not happen.
Has anybo... more >>
Updating table in code
Posted by Gary at 4/10/2004 7:49:40 AM
I have been trying to update a record that I edited and can't seem to figure
out what I'm missing. Here is the code that I have to load the record on
the form:
'
****************************************************************************
*****************
Private Sub ContactMain_Load(ByVal... more >>
Datagrid
Posted by Nathan at 4/10/2004 7:08:12 AM
Hi,
I would like to create a datagrid that works something like Outlook and
Outlook Express, where the entire row can be selected--but not edited--by
clicking anywhere on it. Any hints on how to do this?
Thanks,
Nathan
... more >>
How do you get selected date form MonthCalendar control?
Posted by Lisa Jones at 4/10/2004 7:01:08 AM
Hi
Can someone tell me How do you get selected date form MonthCalendar control
Thanks so muc
Lisa... more >>
How to set a timeout
Posted by stiantf NO[at]SPAM online.no at 4/10/2004 6:24:30 AM
I have a windows application that is using a webservice to get some
information used in the program. However, when I use the program
behind a firewall, the program just hangs there, trying to access this
webservice all the time, without reaching it. How can i set a timeout
in my program that can... more >>
VB.NET Timer and Thread question
Posted by Vincent at 4/10/2004 6:14:33 AM
Hi,
I was trying to do something in a Thread that starts by a
timer. I turn off the timer at the begining of the thread
incase it fires again when the thread is still running. Then
turn on the timer again before the thread finishes. To my
surprise, the timer never come alive again once it... more >>
LDAP for logon
Posted by Brad at 4/10/2004 5:36:02 AM
Hello All
I am trying to write a vb.net windows application, this application will have a logon that I want to "tie" to the Active Directory that is running on the network. Where do I look to get started integrating with LDAP. Is it easy to program the Logon feature? Is there some sample code out ... more >>
add a combo box to a treeview control
Posted by WStoreyII at 4/10/2004 5:04:38 AM
how can you put a combobox in a treeview control?
ie right in the node itself?
WStoreyII
... more >>
vb.net/sql server speed issue
Posted by Chandler Dickinson at 4/10/2004 4:04:06 AM
I have a vb.net application running with sql server...
All calls to the database are hit and drop.... i keep no
connections open.... there are two timers in the
application that hit the database to check for new/changed
information (small hits)... here is the problem...
this one has be w... more >>
|