all groups > dotnet general > august 2005 > threads for monday august 15
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 31
STUMPED: IFRAME link won't load until XMLHTTP finishes!?
Posted by jim.frantzen NO[at]SPAM gmail.com at 8/15/2005 9:16:14 PM
You have an active XMLHTTP request on the main page
(localhost/App1/index.aspx) The XMLHTTP request takes about 60 seconds
to receive a response back from localhost/App1/getxml.aspx.
You have an IFRAME on this main page.
When you set the iframe's src to google.com, it works fine.
When you s... more >>
Help with folderdialog
Posted by Chris at 8/15/2005 7:22:02 PM
Hi,
I can seem to find info on using the folderdialog in vb.net. I have a simple
form with a button and a listbox. All I need is when the user selects the
button they are prompted with the folderdialog box to select a folder.When
they select the folder the contents of the folder is listed in ... more >>
App Performance help
Posted by Chris at 8/15/2005 6:11:10 PM
Hi,
I am developing an app that will unzip several zip files and append the
contents of the zip files to one text file. The zip files contains one text
file with a standard format but the size of the file will be an average of
100k to 300k with at least 7000 rows.
Could I use a simple stri... more >>
qbasic to vb.net conversion help. please.
Posted by john at 8/15/2005 6:00:51 PM
Here is the short story of what i'm trying to do. I have a 4 sided case
labeling printer setting out on one of our production lines. Now then i have
a vb.net application that sends data to this printer using a RawPrinterHelper
class that i found I believe in the msdn. the class works wonder... more >>
Is there a way to know for how much time the system has not been rebooted?
Posted by ThunderMusic at 8/15/2005 4:38:09 PM
Hi,
When I open my MIRC, it tells me "x days xx hours xx minutes xx seconds
have passed since your system last rebooted". I wanted to know if there is
some way to know this information within .NET.
Thanks
ThunderMusic
... more >>
dotnet install
Posted by Dave Cullen at 8/15/2005 4:30:23 PM
My MIS guy just gave me a new PC for my development machine and I'm
trying to install Visual Studio .NET Pro. The installation is taking an
incredibly long time - I cancelled after 2 hrs and it said there was 3
hrs left to go.
This pc is a Dell 1.8 ghZ P4 with a gig of RAM running XP. Last tim... more >>
I Need Help With An Error, Can Anybody HELP PLEASE
Posted by John at 8/15/2005 2:23:04 PM
This message is popping up at startup and its saying "fatal execution engine
error (0x7927e03e)" Ive tried deleting, reinstalling frameworks, restoring
computer, but I can't use the os cd because i hvae important programs on my
system that would cost alot to replace. I noticed a sql server nat... more >>
Help with regular expression?
Posted by Bradley Plett at 8/15/2005 2:10:37 PM
I'm hopeless at regular expressions (I just don't use them often
enough to gain/maintain knowledge), but I need one now and am looking
for help. I need to parse through a document to find a URL, and then
reconstruct another URL based on it. For example, I need to scan a
web page looking for so... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Exception @ GetHdevmodeInternal()
Posted by David at 8/15/2005 11:57:32 AM
When calling Print() on a PrintDocument class, we randomly receive a
System.ComponentModel.Win32Exception with the odd message "The operation
completed successfully" coming from the GetHdevmodeInternal() call. We
cannot reproduce the problem on demand -- can anyone help enlighten us on
wher... more >>
Why the machine code stub?
Posted by wikoh at 8/15/2005 11:19:07 AM
Why do .net compilers build exe:s with a piece of machine code in the
beginning to launch clr/jit? That makes the program no longer cpu independent
but still slow because the app itself (msil) must be compiled... Are .net
DLLs the same, ie they have to be for the right cpu?... more >>
Browser Folder Control
Posted by Mike Moore at 8/15/2005 11:08:06 AM
Can anyone recommend a browse folder dialog control for ASP.NET (VB)?
I need my web page to allow a user to select a file on their server. ... more >>
DataSet - Errors editing rows after using InsertAt() - DataGrid Bo
Posted by Dave at 8/15/2005 10:27:06 AM
I tried posting this in the WinForm forum and got no hits so I am
trying it here.
After inserting a new data row to a DataTable that is bound to a
datagrid, I am unable to change data in a row that is after the newly
added row without getting bizarre results.
I have added the full code for ... more >>
When will ASP.NET Version 2.0 be released?
Posted by Matt at 8/15/2005 7:05:04 AM
My boss asked me to create a new intranet, and I would like to use this new
version, but I don't know when it will be available. I want to take
advantage of master pages especially. Could someone please respond with
advice on what I should do. Also, I can't find any support books on this at... more >>
can Classic ASP use the .NET dll ?
Posted by troubleD at 8/15/2005 1:47:01 AM
i have an application in classic asp and i want to use the dll that was made
of .net..
is it possible if i will use create object ?
thank you... more >>
|