all groups > vb.net > june 2007 > threads for wednesday june 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 29 30
Deleting and creating controls via code
Posted by John at 6/20/2007 7:34:07 PM
Hi
Is it possible to enumerate all controls on a form and then save the info in
an xml file via code? Is it possible to reverse the process i.e. read info
from and xml and recreate all controls on a blank form? I am just trying to
find a way to cerate "templates" so users can choose which cont... more >>
What can I use to semi grey out an entire appication.
Posted by at 6/20/2007 7:22:30 PM
I have a textbox popup I want to display to my users. When it pops up
i want everything else (entire application) to look like it has been
semi greyed out. If labels had opacity levels that would be great
because I'd just set it to a color of grey and change it opacity to
50% which would show th... more >>
Bulk data transfer from csv file to Pervasive SQL (using .net framework 1.1)
Posted by 01423481d NO[at]SPAM gmail.com at 6/20/2007 7:12:10 PM
Hi All
I have created an interface to insert 70000 records from a csv file to
the Pervasive database one by one using ordinary sql statement, but
the performance is not satisfactory (it takes about 2 hrs to complete
the job). I just wonder if someone has experience on such case and can
share ... more >>
Listview column textadjustment
Posted by Johnny Jörgensen at 6/20/2007 5:16:05 PM
The listview control's column items contain a property called TextAlign
which apparently can be either Left, Right or Center. But if you choose
anything but Left (default) the property value is immediately reset.
Does anybody know why?
I would like all my items' texts (in details view) to ... more >>
Sending info to a remote application
Posted by Robert Dufour at 6/20/2007 5:09:17 PM
Requirements are as follows.
1- There is a server application running named srvrApp. When an event occurs
in the srvrAPP on the server, say InfoRcvd occurs, it must send information
to a Winform application CltApp, that should be running on a remote machine,
and CltApp must be able to return ... more >>
Controlling Textbox Scrollbars with a text find operation
Posted by plonk at 6/20/2007 4:34:20 PM
Hi
I have a teeny problem that I cannot solve.
I load HTML Source into a textbox and have a "find' button that
searches through the text using the Instr Function, and highlights the
result using the Selectionlength and Selectionstart properties.
This is working perfectly, however if the s... more >>
DataTable properties and methods
Posted by tshad at 6/20/2007 2:24:06 PM
s there a good primer on DataTables out there?
Mainly I am looking for an article that lists the properties and methods
(with examples) on the different properties you can use with a DataTable.
For example:
Rows
Rows.Count
Clone
CopyTo
NewRow
Columns.Count
ColumnName
Clear()
Rows.Cle... more >>
Source for good icons
Posted by sh at 6/20/2007 1:24:25 PM
Does anyone have a favorite source for icons that go well with the
various VB controls.
I'm looking for business oriented icons.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.AddHours doesn't work!
Posted by Bill Nguyen at 6/20/2007 11:31:27 AM
What Am I missing?
Please help!!!
Thanks
Bill
---------
dim mEffDateTime as DateTime
mEffDateTime = Now
mEffDateTime.AddHours(-5)
MsgBox(mEffDateTime.ToString)
... more >>
need help on project reference
Posted by GS at 6/20/2007 11:10:03 AM
I think I got corruption in the project reference
a dataset vb file dated Oct last year suddenly show up with syntax error
Global.DataNavigator.My.MySettings.Default.
Error 4 'DataNavigator' is not a member of '<Default>'.......
all the associated .vb, xsc, xsd, xss for the dataset in ... more >>
Foxpro database connectivity Urgent Help please
Posted by smtwtfs007 NO[at]SPAM gmail.com at 6/20/2007 10:59:55 AM
I have an ASP.NET website.
I'm trying to connect to a Foxpro database (ADO.NET) with the
following
connect string:
txtConnectionStr.Text = "\\soya4042\Qd\LM\LMS\Data"
Dim strFoxProDirectory As String = txtConnectionStr.Text
Dim strConnection As String = "User ID=;DSN=... more >>
OnPaint Not Getting Called on Invalidate()
Posted by at 6/20/2007 8:12:03 AM
I'm trying to create "rubber-band" rectangles by overriding the
OnPaint method to place rectangles on top of all graphic controls, but
when I call Me.Invalidate() (when the user moves the mouse), OnPaint
is not getting called... Here is the relevent code:
I'm trying to create a "rubber band" r... more >>
Newbie Simple Quick Question
Posted by Mo at 6/20/2007 7:37:06 AM
Hi,
I am working on an old ASP project and I need to make some changes to
it. the project files I have can not be opened with VB 2005 Express
edition. There are 3 sets of files in the project
*.vbp I assume this is the VB Project file
*.cls I assume these are the class files
Conn.bas it ha... more >>
Junk characters when using StreamReader and StreamWriter
Posted by Rob at 6/20/2007 6:46:38 AM
Hi,
I have a VB.Net application that parses an HTML file. This file was an
MS Word document that was saved as web page.
My application removes all unnecessary code generated by MS Word and
does some custom formatting needed by my client.
I use a StreamReader to read in the file...regular ex... more >>
Set Printer
Posted by Luis Mendes at 6/20/2007 4:08:00 AM
Dear Sirs,
How can I set the printer that my application will use without user
intervention?
Thanks in advance,
Luis Mendes... more >>
VB 2005, immediate window
Posted by Armin Zingler at 6/20/2007 12:00:00 AM
Hi,
I feel fooled.. In the immediate window, if I enter
? DateTime.Now.Kind
I get "Unspecified {0}". The result - I expected "local" - lead to some time
consuming deliberations. Today, I execute
MsgBox(DateTime.Now.Kind)
MsgBox(DateTime.Now.Kind.ToString)
as part of... more >>
Stored Procedures in .NET
Posted by sonyasam at 6/20/2007 12:00:00 AM
hi everyone:
Do anyone know how to create stored procudure of sql server in
vb.net IDE?
I tried in the Server Eeporer windows, after i creating a data
connection, i able to view the tables,views and stored
procedures ,but when i right-click "stored procedures", I can not
get the "New St... more >>
Can set DataGrid Header Height in Windows Application?
Posted by Localbar at 6/20/2007 12:00:00 AM
|