all groups > vb.net > may 2005 > threads for saturday may 28
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
Raising Events Handled by a COM Sink
Posted by Michael Tissington at 5/28/2005 8:39:41 PM
I have created a class with a number of methods and events as described in
the MSDN infor for handling events.
I am trying to use the attributes GuidAttribute and DispID. The problem that
I'm having is that when I try to use the tlb file the guid and dispid
attributes seem to have been igno... more >>
How to I make a program?
Posted by Daniel Kaseman at 5/28/2005 6:01:19 PM
Can someone help me make a program?
... more >>
Excel to string with quantity
Posted by nielsh at 5/28/2005 2:23:53 PM
Hello, I have a Excel document with multiple colums.
I want to use te data from 2 colums (filename & quantity).
First i want to know the quantity, because when the quantity is '3' i
want to make a string value with three times the same filename from the
same row.
### Examle, a row with the va... more >>
Creating a Framework Help
Posted by Microsoft News at 5/28/2005 1:04:34 PM
I am looking to create my own Framework, something that I can re-use and
build upon. Anyone out there have any suggestions for a good starting
point? Good books, web site, etc. to read and understand all of the issues?
Thanks
Clyde
... more >>
MDI OPen Child form from other child form
Posted by KentG at 5/28/2005 1:03:01 PM
I am using VB.NET and trying to open an MDI Child form from another MDI Child
form. Am using on the Child1 click event but the Child2 isn't opening:
Dim Child1 As New frmchild2
Dim mdi1 As New frmparent
mdi1.IsMdiContainer = True
Child1.MdiParent = mdi1
... more >>
datetimepicker dataset
Posted by Clamara at 5/28/2005 6:44:03 AM
When adding a new record from my form, I pre-set my DateTimePicker's value to
System.DateTime.Today
Since the "Today" value is used most of the time, the user doesn't need to
select a date from the DateTimePicker, since the default is shown. My problem
is, if the user does not choose a value... more >>
Macro in IDE
Posted by Francois Soucy at 5/28/2005 12:00:40 AM
Hi All,
I would like to know if it's possible to fire a event whenever I add
a new class file to my project? What I want is to automate the process of
adding some region and header comment to each new file that I add to my
project. It's possible? If yes can you give me a direction?
... more >>
Intellisense-Descritpion-Attributes
Posted by Michael Maercker at 5/28/2005 12:00:00 AM
Hi!
I know there's some way of using .Net's <Attributes> in my own code to set
method descriptions etc. that will be shown in Intellisense while
programming - or at least after compiling into a dll for example. I've
searched the net, but all I keep finding that somehow comes close is showing
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Local Database File in VS 2k5b2?
Posted by Günter Huber at 5/28/2005 12:00:00 AM
I got no choice for a Local Database File in VS 2k5b2 in the Data Source
Configuration Wizard.
I got VFP OLE DB driver installed...
?
G
... more >>
copy files animation in form?
Posted by Lars Netzel at 5/28/2005 12:00:00 AM
hi
How can I add the animation for "copying files" in my windows forms
application? I understand it's an AVi file but how do you handle it to start
animate and stop and hide and all? I tried putting it into a picture box but
that didn't work.
best regards
/Lars
... more >>
|