all groups > vb.net > january 2006 > threads for wednesday january 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 31
Farsi Font
Posted by Emrani at 1/18/2006 11:38:06 PM
when i write my code (by .net 2005), some labels in farsi that must be shown
in right to left manner, my pocket pc(MC50) shows them in left to right
manner and in addition it separates characters from each other.... more >>
Help
Posted by Dean at 1/18/2006 10:01:06 PM
hI,
How do I make a move in VB.net???
Thanx
Dean
... more >>
HElp
Posted by Dean at 1/18/2006 9:26:45 PM
How do I run a movie in VB.net??
... more >>
Copying one project to another
Posted by tshad at 1/18/2006 8:52:18 PM
I have an old version of VS 2002 and want to make a copy of my Visual Studio
project to another project with another name. In VS 2003, you can do it but
there is no copy project command in VS 2002 (at least I can't seem to find
it).
Is there a way to do it?
Thanks,
Tom
... more >>
Insert data in VB.Net
Posted by Pankaj at 1/18/2006 8:51:45 PM
Hi
i am inserting the data into database throught variables. On click
event of button m using this code:
Dim objCon As New OleDbConnection(CONNECTION)
Dim objCmd As New OleDbCommand(SQL, objCon)
SQL = "INSERT INTO linkinfo VALUES('" & Sno & "','" & Website & "','" &
Path & "')" & _
"('" &... more >>
Column Width for MSFlexGrid
Posted by Steven at 1/18/2006 7:12:42 PM
I develop the application which contains MSFlexGrid to display data. When I
try to fill the grid with the text data, I want to adjust the column width
so that the width is adjusted to the maximum pixel width of the column text
data. I have a function to measure the pixel width of the string da... more >>
Confusion: VB Express/VC Express/Sql Server Express Edition
Posted by msnews.microsoft.com at 1/18/2006 5:52:45 PM
Hello
Can any one tell me that if I buy Microsoft Visual Studio 2005 Professional
for dotnet, do I get following product
Visual Basic Express
Visual C# Express
Sql Server Express
Web Devlopment Express Edition
I know these tools are availabe for free download from microsoft.
What is t... more >>
DataGridBoolColumn - Greyed Out
Posted by NetRacer at 1/18/2006 4:13:23 PM
hi,
i have a DataGrid with a DataGridBoolColumn. The assigned Column is a
TinyInt and the values are only 0 or 1. I set these values to the
TrueValue und FalseValue Property, but the CheckBox doesn't show the
values but is greyed out.
what goes wrong here?
thanx a while
netracer... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can I do this on One line of code?
Posted by gregory_may at 1/18/2006 4:12:49 PM
Seems silly I need two lines of code for this. Any way to do it in one?
Dim DcArray() As DataColumn = {MyData.Tables(0).Columns("PhoneNumber")}
MyData.Tables(0).PrimaryKey = DcArray
... more >>
create user and add to admin group under local system
Posted by Philip Wagenaar at 1/18/2006 3:52:03 PM
Can a windows service running under the local system account create users
and add them to the administrators group?
When I try to do this and try to use process.start with the user created I
receive access denied.
When I change the windows service to and administrator account, I receive ... more >>
Run code under diffrent user
Posted by Philip Wagenaar at 1/18/2006 3:39:03 PM
I have some code that I want to run under another user. I know his password.
I want the vb.net code in my program to strart under under that user and not
start an external program.
This because the application will run as a windows service and I cannot
start an exe from a service that run... more >>
How to know if Windows Update is ON or OFF?
Posted by Lars Netzel at 1/18/2006 3:34:51 PM
Hi
Is it possible to get information on how the settings are set in windows
thru vb.net?
best regards
/Lars Netzel
... more >>
Calling Java class from VB.net
Posted by simon at 1/18/2006 3:15:10 PM
hello,
may have a need shortly to call a java class from a vb.net web app.
basically the java class would serve as an email creation/sending
function.
i realize this all could be done in .net, but i'm just curious as to
what needs to be set up to make a call such as this.
i realize you can cal... more >>
Trick to getting System.Web.Mail to work?
Posted by JackBlack at 1/18/2006 2:49:14 PM
Using VS.Net 2k3, 2.0 Framework installed...
So, I'm sitting here trying to do a very basic SMTP mailer, and I'm
struggling with getting either System.Web.Mail (1.1) to work, or
System.Net.Mail (2.0) to work. A note on one of the KB articles says that
System.Net.Mail is a 2.0 class, so ass... more >>
Typed DataSet
Posted by Jørn Jensen at 1/18/2006 2:14:19 PM
According to a Microsoft article a typed dataset is available through
intellisense and can be accessed like in this example:
TextBox1.Text = NorthwindDataSet.Customers(3).ContactName
I have created the Typed DataSet after microsoft recomandations and it's
available in the object browser, b... more >>
The free format?
Posted by kurt sune at 1/18/2006 12:44:14 PM
VB is supposed to have free format.
I have tried, most for fun, to write a property on ONE line.
I have not succeded.
Can you?
<Bindable(False), _
Description("Sets the CSS class of the button."), _
Category("CssClasses"), _
DefaultValue("")> _
Public Property CssClassButton(... more >>
How to know if Windows firewall is on or off?
Posted by Lars Netzel at 1/18/2006 11:56:38 AM
Hi
How do i (in vb.net) get the information if the windows firewall is turned
on or off?
best regards
/Lars
... more >>
Changing Number to Modem Connection?
Posted by Lars Netzel at 1/18/2006 11:42:30 AM
How do I (in vb.net) read the number for the default modem connection? is it
in the registry somewhere or saved in another way?
best regards
/Lars Netzel
... more >>
Cpmute values in Dataset Table??
Posted by jaawaad NO[at]SPAM gmail.com at 1/18/2006 9:07:14 AM
Does anyone know how i can compute values from dataset table before
assigning datagrid source to it???
My data table looks something like this.
DATE CAT STEP VALUE
---------------------------------------------------------------------------
01/16/2006 AAA1 5... more >>
Cpmute values in Dataset Table??
Posted by jaawaad NO[at]SPAM gmail.com at 1/18/2006 9:05:40 AM
Does anyone know how i can compute values from dataset table before
assigning datagrid source to it???
My data table looks something like this.
DATE CAT STEP VALUE
01/16/2006 AAA1 50 1
01/16/2006 AAA1 50 1
01/16/2006 AAA1 50 1
01/16/2006 AAA1 50 1
01/1... more >>
vb.net asp converting
Posted by marfi95 NO[at]SPAM yahoo.com at 1/18/2006 6:13:21 AM
Hello all,
I have an application that has been running great in production for
well over a year now. It is a Windows form app, has FTP connectivity,
Oracle DB connectivity, fairly complex form usage and logic, using
listviews, splitters, etc....
Now, I've been approached with being asked w... more >>
Output from process.start
Posted by Philip Wagenaar at 1/18/2006 4:55:02 AM
How can I get the output from a process.start.
Example:
Process.Start("c:\windows\system32\rp", PrintQueue & " " & filename,
Username, pass, ComputerName)
How do I get the output of this into a string?... more >>
Using control array run time with different control names
Posted by AB at 1/18/2006 3:21:11 AM
Hi All,
I would like to add controls that stored in DB dynamically, and I don't
know their names or their number. The names of the controls is
important therefore I can't create cmbArr(0), cmbArr(1),and so on. The
importance of the control array is because I need to use events such as
MouseDown... more >>
new features
Posted by guy at 1/18/2006 2:46:04 AM
this has probably been asked before but is there a site where we can post
suggestions for new vb9 features?
*guy*... more >>
Generate all possible maches from a regular expression.
Posted by mac.speed NO[at]SPAM hotmail.com at 1/18/2006 1:59:13 AM
Hi!
i have set of over 100+ regular expressions, instead of checking user
input against these regex i want to store all possible matches in a
database and search against them.
like if a regex is
"what is your (home|office|cell|mobile) phone number"
will match against
1. what is your home ph... more >>
Variable that holds the record count of a result set?
Posted by simon at 1/18/2006 12:23:44 AM
Hello
is there a variable that is available to me that contains the number
of rows contained in a dataset return from a database call?
have a class that runs a stored proc and returns a dataset/resultset
looking to simply assign an integer this value if it is possible
i'm using (learning) v... more >>
|