all groups > vb.net > february 2005 > threads for sunday february 20
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
avialable memory 64 bit vb.net
Posted by Richard Kane at 2/20/2005 10:33:49 PM
How can I maxamize the amount of memory available for arrays running on an
Itanium server with 64 GB of RAM?
... more >>
VB.NET Generated Insert Procedure
Posted by Bruce A. Julseth at 2/20/2005 10:06:03 PM
A couple of questions about a Generated Insert Procedure.
1. Why is there a "SELECT " statement after the insert?
2. This SELECT statement has "WHERE (PrimaryKey = @@IDENTITY)". I "assume"
that @@IDENTITY represents the newly generated "primary key" for the record
that was inserted. Is that ... more >>
Binding to a User Written Control
Posted by Bruce A. Julseth at 2/20/2005 9:51:35 PM
I have User written control with two TextBoxes, one DateTimePicker, and one
ComboBox. I am currently loading the items manually from a DataSet, using
public properties I have set up.
Can I set up the control so that I can bind the data to them?
Thank you...
Bruce
... more >>
Arraylist Question
Posted by Roshawn Dawson at 2/20/2005 9:26:28 PM
Hi,
I have an arraylist that contains unknown object types. How would I go
about creating a new string with only the values in the string objects
contained within the arraylist?
Thx... more >>
Data Source being cleared upon loading IDE
Posted by David at 2/20/2005 7:28:26 PM
I am having a problem with a Datasource connection being broken each time I
start the IDE in VB.NET 2003.
I have a database with 4 tables. On the form are 4 listboxes with each of
their data source properties set to one of the 4 tables and the required
field selected in each display member.
... more >>
how to format datetime in dropdownlist control
Posted by oscar at 2/20/2005 6:47:04 PM
Hi expart,
I have facing the problem of formatting the datetime in Dropdownlist.
I am using Data Reader to retrive the date data from Sql2000 server
and bind to DropDownList Control.
The default format showing in the DropDownList is "MM/dd/yyyy".
I want to change the format to "dd/MM/yyyy".
T... more >>
Should I use the Data Form Wizard?
Posted by AndrwChau at 2/20/2005 6:43:04 PM
I just want to know how many user are use the Data Form wizard to generate
the input form. Is most of programmer use the wizard to generate the input
form or they are create one by themself.
Is there any third party form wizard on the market?
--
Andrew... more >>
Problem on Form wizard
Posted by AndrwChau at 2/20/2005 6:37:06 PM
I had generate a Data entry form from Form Wizrad. It is connect to the SQL
sever Database, I found that for some table the Form Wizrad will generate the
code inculde the update command, but some table it don't. Do I set the
setting incorrect?
Pls help
Thank you
--
Andrew... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Classes vs. Structures (Object reference not set to an instance of an object)
Posted by eBob.com at 2/20/2005 5:24:15 PM
I am trying to change some Structures to Classes. The Classes now
look like this ...
Public Class OneAttr
Public AttrName As String
Public Column As String
Public Caption As String
End Class
Public Class OneTable
Public ObjectName As String
Public TableName As Strin... more >>
Email Encoding
Posted by C CORDON at 2/20/2005 5:17:27 PM
I am sending an email with .NET the body is html, what do I have to do or
what enconding do i have to use so that is displays spanis characters
(í,ó,ñ, etc.) ?
Thanks
... more >>
Check group member ship or a user
Posted by Sameh Ahmed at 2/20/2005 1:20:13 PM
Hello there
Is there a way through dotNet to check if a certain user is a member of a
specific group?
I use ADSI to get the memberships of the user then compare them to the group
I want to check, but this way the user has to be a member of this group
directly and if he is a member of a group... more >>
Binary Reader &*($%^%$ !!!
Posted by james at 2/20/2005 12:09:26 PM
My head is about to explode!! I am trying to read the header of a Dataflex file and for whatever reason, using Binary Reader, I
am getting some strange results. Here is some code:
Private Sub btnOpen_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOpen.Click
Dim... more >>
DataGrid-DatagridTextBoxColumn-TextBox
Posted by Shashi Kumar at 2/20/2005 11:43:55 AM
I was successful in customizing DatagridTextBox Column like formatting,adding font etc., but now i need to add multiline,wordwrap to TextBox in the DatagridTextBoxColumn,
advance thanx for any kind of help
bye
kskb... more >>
Controls : Auto Centering on the Form
Posted by Sindbaad at 2/20/2005 10:57:03 AM
Hi All,
I am using couple of controls on the form.
I want the controls to be in the center of the form when I change the size
of the form in run time.
Any thoughts.
Thanks in Advance.
Rgds,
Sindbaad... more >>
Dll path...
Posted by VJ at 2/20/2005 8:49:07 AM
At run time I want my Executable to look for certain shared DLLs between our
products at a speicfic path. How do I get this accomplished?
Thanks
VJ
... more >>
Configuration file
Posted by zoneal NO[at]SPAM yahoo.com at 2/20/2005 6:29:06 AM
I need some help with a configuration file. I need to know how to make
a key in a configuration file and change the value from a textbox or a
checkbox.
Please help!
... more >>
|