Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Mithun Shitole

@Mithun Shitole
About
Posts
17
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to auto expand combo box on focus. [modified]
    M Mithun Shitole

    Hi, I want to automatically expand Combo box on focus event. I have set the Droppeddown = True in gotfocus event, but this has a side effect. When click event gets fired, it expands dropdown and closes immediately. How can I avoid it?:confused:

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    modified on Monday, December 14, 2009 5:11 AM

    Visual Basic question com tutorial

  • Where to store additional files
    M Mithun Shitole

    Thanks for this quicky, I already have an installation project in solution. But if i add those files only in installation project, How can i access these files/folders while debugging my application? As my code uses path of exe+path of folder to access those files, folders must be inside application folder.

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic wpf com debugging question announcement

  • Where to store additional files
    M Mithun Shitole

    Hi, I'm developing an application which uses some additional files ( like images,templates etc). I have made folders in bin/debug/ dir so that i can access them relative to exe. Is this a correct way? As now i am switching to release configuration, I need to copy all these files with dlls which i refer to bin/release directory also. What should be done ideally?

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic wpf com debugging question announcement

  • Unistall from vb.net
    M Mithun Shitole

    got it. :thumbsup: Thanks

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic csharp com question

  • how to beat around shutdown –a
    M Mithun Shitole

    Thanks Dave, I am new to cp and was unaware of this cool feature.

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic help tutorial

  • Unistall from vb.net
    M Mithun Shitole

    Hi, I want to initiate a uninstall process of an application (already install) through another vb.net application. Is it possible?

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic csharp com question

  • how to beat around shutdown –a
    M Mithun Shitole

    Then I think you have to write your own daemon so that you can connect to it, n call a routine which will show a shutdown timer , and on time up call a forced shutdown with 0 time inerval. :)

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic help tutorial

  • how to beat around shutdown –a
    M Mithun Shitole

    Try setting the timeout parameter to 0.

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic help tutorial

  • Referece Lost [modified]
    M Mithun Shitole

    Thanks Nagy, I was completely unaware of "binary compatible" thing.

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic question csharp visual-studio com

  • how to beat around shutdown –a
    M Mithun Shitole

    RK, The link tells you about a function "ExitWindowsEx" Lib "User32" , If you set parameter to FORCE, I think it can not be stopped using shutdown -a. ( I have tried it once and failed as system gets shutdown quickly ) Also I have tried by creating a batch file as following:

    shutdown -f
    shutdown -a

    Still my system logged off. So i think ExitWindwsEx with FORCED parameter is function for you.

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic help tutorial

  • Referece Lost [modified]
    M Mithun Shitole

    I have resolved the issue using regsvr32. I register that dll and added references from COM reference. Thanks for your help.

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic question csharp visual-studio com

  • how to beat around shutdown –a
    M Mithun Shitole

    Hi, Following link might be useful. http://www.dreamincode.net/code/snippet90.htm[^] Personally I think its not a good idea to force shutdown on user for whatsoever reason.

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic help tutorial

  • Referece Lost [modified]
    M Mithun Shitole

    Hi, I am developing an application using vs 2008 and vb.net. There are 4 projects in my solution which uses a same DLL created in vb6. Now when I compile the solution each time my reference to dll gets lost in each project. ( I have added separate reference to each project). How can I overcome this problem? Is there any better way of adding reference in my case?

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    modified on Tuesday, June 16, 2009 1:57 AM

    Visual Basic question csharp visual-studio com

  • How to deploy dll before custom action
    M Mithun Shitole

    Sorry I forgot to mention, I am using vs 2008 deployment project. I have added a custom action to it. My main project is in vb.net.

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic sysadmin help tutorial

  • Reference Problem
    M Mithun Shitole

    Can you explain a bit more , and send the related code? I think answer lies here:

    Member 6294146 wrote:

    The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

    Mithun Shitole "Free Your Mind" http://www.technoyaari.com

    Visual Basic help csharp css

  • How to deploy dll before custom action
    M Mithun Shitole

    Hi, I have created a custom action which requires a reference to a dll say dll1, that dll in turn requires reference to another dll say dll2. Now I have a deployment issue of how to install dll2 before custom action takes place. I got the file not found exception for that dll from custom action. I have tried manually copying dll2 in system32 folder and my installer worked fine.

    Visual Basic sysadmin help tutorial

  • Need Help For reminder application
    M Mithun Shitole

    Hi , I'm developing a intranet application in vb.net. It includes reminders for users . I hav stored information regarding reminders in sql database. How can I create actual reminder (so that user will be Alerted )!!!! plz help me ...

    IT & Infrastructure database csharp help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups