Advertisement

Results for "Author: medevil84"

4_2005-2006 #165005
ADVAPI 2

Do you remeber ADVAPI? No??? Ok, ADVAPI stand for ADVANCED API VIEWER, and the new version (2) will replace definitively the API viewer in Visual Basic. ADVAPI 2 it's the perfect thing to search/manage API declaration, types or constants. It allows you to search for a particular declare in multipe way, by: Index - Sub or Function - Name - Library - Alias - parameters and return type of a funciton. Besides, it permit you to search for const and types, and to check dependencies when you add types or declares... Try it and please, vote!!! PS: I don't know if the project it's compatible with early version of Visual Basic, you have to test it. MeDevil

5_2007-2008 #187521
BSTR2

Have you evere dreamt to manage C++ string like VB developers do? Now this dream is a reality, look: astring = "This is a string" & anthoerstring; This is now real in C++! you simply include bstr2.h in your project and then just declare strings like these ones: STRING a; String b = "Test"; string c = 45; BSTR2 d = b & c; You can do the follow: string a, b; a = 5; a++; b = "test" printf("a = '%s'", (char*)a); printf("b = '%s'", (char*)(b + a)); //You can use the & instead of + The output will be: a = '6' b = "test6" all the operator are redefined to work with strings and conversion from BSTR2 to any format are easly ase you see above. simple, isn't true? Inside bstr2.h there are numerous functions as in vb: left, right, mid, space, str, val, asc, split, join... and much more... Look at this project and vote for me please. New Upload.. i've improved somthings... P.S: Compatible with Microsoft VC++ at 100%!

5_2007-2008 #187522
BCOL

You can't believe your eyes!!! (or you can?) I heard many vb programmers to say this: 'We have an easy management of the strings, a collection object that it's simpler than an array' etc. etc... Now, if you heard any vb programmer that say: '...we have the collection object...', you can reply: 'We also have the collection object!' The collection object it's like an array, but you can add and remove things easly... look at the code inside and please vote, and remeber: 'What vb programmers do in vb, we can do it better in c++!' ;) MeDevil84 (ehm: sorry for the bad English!)

5_2007-2008 #187523
ADVAPI 2

Do you remeber ADVAPI? No??? Ok, ADVAPI stand for ADVANCED API VIEWER, and the new version (2) will replace definitively the API viewer in Visual Basic. ADVAPI 2 it's the perfect thing to search/manage API declaration, types or constants. It allows you to search for a particular declare in multipe way, by: Index - Sub or Function - Name - Library - Alias - parameters and return type of a funciton. Besides, it permit you to search for const and types, and to check dependencies when you add types or declares... Try it and please, vote!!! PS: I don't know if the project it's compatible with early version of Visual Basic, you have to test it. MeDevil

6_2008-2009 #210039
BSTR2

Have you evere dreamt to manage C++ string like VB developers do? Now this dream is a reality, look: astring = "This is a string" & anthoerstring; This is now real in C++! you simply include bstr2.h in your project and then just declare strings like these ones: STRING a; String b = "Test"; string c = 45; BSTR2 d = b & c; You can do the follow: string a, b; a = 5; a++; b = "test" printf("a = '%s'", (char*)a); printf("b = '%s'", (char*)(b + a)); //You can use the & instead of + The output will be: a = '6' b = "test6" all the operator are redefined to work with strings and conversion from BSTR2 to any format are easly ase you see above. simple, isn't true? Inside bstr2.h there are numerous functions as in vb: left, right, mid, space, str, val, asc, split, join... and much more... Look at this project and vote for me please. New Upload.. i've improved somthings... P.S: Compatible with Microsoft VC++ at 100%!

6_2008-2009 #210040
BCOL

You can't believe your eyes!!! (or you can?) I heard many vb programmers to say this: 'We have an easy management of the strings, a collection object that it's simpler than an array' etc. etc... Now, if you heard any vb programmer that say: '...we have the collection object...', you can reply: 'We also have the collection object!' The collection object it's like an array, but you can add and remove things easly... look at the code inside and please vote, and remeber: 'What vb programmers do in vb, we can do it better in c++!' ;) MeDevil84 (ehm: sorry for the bad English!)

6_2008-2009 #210041
ADVAPI 2

Do you remeber ADVAPI? No??? Ok, ADVAPI stand for ADVANCED API VIEWER, and the new version (2) will replace definitively the API viewer in Visual Basic. ADVAPI 2 it's the perfect thing to search/manage API declaration, types or constants. It allows you to search for a particular declare in multipe way, by: Index - Sub or Function - Name - Library - Alias - parameters and return type of a funciton. Besides, it permit you to search for const and types, and to check dependencies when you add types or declares... Try it and please, vote!!! PS: I don't know if the project it's compatible with early version of Visual Basic, you have to test it. MeDevil

7_2009-2012 #232557
BSTR2

Have you evere dreamt to manage C++ string like VB developers do? Now this dream is a reality, look: astring = "This is a string" & anthoerstring; This is now real in C++! you simply include bstr2.h in your project and then just declare strings like these ones: STRING a; String b = "Test"; string c = 45; BSTR2 d = b & c; You can do the follow: string a, b; a = 5; a++; b = "test" printf("a = '%s'", (char*)a); printf("b = '%s'", (char*)(b + a)); //You can use the & instead of + The output will be: a = '6' b = "test6" all the operator are redefined to work with strings and conversion from BSTR2 to any format are easly ase you see above. simple, isn't true? Inside bstr2.h there are numerous functions as in vb: left, right, mid, space, str, val, asc, split, join... and much more... Look at this project and vote for me please. New Upload.. i've improved somthings... P.S: Compatible with Microsoft VC++ at 100%!

7_2009-2012 #232558
BCOL

You can't believe your eyes!!! (or you can?) I heard many vb programmers to say this: 'We have an easy management of the strings, a collection object that it's simpler than an array' etc. etc... Now, if you heard any vb programmer that say: '...we have the collection object...', you can reply: 'We also have the collection object!' The collection object it's like an array, but you can add and remove things easly... look at the code inside and please vote, and remeber: 'What vb programmers do in vb, we can do it better in c++!' ;) MeDevil84 (ehm: sorry for the bad English!)

7_2009-2012 #232559
ADVAPI 2

Do you remeber ADVAPI? No??? Ok, ADVAPI stand for ADVANCED API VIEWER, and the new version (2) will replace definitively the API viewer in Visual Basic. ADVAPI 2 it's the perfect thing to search/manage API declaration, types or constants. It allows you to search for a particular declare in multipe way, by: Index - Sub or Function - Name - Library - Alias - parameters and return type of a funciton. Besides, it permit you to search for const and types, and to check dependencies when you add types or declares... Try it and please, vote!!! PS: I don't know if the project it's compatible with early version of Visual Basic, you have to test it. MeDevil

Languages
Top Categories
Global Discovery