all groups > vb.net > february 2006 > threads for sunday february 26
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
Help please Creating web page of links and content
Posted by simon at 2/26/2006 11:50:00 PM
Hello,
i'm looking to create an aspx page that is basically a FAQ page
i'm not sure if this can be done, but would love some help with
suggestions of how to do it another way if this is not possible
on the aspx page i have a table with 1 row and 2 columns in it, in the
column on the left i ha... more >>
Ado.net to excel ?
Posted by Agnes at 2/26/2006 11:45:15 PM
From
http://support.microsoft.com/default.aspx?scid=kb;EN-US;306022#XSLTH4207121122120121120120It
seems we can export the data to an excel by a simple query. However, I try
to amend that statement into "insert int [Sheet1$] select * from myInvoice
", HOwerver, it really doesn't work . Does a... more >>
Is there a simple way to email?
Posted by jimmy84c NO[at]SPAM gmail.com at 2/26/2006 11:29:30 PM
Hi all,
Just hit a brick wall trying to learn vb.net... I need a simple way to
send an email with attachments. In VBA for MS Access, SendObject worked
perfectly. Is there an equivalent?
I can't use direct SMTP because I can't predict how each client's email
system will be set up (e.g. some ... more >>
What is Instrumentation?
Posted by Water Cooler v2 at 2/26/2006 10:56:52 PM
What does one mean by instrumentation when one talks in the context of
software development best practices?
<QUOTE
src="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/AOPArticle.asp">
Contrary to popular belief, AOP can be useful to solve problems other
the... more >>
multi threading error
Posted by iwdu15 at 2/26/2006 7:19:27 PM
hi, im writing a program with multiple threads, and in one of the secondary
threads, i need to access the main form...but the code i wrote throws errors
saying i cant do this. is there anyway i can simply change the text on the
main form from another thread?
my code:
Private Sub Listen... more >>
Deserialize enum value as integer
Posted by Richard Bysouth at 2/26/2006 7:01:26 PM
Hi
Does anyone know of a way to deserialize xml data that has an element
that represents an enum value but is actually an integer?
I know I can use [XmlEnum(Name="23")] to tag enum values, that works
but is too messy. I have many enums and would prefer not to have to tag
them all!
xml ... more >>
Webapplications quits without matter in ASP.NET 2.0
Posted by Sebastian Loncar at 2/26/2006 5:39:32 PM
Hallo NG,
i've big online game with a lots of requests per second and it uses a lot of
memory. the game runs as an ASP.NET application and holts all the game data
in the memory. The game has 1600 players.
Since a changed the server (from Windows 2003 32 Bit, 2GB RAM) to a new
Server "Windo... more >>
Perfomance test
Posted by James T. at 2/26/2006 5:23:59 PM
Hello!
Let's say I have 2 functions, both return data from the database. Now I
would like to compare perfomance of these two functions. Ex. I would like to
know how long it takes to execute these functions.
How can I do that?
Thank you!
James
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Number of files in 1 folder
Posted by Samuel Shulman at 2/26/2006 3:47:26 PM
Hi
I was advised that one shouldn't store too many files in the same folder as
it will slow down the access of the file , can anyone suggest how many is
too much
Thank you,
Samuel Shulman
... more >>
Did we lose the RadioCheck property on menuitems
Posted by academic at 2/26/2006 2:23:05 PM
ToolStripMenuItems do not have a RadioCheck property.
Is this feature not available with the new StripMenu or is it just that I
haven't found out how?
Hard to believe they dropped such a nice feature.
Is it still available some how?
thanks
When searching the help doc in VS2005 it ... more >>
List.Add method overwriting collectionbase?
Posted by Yuk Tang at 2/26/2006 1:22:40 PM
I am tearing my hair out over this, since I can't see what I'm doing
wrong (duh, if I knew, I wouldn't be asking the question). I am
adding Field items to a Field Collection, but for some reason it
wants to start from the beginning and overwrite all entries before
adding the latest member. ... more >>
toolbar separator causes System.OutOfMemoryException
Posted by ari at 2/26/2006 11:23:24 AM
I have a small form that comprises a toolbar, a treeview and a status
bar.
Everything was working fine until I decided to add a new button to the
toolbar - and I decided for appearances sake to add a separator button
to distance the new button from the old ones. When I do "show" on the
form (... more >>
Keyboard Input and Send Keys
Posted by Charlie Brown at 2/26/2006 10:42:35 AM
I can open an application such as Notepad and use SendKeys to send
input to the Notepad.
What I would like to do is reference an already running application and
then send keyboard input to it. Any thoughts? Can this be done with
sendkeys or is there another method.
... more >>
VB.Net: connect to remote webservice and display results in csv fm
Posted by XML newbie: Urgent pls help! at 2/26/2006 10:30:27 AM
I am working on VB.Net application. I have a GUI where the user logs on and
gets SessionId. Once, the connection is successful, the user is redirected to
another screen where he choses which table and the starttime and end time to
select the data from the database on the remote server. I creat... more >>
Listbox controls
Posted by Seok Bee at 2/26/2006 7:05:27 AM
Dear Experts,
I am having 1 listbox control in my web form and trying to retrieve the
items and load into it. I want to list out those uploaded files into the
database and list out in the listbox control. My code is as follow:
-------------------------------------------
Protected Sub ... more >>
Href with imbedded single quote
Posted by Wayne Wengert at 2/26/2006 7:04:36 AM
I am trying to build a list of href statements that include parameters as in
the following code:
Response.Write("<td align='center'><a href='YTDDetails1.asp?jname=" &
aryRslt(0,i) & "&jclass=" & ColList(j+1) & "'>" & aryRslt(j,i) & "</a>")
The value of the aryRslt(0,i) is names that can in... more >>
i love reflection:)
Posted by guy at 2/26/2006 5:45:27 AM
just discovered that the combination of visual inheritance and reflection can
eliminate most of the databinding i would normally do, providing the design
is right!
and its only taken me 4 years lol
--guy--
... more >>
Browse client Directory to a specific folder and ftp the file from server to client
Posted by bindu_conacle NO[at]SPAM yahoo.com at 2/26/2006 2:24:06 AM
Hi,
In ASP page, I have a button on the web page. when it is clicked, it
should open the windows "Save As" Dialog Box of client m/c with the
default directory which i will be specifying.
When user clicks on "Save" button of the Dialog Box, i have to
transfer(ftp) the file from webserver to cl... more >>
The variable 'GroupBox1' is either undeclared or was never assigned.
Posted by nsikkandar NO[at]SPAM gmail.com at 2/26/2006 1:27:49 AM
I created a Child Form and added several controls. One of the control
is GroupBox1. When I want to change the access modifier property of the
GroupBox1
FROM
"Public WithEvents GroupBox3 As System.Windows.Forms.GroupBox"
TO
"Public Shared WithEvents GroupBox3 As System.Windows.Forms.Gro... more >>
|