Advertisement

Results for "Author: medevil84"

ASP_Volume2 #32014
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

ASP_Volume2 #41153
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%!

ASP_Volume2 #41161
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!)

ASP_Volume3 #59706
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%!

ASP_Volume3 #59707
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!)

ASP_Volume3 #59708
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

C_Volume2 #73076
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

C_Volume2 #82217
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%!

C_Volume2 #82225
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!)

Java_Volume1 #91620
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

Java_Volume1 #100759
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%!

Java_Volume1 #100767
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!)

2_2002-2004 #118767
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

2_2002-2004 #127906
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%!

2_2002-2004 #127914
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!)

3_2004-2005 #137311
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

3_2004-2005 #146450
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%!

3_2004-2005 #146458
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!)

4_2005-2006 #165003
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%!

4_2005-2006 #165004
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!)

Languages
Top Categories
Global Discovery