all groups > vb.net > march 2004 > threads for sunday march 7
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
Office 2003 tool icons
Posted by Merlin at 3/7/2004 9:19:38 PM
Hi,
I'm creating an interface that looks exactly like Office 2003, it would be
cool if I could use the same toolbar icons, i.e. save, open, print e.t.c -
does anyone know where I might obtain these little fellows.
Thanks.
Merlin
... more >>
Licensing
Posted by Wayne P. at 3/7/2004 8:57:28 PM
I posted this in the WindowsForms.com fourms and received no response.
Hopefully someone here can direct me....
I am writing a windows forms application and I want to use the built in
licensing model that ships with .Net. To my understanding, I can do this
because even the windows forms are ju... more >>
VB.net Question
Posted by Alan at 3/7/2004 8:53:57 PM
dear all,
I saw a program using VB.NET can auto-startup/ execute after logon the
Windows. However, the program is not run as the startup menu?
what function can vb.net detect the logon progressing so as to auto-run?
Thanks
... more >>
datetime format
Posted by Esref Durna at 3/7/2004 7:14:15 PM
my sql server have this datetime format ( yyyy-mm-dd )
how could i change it to dd.mm.yyyy format
or what should i do?
thanks
... more >>
'For...each' form loop problem
Posted by JhnGC NO[at]SPAM hotmail.com at 3/7/2004 5:21:24 PM
Any help would be greatly appreciated.
I'm trying to loop through my child forms.I've seen the "for...each" loop to do this
somewhere but can't find it now. I'm thinking storing the form names in an arraylist maybe?
For each form(not right) in System.Windows.Forms.Form(not right)
Thank You!
... more >>
how to insert record using dataset?
Posted by jaYPee at 3/7/2004 3:04:11 PM
i'm wondering how can i insert record into my sql server 2000. i have
already created a connection to my sql server 2000 using the wizard. i
added 4 sqldataadapter and 1 dataset. because i am an expert in ms
access i created this first in access and i have done this in a couple
of minutes. i hav... more >>
how do you print RTF
Posted by SamSpade at 3/7/2004 3:01:14 PM
I have a RichTextBox and I want to print the contents.
I have some code that I downloaded but it requires a Font and uses
Drawstring.
Doesn't sound right since RTF could contain many different fonts as well as
images.
Any idea how to print the contents of a general RichTextBox??
Do I n... more >>
automate outlook with vb.net
Posted by afsheen at 3/7/2004 2:37:02 PM
Hi
iam trying to write a dll in vb.net which automatically traps an incoming
email from outook and reads and parses the message. After doing that it
takes some information from the message and populates the sql server
database.this dll should work for a generic mapi setting and code should be
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problems when canceling OnClosing
Posted by Lance at 3/7/2004 1:56:06 PM
I want to prevent a form from closing when the user clicks the form's Close button in the form's ControlBox (i.e., the button with the "X" in the upper-right corner of the form). Instead, I just want to hide the form. My idea is to do something like the following
Protected Overrides Sub OnClos... more >>
Window re-show
Posted by yxq at 3/7/2004 1:47:15 PM
I use "Me.Hide" to hide a window, then show a icon in notify, in icon
double-click event, use "Me.Show", but the window only shown on Taskbar, but
not shown on desktop, i try
Me.Show
Me.Activate()
Me.Focus()
but it does not work, how to do?
Thanks
... more >>
Mouse Move
Posted by Peter at 3/7/2004 12:58:25 PM
Hello.
I'v got one problem.
On formular I have 2 Picturebox.
I write this code:
Private Sub PictureBox1_MouseDown(ByVal sender As Object, ByVal e As
System.Windows.Forms.MouseEventArgs) Handles PictureBox1.MouseDown
PictureBox1.BackColor = System.Drawing.Color.Cyan
End Sub
Private Su... more >>
Regular Expressions
Posted by Mark at 3/7/2004 11:44:37 AM
Hello all,
I am looking for a regular expression for an email address. IE when a
user types in there email address I need to validate it to make sure it has
a @ and a host ie mydomain.com
Can anyone Help?
Thank you
Mark
... more >>
Regular Expressions
Posted by Mark at 3/7/2004 11:18:21 AM
Hello all,
I am looking for a regular expression for an email address. IE when a
user types in there email address I need to validate it to make sure it has
a @ and a host ie mydomain.com
Can anyone Help?
Thank you
Mark
... more >>
What is UserControl.Text??
Posted by SamSpade at 3/7/2004 10:45:22 AM
This more out of curiosity than need.
The Object Browser shows a property Text for UserControl.
But if I look in the property window for a UserControl Text is not there
(How come??).
I understand that if a class inherits from Usercontrol and overrides Text,
Text will have the new meaning.... more >>
Public question - how to make app more quality
Posted by Vojislav at 3/7/2004 10:01:06 AM
How to make APP with more quality - you know THE PROBLEM when some pipl eneter letters in combobox where he shold put number. i know for validation rules ... but is there any free on line book or some thing witch guide you as a programer to chack all most common error problems
thanks in advanc
... more >>
primary key problem !!! what to do?
Posted by Voya at 3/7/2004 9:56:07 AM
i made VB.NET/Access application , app is working on network ok but i have one problem, i made system in witch i use primary key (autonumber) as starting point for dokument i use in app, but problem starts when i have two pipl (two computers) and they access database in same time , then they have sa... more >>
Newbie Question - Date Difference
Posted by John Espinosa at 3/7/2004 5:11:19 AM
I am in need to figure out of dateA - dateB = aNumber
Is there a method in the .Net Framework that will do this for me?
I have changed the dates in a text box to the date type using CDate method
I appreciate the help.
John... more >>
Select Node in TreeView with MouseButtons.Right ...
Posted by Joerg Trumpfheller at 3/7/2004 12:24:08 AM
Hey people,
how can I select a treenode with the MouseButtons.Right event if there is no
contextmenu?
I build up a treeview with 3 levels. Only if the second level is selected,
there should be a contextmenu.
This works without problems. In between this level I can select the next
node with... more >>
|