Click here to Skip to main content
15,922,650 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalinsert procedure in exe project Pin
a_yosef29-Mar-05 23:59
a_yosef29-Mar-05 23:59 
GeneralRe: insert procedure in exe project Pin
Dave Kreskowiak30-Mar-05 4:13
mveDave Kreskowiak30-Mar-05 4:13 
GeneralRe: insert procedure in exe project Pin
Christian Graus30-Mar-05 11:58
protectorChristian Graus30-Mar-05 11:58 
GeneralRe: insert procedure in exe project Pin
a_yosef30-Mar-05 20:28
a_yosef30-Mar-05 20:28 
GeneralRe: insert procedure in exe project Pin
Christian Graus31-Mar-05 12:01
protectorChristian Graus31-Mar-05 12:01 
GeneralErron in calling GetCursorpos Api Pin
Zakaullah29-Mar-05 23:51
Zakaullah29-Mar-05 23:51 
GeneralRe: Erron in calling GetCursorpos Api Pin
Dave Kreskowiak30-Mar-05 4:09
mveDave Kreskowiak30-Mar-05 4:09 
Generalhello see that problem Pin
Anonymous29-Mar-05 21:09
Anonymous29-Mar-05 21:09 
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



Questionhow can i edit datagrid ? Pin
sumit2129-Mar-05 19:39
sumit2129-Mar-05 19:39 
Questionhow to know if a tooltip is displayed or not when mouse is moved Pin
Anonymous29-Mar-05 19:18
Anonymous29-Mar-05 19:18 
GeneralDisplay a form in Sub Main() Pin
Mahesh167929-Mar-05 18:50
Mahesh167929-Mar-05 18:50 
GeneralRe: Display a form in Sub Main() Pin
sumit2129-Mar-05 19:46
sumit2129-Mar-05 19:46 
GeneralRe: Display a form in Sub Main() Pin
Mahesh167929-Mar-05 20:12
Mahesh167929-Mar-05 20:12 
GeneralRe: Display a form in Sub Main() Pin
rwestgraham29-Mar-05 20:27
rwestgraham29-Mar-05 20:27 
GeneralRe: Display a form in Sub Main() Pin
Sunil Gidwani29-Mar-05 19:58
Sunil Gidwani29-Mar-05 19:58 
GeneralRe: Display a form in Sub Main() Pin
sumit2129-Mar-05 20:30
sumit2129-Mar-05 20:30 
GeneralRe: Display a form in Sub Main() Pin
Mitch F.29-Mar-05 20:43
Mitch F.29-Mar-05 20:43 
GeneralRe: Display a form in Sub Main() Pin
Benjamin Liedblad29-Mar-05 21:48
Benjamin Liedblad29-Mar-05 21:48 
GeneralRe: Display a form in Sub Main() Pin
Mahesh167929-Mar-05 22:36
Mahesh167929-Mar-05 22:36 
GeneralThanks ! Pin
Mahesh167929-Mar-05 22:36
Mahesh167929-Mar-05 22:36 
QuestionHow to convert a string to form object? Pin
Sheel Gohe29-Mar-05 18:26
Sheel Gohe29-Mar-05 18:26 
AnswerRe: How to convert a string to form object? Pin
Ritesh123430-Mar-05 3:19
Ritesh123430-Mar-05 3:19 
GeneralRe: How to convert a string to form object? Pin
Sheel Gohe30-Mar-05 20:10
Sheel Gohe30-Mar-05 20:10 
QuestionHow to get the command line argument of the other processes in VB using Win32 API? Pin
Kent Liu29-Mar-05 17:39
professionalKent Liu29-Mar-05 17:39 
Generalserialization problem Pin
29-Mar-05 16:17
suss29-Mar-05 16:17 

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.