all groups > dotnet general > september 2005 > threads for friday september 9
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
I Need Help with sorting an arraylist (VB.net)
Posted by eLisHa at 9/9/2005 11:41:03 PM
i have an arraylist that gets it's values dynamiclly from the database, after
paging, searching & more in the ASP.net file.
What im trying to do, is sort the results that are sorted in the ArrayList,
each time by another field.
The ArrayList contains a list of a class which i built, that fits ... more >>
FolderBrowserDialog Help Plz
Posted by MikeY at 9/9/2005 8:25:04 PM
Hi everyone,
I can't seem to find FolderBrowserDialog box with in my toolbox. I can't
seem to find it (FolderBrowserDialog) under either Components when I try to
add it. Is it under another name, or how can I find it.
Hopefully someone can help me. Txs in advance.
MikeY
... more >>
Running Excel app as child form in Vb.net
Posted by mabond at 9/9/2005 3:11:01 PM
Firstly I hope I'm in the right forum ..... if not can someone re-direct me
please.
I have an application with a main form properties set to mdiparent = true.
Toolbar button allows user to open an instance of Excel for work on a
particular file
dim xlApp as New Excel.Application
xlApp.Vi... more >>
MsgBox
Posted by phaseo at 9/9/2005 1:38:01 PM
I am having a weird problem with msgbox and other dialogs in VB.Net using
Visual studio .Net 2003.
The dialog box comes up with no text in it, not even the OK on the button.
However when I step through the code in Debug the dialog works properly. Any
help is greatly appreciated. I tried a sim... more >>
missing reference error
Posted by NickA at 9/9/2005 12:07:27 PM
I'm getting the following error:
'<name>' is declared in project '<projectname1>', which is not referenced by
project '<projectname2>'
It just started showing up the last time I did a build. The reference is
there in the project but for some reason, the IDE doesn't seem to recognize
it.... more >>
Help with crystal issue
Posted by Chris at 9/9/2005 12:00:27 PM
Hi,
I created a crystal report in a vb.net project but iI have one issue with
one of the field I placed on the report. The field should be displaying an ID
eg 99999 but instead it's shown as 99,999 when I print or display the report.
The data is returned as string form the database and the da... more >>
MemoryBarrier vs volatile vs lock
Posted by DanGo at 9/9/2005 11:37:40 AM
Hi All,
I'm trying to get my head around synchronization.
Documentation seems to say that creating a volatile field gives a
memorybarrier.
Great! But when I do a little performance testing Thread.MemoryBarrier is
40 times slower than accessing a volatile int. Also I don't see any
si... more >>
Allow user to select multiple files at one time
Posted by BG at 9/9/2005 10:30:03 AM
I need to allow users to select multiple files at one time in the same manner
that the HTML/form/file object works for uploading a single file. I do NOT
need to actually upload the files, just a simple way to select multiple files
from the file list. I could build this, but I think there mus... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
PDA
Posted by b at 9/9/2005 9:42:12 AM
Hello all we have a wireless PDA in our yard and we are using VB.net 2003.
We want to know how we would enable our PDA to run a select statement off of
our Sql server and return some values based on the data in one of our tables
so they can see it without having to come. We are confused on the p... more >>
VS2005 and SQL Express
Posted by Ray Stevens at 9/9/2005 9:23:46 AM
Has anyone taken a look at SQL Express that is bundled with VS2005 beta2?
There doesn't seem to be an Enterprise Manager with it. How do you add
tables, etc.?
... more >>
.NET headers and footers: what's best approach?
Posted by Chris Transcend at 9/9/2005 8:28:48 AM
Hi all,
I'm writing my first .NET website and am wondering what the best method for
including headers and footers is. I was thinking either a user or server
control but am not sure which would be best performance-wise / maintenance
wise. OR if there is another approach that is more commonly fo... more >>
Regex to find text without tag html
Posted by actarus at 9/9/2005 3:19:02 AM
I need a Regex that find just a text inside a string that has both text and
tags html,
for example :
string str = "<table ....><tr><td>my table</td></tr></table>
I want a Regex that return just my table.
Could someone help me?
Thanks.... more >>
Printing Serverside
Posted by venkat at 9/9/2005 3:01:04 AM
Hi all,
I need print a webpage from internet explorer. The page may contain
images, links, stylesheets etc. how will i send all these things to
server side for printing.
I am using asp.net with c#.
Its is very urgent.
Regards
Venkat M
Chennai
INDIA
... more >>
[NEXT WHIDBEY FINAL RELEASE] Will be the Control Array back ?
Posted by b NO[at]SPAM inwind.it at 9/9/2005 12:00:00 AM
In the 11 November 2005 final
"Visual Studio 2005" release
called Whidbey (if I'm not wrong),
will we have the Control Array back ?
Time ago someone said no, then time later
someother said yes...
Now, have we the final answer?
Thanks... more >>
|