Search results

  1. P

    Looking for a Big Fat Book!

    Which must interesting to the core... All Genre are welcome, Only one criteria: it Should Big, Fat and Interesting to the core with much number of pages.
  2. P

    How old is your mouse? and How Many Buttons does it have?

    Please tell me the Brand name and the Model of that bigger mouse too. Thank you.
  3. P

    How old is your mouse? and How Many Buttons does it have?

    "https://www.highrez.co.uk/downloads/xmousebuttoncontrol.htm"
  4. P

    How old is your mouse? and How Many Buttons does it have?

    My Mouse (wired) is 7 years old and it has 10 buttons. Yours?
  5. P

    No one Cares...

    It's been over a month since I posted here. Was expecting atleast a single personal message from someone. No one cares... Personally Here. P.S: Please take this post in a lighter note. That emotional-for-everything Prabhakaran is long gone. I am new Cool Prabhakaran like this smiley 😎
  6. P

    How to replicate the Outlook Application's Default Behaviour?

    Sub ImportVCFFilesIntoGroup() ' Set folder path containing VCF files Const vcfFolderPath As String = "C:\Users\arrow\OneDrive\Documents\Contacts\" ' Set contact group name Const groupName As String = "BOSS" ' Create Outlook application object Dim olApp As...
  7. P

    How to replicate the Outlook Application's Default Behaviour?

    My client has more 11,000 contacts in his android phone. I backed it up to a pendrive in a single vcf file (37 MB). Initially I had some challenges on splitting the contacts inside that mother vcf file to single vcf files. Now I have more than 11,000 individual vcf files in a folder. The current...
  8. P

    Save My Shopping!

    Hi All, Good Evening. Just now I have received my first ever international shopping product. It's a Glade Plugin Aroma Diffuser and a Febreze Plugin Aroma Diffuser. Among those the Glade thing is specified to run on a 120V 60Hz 3.0W. I suppose that the Febreze also run on the same only. I am in...
  9. P

    Is anyone feeling the same?

    Very very difficult to get out of computer once sat on it...
  10. P

    What will happen If I decide to ditch the database?

    Beta version released
  11. P

    What will happen If I decide to ditch the database?

    Hi All, Thanks for your elaborated replies. The No.1 reason I want to shift to OOPs is that I don't want to heavily depend on any software to preexist to run my solutions. Just thought of creating my own my file formats and everything if it is required. I know it's a day dreaming so far. But I...
  12. P

    What will happen If I decide to ditch the database?

    and Completely dwell into Object Oriented Programming Only here onwards? How difficult would that be to grab the concepts and Develop on the same?
  13. P

    Is this mentality prevails only in India?

    The funny thing is: I worked for a week before quitting citing health issues. They haven't paid me for that week. And they are Doctors! How cheap! P.S: Not an IT job.
  14. P

    Is this mentality prevails only in India?

    We are paying him. "Let's make sure they aren't sitting free even for a moment. Always Make them work on something"
  15. P

    How to Restrict the List to other class property?

    In the below picture all veggies are listed. But as the Vendor is MGM. I want only Tomato to be listed. Possible?
  16. P

    How to Restrict the List to other class property?

    Sorry. Should have posted under VB.Net section. My bad.
  17. P

    How to Restrict the List to other class property?

    Object Oriented Programming
  18. P

    How to Restrict the List to other class property?

    I am asking the same on the coding time itself...
  19. P

    How to Restrict the List to other class property?

    Imports Microsoft.VisualBasic Public Class Vegetable Dim NameVal As String Property Name() As String Get Return NameVal End Get Set(value As String) NameVal = value End Set End Property End Class Imports Microsoft.VisualBasic...
  20. P

    Please recommend me a perfect tablet pc to read pdf files...

    p.s: I already have a Kindle but it's not a friend of all pdf files. What to do?
Back
Top Bottom