all groups > dotnet general > march 2004 > threads for sunday march 14
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
Breakpoint - Problem
Posted by V.Boomessh at 3/14/2004 10:06:07 PM
Hai, can any one help me in this problem
I have an VB.NET Application, which is bounded by VSS. I have given a breakpoint in one form (login form) and also in another form (split form). I have check out-ed both of these forms. I run the application by pressing F5 key only. The application stops a... more >>
Save text from webpage -- how hard can it be???
Posted by Mark Davies at 3/14/2004 8:46:42 PM
I'm trying to do something very simple -- capture the text from a web page.
Can't get it to work. Have scoured the web for info -- no luck
(even/especially MSDN).
Here's what I've tried:
-------------
Added COM reference [Microsoft Internet Controls]
-------------
Public WithEvents... more >>
Troubles installing .net framework v2 please help
Posted by Chad at 3/14/2004 7:46:09 PM
I have searched and searched for some information that will give me a good answer to this question. When I try to install the file NDP10_SP_Q321884_En.exe, I get this error
The upgrade patch cannot be installed by the windows installer because the program to be upgraded may be missing, or the upg... more >>
DataGrid, dataview and row selections...............
Posted by Bhavna at 3/14/2004 5:56:06 PM
Hi
I have created a dataset that selects all information from a 'Client' database table
I then created a dataview from this so that i can filter the data according to the clients surname.
This dataview is the datasource for my datagrid
I have the following code to highlight the entire row when ... more >>
Do you know Beter TabControl ?
Posted by willem at 3/14/2004 5:10:23 PM
Where can I find a beter TabControl component (similar Tab into
VisualStudio IDE) ?
Now I know only Magic Control of Crownwood Consulting Ltd (but I think it a
bit costly).
thanks
willem
... more >>
How do I set or update WebBrowser document.
Posted by Porter Rickabaugh at 3/14/2004 3:29:01 PM
I am trying to devolop a deskbar that act likethe netscape navigator tab. I
understand how to do all of the Band Objects but am having dificulty
altering the WebBrowser.Document. I have seen where some people have used
the Document.body.innerhtml but this isn't really a solution it is more of a... more >>
How to search an arraylist for a string and then retrieve the index?
Posted by Bhavna at 3/14/2004 2:36:05 PM
Hi,
Can anyone tell me how i can search an arraylist to find out if it contains a specific string??
i.e. the user selects a mealName from a combobox, they then enter a meal quantity. The user then presses the add button and the mealname and mealQTY is pushed to an MealNameArrayList and a MealQty... more >>
Enumerating the drives on my computer
Posted by Simon Harvey at 3/14/2004 2:13:49 PM
Hi everyone,
What would be the easiest way to identify what drives my local machine has
access to. This includes Cd, DVD, floppy, network and local drives.
I need to add these directories to a treeview. Very standard stuff, but I
don't know how to enummerate the drives.
Many thanks to any... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Data source name not found
Posted by lordmerlin NO[at]SPAM bonzai.org-dot-za.no-spam.invalid at 3/14/2004 11:30:08 AM
I recently took over a site from someone else, written in ASP. The
global.asa file contrains the DB connection string, yet I haven't
seen this before.
When I try and load the site, it gives me an internal 500 error, and
the following:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[... more >>
Global variables...
Posted by Varun at 3/14/2004 4:51:05 AM
Can anyone plz tell me how i could declare a global variable that is available throughout all my forms in my application?
I am new to vb.net and need advise how to do this!... more >>
static initialisation order?
Posted by cody at 3/14/2004 1:45:12 AM
I have a problem with following code, and it involves something similar to
the known issue in c++ programs called "static initialisation order fiasco".
I built a class that follows the "java typesave enum pattern". I made a
generic EnumWrapper class where I wanted all my enums to derive from.
Th... more >>
|