Advertisement

Results for "Author: deepak kumar shaw"

Java_Volume1 #95539
Chip8086XT

If you ever think what happened if your number is bigger than your data type provided by any languages (c/c++/Delphi/Java/VB ..) well we can't able to do any mathematical/logical operations (we will get an overflow error msg.!!). I was working on this topic since a long time and finally I found a logic to overcome this problem(but still a lot has to be done to improve the logic and techniques). Here you can find an Object, I called is Chip8086XT. Chip8086XT is nothing but an ActiveX DLL, written in VB6.0.(New version of my 'MathOperator.dll', better in performance.). Right now chip8086XT can able to handle basic mathematical operations (i.e. +, - , * , / ) only, and I have test the object successfully till 200 000 digits. I included a TestChip8086XT program to test Object and also included help for all the properties and methods (for more details please check readme.txt). Sorry to say but it's true, it may not be very useful in normal programming, but I believe it would be very useful in scientific-research work. This is one step ahead into the feature development/enhancement of computer technology. A lot more work left to implement all other mathematical/logical operations and improve the performance. Your valuable comments/suggestion would be helpful to improve Chip8086XT. If some body working on this topic please contact me. -Thanks

Java_Volume1 #103605
C# Indexed Controls

Lots of people still not using the very powerful feature on Indexed controls (or control array) of .net frame work. Which was very frequently used by vb6 people |-) In .net even it’s possible to put different type of controls together. To understand it more closely please have a look to my C-Sharp sample. I hope it would be quite easy to understand and simple to implement.. Using this you will really fill the more power in your code. Looking forward for your experts inputs for the improvements Thanks! My last Article on Control Array with VB.Net is also available here http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=1303&lngWId=10

2_2002-2004 #113012
Different On Top Forms

Different On Top Forms This demonstrates you how to load form on deferent modes. 1. Normal form loading. 2. Model form loading. 3. On top form within application. 4. Global On top form (The form will be on Top even if your focus is on other application). 5. Loading inactive form (loading and showing a form while keeping the focus on the main form.). Expecting your valuable feedback. Thanks!!

2_2002-2004 #113282
Single Line About Box

This is very simple, easy, fastest way to make your About from which gives a really profession look to your application. Just a Single line of code, no over heads. If you like, vote plz. Thanks.

2_2002-2004 #113335
Smart Form Navigation Ver: 1.0

This is time not to talk much, but the screen shot will give you much more idea about this posting. As you get an idea from the Title itself, yes its really smart FORM, somewhat I could say intelligent form for the navigation. Auto Navigation is the motive of this small program. I hope you would like this idea. This code could be useful for your application to give a professional touch and make it more sophisticated and user-friendly Infect its a part of Code of my running project. Thanks for your feeback...

2_2002-2004 #113437
Combo Box Tips

Combo Box Tips: Often I'm getting different questions on COMBOBOX from colleagues & friends. And finally I decided to include some of the questions and make a sample so that I could share this sample as a reference program. Most of the time questions are very simple but its normal, simple things are difficult to remember ;-) 1. How to Sort in the combo 2. Select only combo (like asp) 3. Putting data field behind the text displayed (like asp) 4. How to load default value 5. Sorted combo while inserting Item-Data 6. How to put string values as Item-Data 7. How to use more than 2 Item-Data I have tried to include more common questions and there answer in this sample,I hope this sample could able to answer some of your question and you find is useful for your purpose. Thanks for your feedback.

2_2002-2004 #121091
chip8086XT-V1

Able to do mathematical operation of very long numbers (exp. more than 50 000 digits) and keep the accuracy...

2_2002-2004 #121911
multiple arguments

Do you want to pass multiple arguments to your function/method? There are two ways to do this using unbound array or you can use 'ParamArray'. ParamArray is really a professional way to proceed. Here is the sample code to make sum of numbers to make you clear how to pass multiple argument to a function.

2_2002-2004 #122660
AutoCompleteText

This is a very simple demonstration of the beginner VB programmer to show how they can improve there projects and give a professional touch to implement the ideas of auto-text. As IE address bar. This Sample also shows how to work with windows API's. I hope Beginners could enjoy this demo project and could get some really nice idea for improvements. Thx.

2_2002-2004 #122663
Multi-Sorting with ListView

Multi-Sorting with controls like 'ListView', was always an issue for VB programmers. Here is a dome project of multi-sorting with 'ListView' using 'ActiveX Data Access Object (ADO and ADOR)'. The Control has designed for single sorting / multi sorting with Characters / Numbers / date type data with ascending/descending order. The order of sorting has been indicated with the icon on the header. User also has possibility to change the arrangements of the fields. I hope this demo could give you idea to do multi-sorting with list view. Any comments/suggestion always appreciated. Thx.

