all groups > vb.net > december 2004 > threads for saturday december 11
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
Deployment & Update application question
Posted by Agnes at 12/11/2004 11:54:16 PM
I can deploy my application as well, and I can install / setup in client PC
However, If there is some modification in my application, How should I
update the version in client's PC ?
Someone said, I should use COM server ? but some said I can use smart client
program to update ???
Does anyone... more >>
Msgbox vs Messagebox
Posted by Richard at 12/11/2004 10:47:31 PM
Hi,
Both does the same thing(atleast for me).
Which is preffered to use in vb.net and why.
RC
... more >>
VB.net and directX
Posted by john andrew at 12/11/2004 10:05:07 PM
--
hello
is their much difference in using directx8 compared to directx9 in graphics
programming or gaming.?
I cant find this information on this website... more >>
Group Policies
Posted by Mayur Tendulkar at 12/11/2004 10:03:02 PM
Hi All,
How Can I Take Advantage of VB to Change Various Settings that fund in Group
Policy Editor?
Newbie here.
Mayur... more >>
vb and openGL
Posted by john andrew at 12/11/2004 10:03:01 PM
--
hello
does VB.net or vb6 support OpenGL?
thanks... more >>
Load image from database
Posted by Beruang at 12/11/2004 9:05:55 PM
Hi,
How to load image from database MS SQL Server into
PictureBox if I have Table called Student(StudID, Name,
StudImage)
StudImage data types is Image.
Thanks... more >>
Transferring Information from One Program to another
Posted by Atley at 12/11/2004 8:32:10 PM
Is there any way to transfer information (User Name, ID) from a program that
logs users into a system to other programs?
... more >>
Checking if a user is a member of group from a service
Posted by Jm at 12/11/2004 8:08:58 PM
Hi all
Im currently converting a windows service from vb6 to vb.net and im unsure
about how to use the new directory services interface. Under vb6 i would add
a reference to the directory services and basically put
dim usr as iadsuser
dim grp as iadsgroup
Which obviouslly you cant do. S... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Encrypting a string
Posted by Bob Hollness at 12/11/2004 6:30:32 PM
OK, this has me pulling my hair out. All I want to do is encrypt/decrypt
strings. They may be up to 400 characters in length though.
So, I assume System.Security.Cryptography is the one to use.
All the examples I have found are driving me nuts. They are either way too
long for something... more >>
VB.Net 2003 Won't Debug on a Laptop
Posted by Mark Phillipson at 12/11/2004 6:30:08 PM
Hi,
When I run VB.Net at work while connect to our LAN then everthing works OK.
But when I run VB.Net at home on a VAIO and run a project by selecting
Debug>Start the whole IDE freezes up. If I select Start Without Debugging
then every thing is OK.
I have tried disabling my firewall an... more >>
Forms and vb.net
Posted by Cave at 12/11/2004 5:43:05 PM
Hi
I am just starting to learn visual basic .net and I have a really simple
question.
In vb6, when I wanted to unload one form and show another, I would just type
form2.show
unload form1
In vb.net, How do you show one form and close the original?
I have tried
Dim form2 as new form2
... more >>
Convert VB.Net to C# Question
Posted by Bruno Rodrigues at 12/11/2004 2:17:03 PM
Hi!
How can I convert the code below (VB.Net) to C#?
Dim c As New ArrayList
Return CType(c.ToArray(GetType(HistoryInfo)), HistoryInfo())
Where "HistoryInfo" is a common class.
Thanks,
Bruno.... more >>
Beginner: Parse? Need to process currency input.
Posted by Josh at 12/11/2004 1:02:43 PM
I am writing a program where the user inputs currency in US dollars. I want
the program to only accept valid currency input, converting the string into
the proper type of variable (double?), and to make sure there are no illegal
characters entered so that it doesn't make an error. I basically w... more >>
Templates
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/11/2004 11:13:29 AM
Does anyone have any good references for writing
templates?... more >>
Sql question, control question
Posted by Rob Willaar at 12/11/2004 9:05:52 AM
Hi all,
I like to increment a number field in a database and return this value at
the same time. Can this be done with sql?
Can i get the Name of a menu object when i click on it.
tnx for any help
... more >>
Writing wizards...
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/11/2004 8:27:08 AM
I want to write a wizard. Does anyone have any good
examples that I can look at?
Thanks,
Tom... more >>
Inserting Check mark into RichTexBox
Posted by Al at 12/11/2004 6:55:03 AM
Hello,
Sorry for the silly question: How do I insert Check Mark into RichTextBox? I
can’t find the ascii code for it.
Thanks
Alex... more >>
Updating VB.NET Program (exe)
Posted by Sarah at 12/11/2004 4:27:34 AM
Hello, I would I go about letting my Windows VB.NET program connect to a
webserver and update itself if there is a new version of the exe? Sample
code would really be appreciated!
Thanks.
... more >>
dragon voice recognisation system
Posted by krishna at 12/11/2004 3:22:00 AM
Hi,
It is request u to reply soon if possible
Is there any free Dragon Voice Recognisation System
if it is there please give me the details.
Krishna... more >>
Can't INHERIT another usercontrol.....
Posted by Jim Hubbard at 12/11/2004 1:46:26 AM
I have created a simple usercontrol that adds functionality to the
webbrowser control (let's call it ctrl1). I would like to add it to another
usercontrol I am creating (let's call it ctrl2), but I can't INHERIT ctrl1
into ctrl2 because I can only use a single INHERITS statement in a class an... more >>
|