Click here to Skip to main content
15,891,828 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: .Net 1.1 with Visual Studio.Net 2002 Pin
Dave Kreskowiak22-Mar-05 15:14
mveDave Kreskowiak22-Mar-05 15:14 
GeneralRe: .Net 1.1 with Visual Studio.Net 2002 Pin
Christian Graus22-Mar-05 17:32
protectorChristian Graus22-Mar-05 17:32 
General@@Error Pin
Jaydeanster22-Mar-05 7:50
Jaydeanster22-Mar-05 7:50 
GeneralRe: @@Error Pin
Chris Austin22-Mar-05 17:30
Chris Austin22-Mar-05 17:30 
GeneralWeb Browser.Navigate to 2nd URL Pin
Carey Parks22-Mar-05 5:39
Carey Parks22-Mar-05 5:39 
Generalhighlighter in picturebox control Pin
Member 34283522-Mar-05 4:33
Member 34283522-Mar-05 4:33 
GeneralRe: highlighter in picturebox control [Oops] Pin
Mitch F.22-Mar-05 6:44
Mitch F.22-Mar-05 6:44 
GeneralProblem in CurrencyManager Pin
Mohamed Ishak22-Mar-05 3:29
professionalMohamed Ishak22-Mar-05 3:29 
For some reason, the CurrencyManager will not let me remove the last item in the collection. For example, if I have a CurrencyManager bound to a collection with a Form and Control bound to the CurrencyManager. I can remove any item from the CurrencyManager just fine with RemoveAt. However, if it is the last item , it simply ignores the call. It doesn't throw and error, it simply doesn't do anything. Count remains Same, Position remains 0. Even if I try calling CurrencyManagerVar.List.Clear(),
it ignores the call. Again, no error, just doesn't do anything.

But in my Another form it has worked fine with CurrencyManager.RemoveAt(CurrencyManger.Position)
Any Problem in my code?

My code is :

CurrencyManager.RemoveAt(CurrencyManager.Position)

I have also tried with
Dataview.Delete(CurrencyManager.Position)

And
Dataview.Delete(CurrencyManager.Count-1)
And also with

DatarowView = CurrencyManager.Current
DataTable.Remove(DatarowView.row)

above all are not working





rugfy
QuestionHow to check a text box for a valid email address Pin
eshban28421-Mar-05 21:59
eshban28421-Mar-05 21:59 
AnswerRe: How to check a text box for a valid email address Pin
sumit2121-Mar-05 22:04
sumit2121-Mar-05 22:04 
GeneralRe: How to check a text box for a valid email address Pin
Dave Kreskowiak22-Mar-05 0:57
mveDave Kreskowiak22-Mar-05 0:57 
AnswerRe: How to check a text box for a valid email address Pin
Dave Kreskowiak22-Mar-05 1:04
mveDave Kreskowiak22-Mar-05 1:04 
Questionhow to compile web pages Pin
sumit2121-Mar-05 21:47
sumit2121-Mar-05 21:47 
AnswerRe: how to compile web pages Pin
User 25755221-Mar-05 22:11
User 25755221-Mar-05 22:11 
AnswerRe: how to compile web pages Pin
Dave Kreskowiak22-Mar-05 0:54
mveDave Kreskowiak22-Mar-05 0:54 
Questionhow to make oledb connection through code Pin
sumit2121-Mar-05 20:55
sumit2121-Mar-05 20:55 
AnswerRe: how to make oledb connection through code Pin
Colin Angus Mackay21-Mar-05 21:13
Colin Angus Mackay21-Mar-05 21:13 
GeneralRe: how to make oledb connection through code Pin
sumit2121-Mar-05 21:17
sumit2121-Mar-05 21:17 
GeneralRe: how to make oledb connection through code Pin
Colin Angus Mackay21-Mar-05 21:20
Colin Angus Mackay21-Mar-05 21:20 
GeneralRe: how to make oledb connection through code Pin
sumit2121-Mar-05 21:43
sumit2121-Mar-05 21:43 
GeneralRe: how to make oledb connection through code Pin
Dave Kreskowiak22-Mar-05 0:48
mveDave Kreskowiak22-Mar-05 0:48 
GeneralRe: how to make oledb connection through code Pin
sumit2122-Mar-05 1:27
sumit2122-Mar-05 1:27 
GeneralRe: how to make oledb connection through code Pin
Dave Kreskowiak22-Mar-05 1:58
mveDave Kreskowiak22-Mar-05 1:58 
Generalretrieving e-mails from outlook Pin
MagicGirL8321-Mar-05 19:43
MagicGirL8321-Mar-05 19:43 
GeneralExplorer Bars Pin
micromause21-Mar-05 19:36
micromause21-Mar-05 19:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.