2_2002-2004 #122686
Chip8086XT

If you ever think what happened if your number is bigger than your data type provided by any languages (c/c++/Delphi/Java/VB ..) well we can't able to do any mathematical/logical operations (we will get an overflow error msg.!!). I was working on this topic since a long time and finally I found a logic to overcome this problem(but still a lot has to be done to improve the logic and techniques). Here you can find an Object, I called is Chip8086XT. Chip8086XT is nothing but an ActiveX DLL, written in VB6.0.(New version of my 'MathOperator.dll', better in performance.). Right now chip8086XT can able to handle basic mathematical operations (i.e. +, - , * , / ) only, and I have test the object successfully till 200 000 digits. I included a TestChip8086XT program to test Object and also included help for all the properties and methods (for more details please check readme.txt). Sorry to say but it's true, it may not be very useful in normal programming, but I believe it would be very useful in scientific-research work. This is one step ahead into the feature development/enhancement of computer technology. A lot more work left to implement all other mathematical/logical operations and improve the performance. Your valuable comments/suggestion would be helpful to improve Chip8086XT. If some body working on this topic please contact me. -Thanks

2_2002-2004 #130753
C# Indexed Controls

Lots of people still not using the very powerful feature on Indexed controls (or control array) of .net frame work. Which was very frequently used by vb6 people |-) In .net even it’s possible to put different type of controls together. To understand it more closely please have a look to my C-Sharp sample. I hope it would be quite easy to understand and simple to implement.. Using this you will really fill the more power in your code. Looking forward for your experts inputs for the improvements Thanks! My last Article on Control Array with VB.Net is also available here http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=1303&lngWId=10

3_2004-2005 #131555
Different On Top Forms

Different On Top Forms This demonstrates you how to load form on deferent modes. 1. Normal form loading. 2. Model form loading. 3. On top form within application. 4. Global On top form (The form will be on Top even if your focus is on other application). 5. Loading inactive form (loading and showing a form while keeping the focus on the main form.). Expecting your valuable feedback. Thanks!!

3_2004-2005 #131825
Single Line About Box

This is very simple, easy, fastest way to make your About from which gives a really profession look to your application. Just a Single line of code, no over heads. If you like, vote plz. Thanks.

3_2004-2005 #131878
Smart Form Navigation Ver: 1.0

This is time not to talk much, but the screen shot will give you much more idea about this posting. As you get an idea from the Title itself, yes its really smart FORM, somewhat I could say intelligent form for the navigation. Auto Navigation is the motive of this small program. I hope you would like this idea. This code could be useful for your application to give a professional touch and make it more sophisticated and user-friendly Infect its a part of Code of my running project. Thanks for your feeback...

3_2004-2005 #131980
Combo Box Tips

Combo Box Tips: Often I'm getting different questions on COMBOBOX from colleagues & friends. And finally I decided to include some of the questions and make a sample so that I could share this sample as a reference program. Most of the time questions are very simple but its normal, simple things are difficult to remember ;-) 1. How to Sort in the combo 2. Select only combo (like asp) 3. Putting data field behind the text displayed (like asp) 4. How to load default value 5. Sorted combo while inserting Item-Data 6. How to put string values as Item-Data 7. How to use more than 2 Item-Data I have tried to include more common questions and there answer in this sample,I hope this sample could able to answer some of your question and you find is useful for your purpose. Thanks for your feedback.

3_2004-2005 #139635
chip8086XT-V1

Able to do mathematical operation of very long numbers (exp. more than 50 000 digits) and keep the accuracy...

3_2004-2005 #140455
multiple arguments

Do you want to pass multiple arguments to your function/method? There are two ways to do this using unbound array or you can use 'ParamArray'. ParamArray is really a professional way to proceed. Here is the sample code to make sum of numbers to make you clear how to pass multiple argument to a function.

3_2004-2005 #141204
AutoCompleteText

This is a very simple demonstration of the beginner VB programmer to show how they can improve there projects and give a professional touch to implement the ideas of auto-text. As IE address bar. This Sample also shows how to work with windows API's. I hope Beginners could enjoy this demo project and could get some really nice idea for improvements. Thx.

3_2004-2005 #141207
Multi-Sorting with ListView

Multi-Sorting with controls like 'ListView', was always an issue for VB programmers. Here is a dome project of multi-sorting with 'ListView' using 'ActiveX Data Access Object (ADO and ADOR)'. The Control has designed for single sorting / multi sorting with Characters / Numbers / date type data with ascending/descending order. The order of sorting has been indicated with the icon on the header. User also has possibility to change the arrangements of the fields. I hope this demo could give you idea to do multi-sorting with list view. Any comments/suggestion always appreciated. Thx.

Languages
Top Categories
Global Discovery