HTML Document Information
Mon, 18 Aug 2008 19:26:01 -0700
How do I get the value of a textbox element in the vb code behind a web
page. I tried Document.getelementbyid.innerHTML but it doesn't recognize it
the Document when I tried to set an object to my web page. Maybe I need to
add a reference and import some namespace? If this isn't the correct forum,
please ...
|
Some way to install NK.bin by code onto a flash card
Mon, 18 Aug 2008 23:39:28 +0200
I'm writing a program that confiuring and install a custom app onto a flash
card for an embedded device. This is now a two step operation. First in to
windows CE builder 4.2 formatt and install CE onto the card and then start
the next program that I write to do the rest. Is there some way by VB 2005
code t ...
|
JPG file being kept as accessed by program
Mon, 18 Aug 2008 14:47:20 -0400
I have a problem in a program in which a jpg file which is being used to
load the Image of a picturebox is being kept after the load.
The code is as follows:
Public ReadOnly Property ImageUrl() As Image
Get
If theImage Is Nothing Then
Dim jpgs() As String = Directory.GetFiles(Me.FolderName, ...
|
Find NULL in DataView
Mon, 18 Aug 2008 10:45:29 -0700 (PDT)
I have a table ("checkout") that I'm tracking equipment checkout
transaction. It has columns: checkoutid (key), checkedbyid,
checkedtoid, dateout, datein and inventoryid. When the user scans an
equipment barcode (Entry), I'm trying to check if that equipment was
previously checked out, but not properly checked ...
|
Excel 2007 embedded in VB app
Mon, 18 Aug 2008 11:35:35 -0500
I have a VB6 application that has an OLE container with an embedded Excel
chart. Our office updated to Excel 2007 and now although the app works the
charts looks like crap. Since the app is fairly large my goal is to keep the
devlopement in VB6 but am open to any ideas or suggestions. What i want to
do is:
...
|
Share Class Library over network???
Mon, 18 Aug 2008 12:50:23 -0300
Is there a way to do this without having to register it
computer-by-computer???
tried everything already... but nothign worked out as should..
tks..
...
|
How to delete a line/record in an asp.net GridView with EnableViewState="false" ?
Mon, 18 Aug 2008 16:03:40 +0200
Hello,
As most of my users use a slow WAN I always write aspx pages with
EnableViewState="false".
However, I remark that the RowCommand and the RowDeleting routines of my
GridView are not executed with EnableViewState="false", while they are with
EnableViewState="true".
Does anybody have a solution ?
...
|
|
|
Retrieve data from dataset (newbie)
Mon, 18 Aug 2008 09:49:51 +0200
Hi guys
I hope this is the correct news group. If not .. then please point me in
the right direction.
Ok - to the problem:
I´ve got a dataset with a table that contains some rows. How to I
execute a sql statement like this:
SELECT DISTINCT [ROW] FROM [TABLE] WHERE ...
.. on the dataset, and writ ...
|
Array(Value & "|" & Value2) from VB6 to VB.Net 2008
Mon, 18 Aug 2008 14:34:27 +1000
Hi experts,
I'm converting a homebrew AD management progam I wrote, from VB6 to VB 2008.
I've got some code that sticks values in to Active Directory like this:-
objOU.PutEx ADS_PROPERTY_APPEND, "wbempath, Array(Product & "|" and Key)
Basically, a convenient place for me to store and manage CD installati ...
|
Project copy - stupid question?
Sun, 17 Aug 2008 16:53:17 -0700
Running XP - Visual Studio 2005 - VB
Want to have duplicate projects
- one safe and stable
- other for experimenting
Can't fine easy way to make duplicate project.
Stupid question? or stupid ME?
Thanks. ...
|