Search results

  1. P

    How to access the same database file between two projects in a Visual Studio Solution?

    ProjectA: C# class library project ProjectB: .Net MAUI Blazor Hybrid project
  2. P

    Can Dettol be used as an After Shave Lotion?

    been collecting and using various types of After shaves recently. Why not Dettol?
  3. P

    What all are the features that do run in Ms Access Application. Not in Runtime?

    Sure Pat. Thanks. Will Test and update soon.
  4. P

    What all are the features that do run in Ms Access Application. Not in Runtime?

    Sorry. Not that much good in Grammar. I failed in English classes :(
  5. P

    What all are the features that do run in Ms Access Application. Not in Runtime?

    So. You all suspect the same? That a feature which is not running in a subscribed application may run in runtime...!
  6. P

    What all are the features that do run in Ms Access Application. Not in Runtime?

    My client's Ms Office trial license has expired. Planning to utilize the runtime instead of purchasing the application... if it works Private Sub SaveToPenDrive() Call DoCmd.OpenReport("Delivery_Weekly", acViewPreview, , "Customer=" & Me.ID.Value) If Dir("E:\Software Bills\" & Date & "\"...
  7. P

    Is there a way to get control on the call audio of an android phone?

    Hi All, Good Morning. I am Prabhakaran from India. I am building an Android app using .Net MAUI. The app I am trying to build is an IVR type of application. I am able to route calls and all, but I am not able to get into the call audio of an incoming call. Means, I am able to attend an incoming...
  8. P

    Hope you have seen creatures like this before...

    Hello, Spanky's diaper service, you mess em we press em,, how can I help you? Ha.. Ha..
  9. P

    Hope you have seen creatures like this before...

    Thanks Pat, Uncle Doc and Issac for your replies. But Markk, The only thing that I am feeling about that person is that "some people don't want to give something good to other people that 'easily' " He wants me to "convince" him to get that project from him. He wants me to call him one another...
  10. P

    Happy Father's Day

    Unfortunately. Sorry. I haven't got a good one.
  11. P

    Hope you have seen creatures like this before...

    Only one thing is for sure. Whatever He is doing He is doing it Deliberately...
  12. P

    Hope you have seen creatures like this before...

    Sorry. If am taking the nighttime for sharing my personal problems over here. I really, really don't know what's running on his mind. Day1: Went to a Saloon for a Haircut + Shaving. While handing me the remaining balance for my tendered amount, I observed him entering data in a physical plain...
  13. P

    How to be cool despite of a person taking you granted and deleting your posts...

    Yes. The same "Taken for Granted". I am not expecting appreciation and all and Not to delete my posts at the least.
  14. P

    How to be cool despite of a person taking you granted and deleting your posts...

    The person who deleted my post called me few minutes before and told me "That it was by Mistake". Some Good Fellas at the group might have persuaded him to do the same I think. Anyways: "Cooling Down". Thank you all for your supportive post and advices. I really love you all. Thanks.
  15. P

    How to be cool despite of a person taking you granted and deleting your posts...

    Even I am an Admin too but I don't want to reciprocate such a nasty behaviour...
  16. P

    How to be cool despite of a person taking you granted and deleting your posts...

    Not here... In my old school WhatsApp group. Have no one to ventilate that's why sharing here... If this violates or being absurd kindly delete this post. Otherwise thankyou all for being a shoulder to cry. I am feeling a lot relieved after sharing this Here...
  17. P

    How to read and save this like this? Automatically!

    Sorry. Upon seeing High traffic in this section I posted here. Kindly move it to .Net section if appropriate. Thanks.
  18. P

    How to read and save this like this? Automatically!

    Customer.cs using System.ComponentModel.DataAnnotations.Schema; namespace M_VM_V { public class Customer { private readonly MyDbContext _context; public Customer() { } public Customer(MyDbContext context) { _context = context; }...
Back
Top Bottom