all groups > dotnet general > december 2004 > threads for tuesday december 21
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
Remote Webpage data extraction
Posted by Deepson Thomas at 12/21/2004 9:41:02 PM
HI,
i have a question abt dot net. Let me tell you the sceneraio...i have a
asp.net page written in C#. there is a textbox and a button in the page thatz
it. the functionality i want is that whatever the URL i enter into that
textbox, my code should read that webpage and show that within my... more >>
Form on top of Main form???
Posted by Job Lot at 12/21/2004 9:37:02 PM
I have an in house application which uses 3 different version of the same
database. When application starts a form is displayed which allows user to
provide the path to the database. My problem is I want this form to open on
top of main form. At present the main form doesn’t appears until us... more >>
Outlook Express Automation
Posted by COOLdotNEt at 12/21/2004 8:56:57 PM
Hi,
How can I retrive a list of contact in outlook express?... more >>
WebRequest to see if Folder exists
Posted by Steven J. Reed at 12/21/2004 4:49:04 PM
I am trying to find out is a folder exists within a share on a server. I can
successfully determine if a file exists within the share, but I can't figure
out how to determine if it's parent folder exists.
This is what I'm trying:
Dim fwrqFolder As FileWebRequest
Dim fwrFo... more >>
How to make this better and faster?
Posted by ham-z at 12/21/2004 4:20:55 PM
I have written the following Win app in VB.NET 2003 . The class is simply
picture boxes that behave in a random order after they have been
instantiated and added to a form. When I create 15 or more instances of my
class, the whole program runs slowly in a way that I have to close the
program. I ... more >>
.NET competes with java-script
Posted by #pragma once at 12/21/2004 3:36:20 PM
That's all we are expecting from programs written in the managed code;
Though a MVP advised not to say that, because after JIT compilation the
code runs in the native! Funny, isn't? That means scripting languages run in
the Host code and never in the native? That means scripting languages
are po... more >>
Setting the data base value to Null via a bound Textbox
Posted by WhiskyRomeo at 12/21/2004 3:07:09 PM
I have a bound textbox (bindings are set at design time) to a dataset
column. Sometimes the value of this textbox must be set so that the
underlying database field gets updated to null when using the update method
of the dataadapter.
Since the dataset field datatype is INT32 it gets set ... more >>
Strange problem after 5/6 hours of execution
Posted by Rodrigo at 12/21/2004 1:03:05 PM
Hi to all:
I have build an application with Visual Basic .NET, to start SQL
Server replication. For each replication initiated (50 replication each 10
minutes), I create a new thread.
The application works great for 4 or 5 hours, but after that, the refresh of
the screen stops, and ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Question about setting Command Line Arguments from Project Properties
Posted by rforman1 NO[at]SPAM optonline.net at 12/21/2004 12:21:52 PM
I have found many threads with this question asked and ostensibly
answered, but none with an example of how exactly to do it. Help! I
know that in order to set up the values of command line arguments from
within the IDE, I go to Project Properties, Configuration Properties,
and then the text b... more >>
uploading file without users input
Posted by djc at 12/21/2004 10:27:03 AM
I need a way to upload a file to the server without any help from a user.
does anyone have an example i could use.
Thanks... more >>
Question about ethernet
Posted by LkR299 at 12/21/2004 10:05:04 AM
I have a project with a PC and a microcontroller. I am trying to create a
program on the PC to communicate with the microcontroller through ethernet
ports.
I am still deciding which language, eVc or VB6 or VB.net.
also to get a little information on how to read and write throught the
ethe... more >>
DataGrid/DataTable
Posted by JLong at 12/21/2004 9:58:42 AM
I am in pain here, so help please. I have a form with a
datagrid control to display a single datatable (created in
memory). I use the form's new sub to initialize the
datatable and set the schema and set the datagrid source,
so when the form is displayed you could see the table (no
dataro... more >>
Back button action and requested logon page
Posted by Tom Youngquist at 12/21/2004 9:43:01 AM
Hello,
I have been looking for two things that I think are easy but have not hit
the correct "search" word.
1. Does anyone know the command to "imitate" the "Back" button on a browser
in .NET. I have looked in the Redirect but can't seem to find anything. I
can re-direct to a specific page... more >>
Printing a Picture Box image to a printer...
Posted by Gary at 12/21/2004 8:46:55 AM
Hi all,
Can anyone point me to a sample on how to print a picture box image to a
printer or do you have sample code that could show me?
Thanks,
Gary
... more >>
Garbage collection and soft real-time apps
Posted by Oculus at 12/21/2004 7:55:03 AM
Before I get into the question -- I know .NET isn't the right solution for
this app but it's part of my clients requirements and writing this in C++
isn't an option. That being said -- my app is a stock ticker using the
managed DirectX libraries and the animation needs to be perfectly smooth.... more >>
enter key
Posted by Steve at 12/21/2004 2:51:35 AM
I am new to vb. I have visual studio .net 2003. I have a textbox the user
enters information into. After the information is entered, I have a button
they click and this executes code. However, I would like for them to be
able to press the enter key on the keyboard and the code for my butto... more >>
|