all groups > vb.net > september 2004 > threads for saturday september 18
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
Is it just me, or are events just Subs in disguise ??
Posted by Nicky Smith at 9/18/2004 11:35:48 PM
Hello,
I'm studying a book on VB.net Win apps, and I'm reading a section on
events and delegates and raising events.
Is it just me, or is this not just subs dressed up as something else?
I mean, for one, delegates point to subs, so when you call a delegate,
why not just call the sub diere... more >>
using SqlDmo object
Posted by shachar at 9/18/2004 10:10:04 PM
hi all.
can i use the SqlDmo object in vb.net?
how can i reference it?
tanks.... more >>
Help with events
Posted by Deadly_M at 9/18/2004 9:45:12 PM
Hi folks,
Ive asked this question before on this newsgroup but at the time nobody knew
the answer so hopefully somebody else will see this post this time around.
Id like to catch an event in my VB.NET code
the particular event im interested in is programs loading or starting , i
don't neces... more >>
. Closeing Child Windows Help Needed .
Posted by tempaccforweb NO[at]SPAM hotmail-dot-com.no-spam.invalid at 9/18/2004 9:01:51 PM
i am useing VB.NET, and am working in a windows form.
my form interacts with Internet Explorer, and i would like only the
main IE window to be open.
i know how to terminate a process, but how can i close child windows
that IE produces? such as message boxes, security warnings, popups,
and... more >>
Web App Host server issue(s)
Posted by Grumpy Aero Guy at 9/18/2004 8:05:30 PM
I would like to play with web projects via VB.Net
I have a web site, hosted by my ISP, where a FP2003 site resides right now
( I wrote it).
I would LIKE to use that site as a test portal for the project(s). .net
comes back and complains when I put that site in the new project window as a
de... more >>
File handle
Posted by Stanley at 9/18/2004 7:36:05 PM
I add some JPG files to a imagelist control and bind the imagelist to a
listview control.
This will list out all JPG files in the listview control.
Then I add a "Delete" button for deleting the JPG files.
In the click event of the "Delete" button, I remove the selecteditem from
the listview con... more >>
Not a valid calendar for the given culture?
Posted by Daniel Friend at 9/18/2004 4:43:29 PM
I have a program that worked before and now is giving me errors. Can
somebody tell me why
lblTime.text=microsoft.visualbasic.format(timeofday,"hh:mm tt")
Error Message "Not a valid calendar for the given culture."
This worked for months and now is acting up.
Thanks,
Dan Friend
... more >>
Data Source Binding
Posted by CJ Taylor at 9/18/2004 3:00:51 PM
Alright,
Lets try this. ASP.NET 2.0. How do you bind a label control to a data
source. Perhaps this is a really retarded question but I can't seem to
figure it out.
Thanks,
CJ
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Checked listbox
Posted by Nathan at 9/18/2004 2:07:47 PM
How do you set an checked listbox item to be checked using code? Can't seem
to find a method for doing that.
... more >>
Adding component to toolbox
Posted by Amin Sobati at 9/18/2004 11:49:43 AM
Hi,
I have added a component class that inherits System.windows.Forms.TextBox.
This component is in the same project as my windows application
(executable).
I could instantiate it and add to form's controls collection but I want to
know that if it is possible to add it to the toolbox like if th... more >>
Error accessing mscorlib.dll
Posted by Alonso at 9/18/2004 11:45:02 AM
Hola amigos,
Me he creado una biblioteca de clases y dentro una clase (Class1)
que hereda de System.EnterpriseServices.ServicedComponent.
En la clase he creado una función de tipo System.Guid y
en el return le pongo: ContextUtil.ContexId.
En la misma solución me he creado otro proyecto
... more >>
Problems with a richtext box and filling it with RTF data from SQL.
Posted by JC - home at 9/18/2004 7:22:57 AM
Hello..
I've been having some problems for a little while with this which I was
sure I would beat...hmmm.
Anyway, I have a form with two rich textboxes. One at the top which is
to display a concatenated summary, and one at the botton for making a
new entry.
When items are added in from t... more >>
Timer Control - No Longer Asynchronous?
Posted by David at 9/18/2004 1:39:13 AM
Hi There!
I'm using Timer control to record how long my application perform certain
tasks.
However, apparently Timer control is not doing its' job (i.e. Not firing
Tick event) while my application is busy. So even if my application took 2
mins, the label that is used to show the number of s... more >>
Valid object reference ?
Posted by Friskusen at 9/18/2004 12:56:28 AM
Hello VB.net programmers !
I'm just trying to understand what happens with an object which is
initialised
over and over again.
The code fragment below illustrates my problem. This code is simply a tcp
listener
which creates a new client object and starts a new thread inside that
objec... more >>
load dll files dymically
Posted by amarjk NO[at]SPAM nortelnetworks.com at 9/18/2004 12:47:02 AM
I a making one application in VB.NET. I want to add the reference of
DLL which is placed in different folder
at run time.
How will i add the reference or use the dll at runtime to get the
methods of the dll.
I mean if I can use the classes contained into dll files without
indicate a reference... more >>
|