Saving
Tue, 21 Oct 2008 21:23:01 -0700
Hello All,
I have a simple app, 1 button and 3 text boxes. the button is a save
button. when I save to a file, it save every thing to a (.txt) file. now if I
want to save to an excel sheet, I just change it to (.xls). when I do that it
saves every thing under A1, A2, A3,...etc. how can I get each box I h ...
|
vndotnet 2008 - Saving LINQ query result into variables.
Tue, 21 Oct 2008 17:20:50 -0700 (PDT)
Hi
I have the following code which saves the result from a query into an
array. I want to be able to do some mathematic functions on the data,
but can't seem to figure out how to get it into variables of the
correct type.
*********
Dim myWinningTime = (From rrd In myScenario.MeetingInfos _
...
|
Why does this work?
Tue, 21 Oct 2008 17:03:51 -0700
This code (Visual Studio 2005) should generate a compilation warning to the
effect that I'm accessing a shared member through an instance variable (the
"color" variable):
Private Sub X(ByVal color As Color)
Me.BackColor = color.AliceBlue
End Sub
On *some* computers this produces the expected warn ...
|
how to get the greatest value in array?
Tue, 21 Oct 2008 22:26:33 +0200
Hi,
i have an array like x(1), x(2) ... x(10).
Is there a simple way to get the greatest value?
Thanks
Eric
...
|
Databindings and default value
Tue, 21 Oct 2008 12:31:01 -0700
Yes another question about databindings.
All my controls are have databindings and works fine for navigating, adding,
deleting etc.
What I want is when I create a New record have those fields pre-fill with
some value stored in my user.setting so the user doesn't have to re-type
evrything all the time.
Sho ...
|
unwanted ASP.NET development servers
Tue, 21 Oct 2008 14:30:32 -0400
Using VS vb.net 2008
In my solution I have both web projects and windows forms projects.
Even if I have a windows form project as the StartUp project, all the web
projects have to start their own ASP.NET development server.
How can I prevent this?
I know how to change the Use Custom Server in the Start ...
|
SQL Server Trusted Connection
Tue, 21 Oct 2008 13:27:26 -0400
I'm trying to get my program to connect to a SQL Server 2005 database over the internet.
The remote computer is on another network and it's connected to our network through Windows VPN. I'm running Windows Small Business Server 2005 on our server with SQL Server 2005 and ISA Server 2004.
I can do this at home w ...
|
|
|
POST xml and read response
Tue, 21 Oct 2008 14:20:05 GMT
I have a web page that ccreates an xml document. I now need to POST this to
a payment service and read a response from them. I have a URL and a
username and password that I also need to include. Can anybody poiint me in
teh direction I need to look for a way of doing this please. I am using VS
2005 and VB.
TI ...
|
XOR and String
Tue, 21 Oct 2008 19:08:02 +0500
Hello,
I have the following string headers:
Header 1, 2, 3, 4:
1.00TJ123456PPC
00000000DLGLGN
00000001TXBEG
Login:user=a, pswd=a"
As written in documentation, the checksum is "a negative value of the result
of an exclusive or operation of 'Header1 + Header2 + Header3 + Header4' in
32-digit format" ...
|
scrolling in textbox
Mon, 20 Oct 2008 12:32:46 -0700 (PDT)
Is there a way to either
- know when the user has scrolled
- turn of 'smooth' scrolling (so a scoll is line by line)
What I want to do is to insert the cursor at a specific row and colum
after the user has scrolled the text. What happens is that the text
jumps a few pixels. ...
|