Can someone tell me if I can add a new column in the Explorer of Windows Vista or Windows Server 2008?

Hello

Previously in Windows XP and 2003, IColumnProvider is available using which it was possible to add a new column to Windows Explorer Details view, but with the removal of this API, the new columns are is not displayed in Windows Explorer on a Vista or Windows 2008 Server. It is said that there is a new concept of property system. So I would like to know if it is possible to implement something similar uses of property systems.

These forums are for end users, rather than developers. You must use the MSDN Forums to get this kind of information.

http://social.msdn.Microsoft.com/forums/en-us/categories

Tags: Windows

Similar Questions

  • I can't do the web pages of my drive to display in Internet Explorer in Windows Server 2008 32-bit

    I saved web pages on my local drive, but I can't seem to display in Internet Explorer in Windows Server 2008 32-bit by entering the URL in the address bar, even if they appear when I click on the file in Windows Explorer. The IIS7 start page, even if the document by default, I made the file you want.

    Hello

    The issue you have posted is related to Windows Server 2008, I recommend you post this question in the Windows Server forum.
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • Is it possible that we can add a custom column to the Inbox in the process BPM workspace

    Hello

    I want to know is possible that we can add a custom column in the Inbox view in the process (Oracle 11g SOA BPM) BPM workspace?

    Thank you

    Brijesh Kumar Singh

    Hello

    I have had, now it works fine

    Thank you

    Brijesh Kumar Singh

  • Unable to add a new column to the table of the LCD? Option, just usually add it.

    I have a form of LCD with a table in it. Im trying to simply add a new column to the table. The option is there, but the column appear just after clicking Add the column to the left. I selected a column, right click the space > insert > column to the left. But the habit intsert. The object table properties tab shows lines and colum numbers, but they are grey.

    See screenshots:

    http://www.emermed.NET/staging/forums...

    http://www.emermed.NET/staging/forums...

    It is a dynamic array, where a new line can be inserted using a button. Is that the dynamic nature of the question? ID hate to cancel all the flow dynamics and programming just to add a column, and then reapply them all.

    Thank you!

    Hello

    You do not add the columns in the object > palette (screenshot 2) of the Table. I suspect that the problem is that it is not enough on the page (in the content area) to add the column. In the screenshot 1, if you look at the width of the column highlighted from the space to the right of the table, you will see that a column can be added due to restrictions of space.

    Reduce the width of the column highlighted (temporarily), and then add a column. Once added, you can resize the columns to match the width of the page.

    Hope that helps,

    Niall

  • Please let me know how I can add a new column with a constraint not null, table already has data, without falling off the table... Please help me on this issue...

    Hello

    I have an emp_job_det with a, b, c columns table. Note that this TABLE ALREADY has DATA OF THESE COLUMNS

    IAM now add a new column "D" with forced not null

    Fistly I alter the table by adding the single column "D", if I do, the entire column would be created with alll of nulls for the column DEFAULT D

    ALTER table emp_job_det Add number D; -do note not null CONSTRAINT is not added

    Second... If I try to add the constraint not null, get an eoor as already conatained null values...

    (GOLD)

    In other words, if I put the query

    ALTER table emp_job_det Add number D NOT NULL; -THROWS ERROR AS TABLE ALREADY CONTAINS DATA

    So my question is how how can I add a new column with a constraint not null, table already has the data, without falling off the table

    Please help me on this issue...

    Add the column without constraint, then fill the column. Once all the rows in the table are given in the new column, and then add the constraint not null.

  • Add a new column to the folder in the administrator of Discoverer9i

    Hello

    We use Discoverer9i administrator. Initially, we have created a view and add this point of view in Discoverer Administrator. After somtime, we added two new columns in the view, but these new columns are not reflective in Discoverer Administrator.

    I would like to know how we can add these two column in discoverer in the same folder without delete and recreate the folder.

    Kind regards

    Hassan

    Hello

    Login in as discoverer administrator, right-click on the folder and select Refresh. This should prompt then allows you to add new columns to the folder.

    Rod West

  • Can't see 7 files in the Explorer of Windows 7 slate

    I just got this and try to understand. I see lots of files in file HP Manager but when I plug the Tablet inot my PC I see only 2... DCIM and photos, and has nothing under them (except a picture I took) as well as a file that I created. When I try to copy something the PC in the folder I created I get a message: "cannot collapsed copy device not responding or has been disconnected" but I can copy a PDF file of the tablet to the PC. I access to the internal memory as I don't have a microSD yet (if that makes a difference).

    I plugged it as PTP, because if I connect like PSG, Windows Explorer is not recognize and see the tablet.

    For any help or suggestion would be appreciated.

    Just FYI I managed to connect to:

    (a) implementation Option ON developers

    (b) USB debugging WE

    Then I could see the internal memory and the SD card as external storage on my PC.

    Given that the Tablet connects to three other computers as it normally should, I came to the conclusion that the problem is with the installation of Win 7 on my counter top and possibly some software conflicts.

  • Add a new column in the table of research Serial_number remaining each time 1-10

    Hi all
    I need to add a column to the lookup table Serial_number and what I want is that he must view 1-10 on each page. I press Next and it should even once show Sr 1-No...
    To do this, I added a temporary variable to the SearchVO and central for the Table region code is the following:-
    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processFormRequest (pageContext, webBean);
    Am = (SearchAMImpl) pageContext.getApplicationModule (webBean) SearchAMImpl;
    SearchVoExImpl vo = (SearchVoExImpl) am.getSearchVoEx ();
    SearchVoExRowImpl searchRow = (SearchVoExRowImpl) vo.first ();
    searchRow.setSerial (new Integer (1));
    While (VO.hasNext ())
    {
    If (searchRow.getSerial () .intValue () == 11)
    searchRow.setSerial (new Integer (1));

    int i is searchRow.getSerial () .intValue ();.
    Integer p = new Integer(i+1);
    searchRow = (SearchVoExRowImpl) vo.next ();
    searchRow.setSerial (p);
    }
    }

    I am facing this problem is when I sort the result table by any column, that serial number gets disappeared.
    And also when I press the Go button to search it shows me the final results first.
    Please help me.

    "Now the left only problem is that it shows me the latest results first."

    This could happen if the rowIterator has been moved to the end. Please try this code.vo.setCurrentRow (vo.first ())

    Thank you

    Stephany

  • Can we add a new column to a UNIQUE INDEX with out droping the same index?

    Can one please let me know how to add a new column to the UNIQUE INDEX existing on the same fall.
    DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production 64-bit
    Thank you.
    Mahi.

    TechMahi.com wrote:
    Can one please let me know how to add a new column to the UNIQUE INDEX existing on the same fall.
    DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production 64-bit
    Thank you.
    Mahi.

    I think that its doable and I don't think that it should be feasible to all too since that would disrupt the structure of index completely. I think, you must delete the existing one to add a new column that is do a composite index.

    Aman...

  • How can I connect to my server (which runs on windows server 2008 rc2) via IP REAL using rdp, while the VPN connection is active?

    Hello

    How can I connect to my sServer (which runs on windows server 2008 rc2) via IP REAL using rdp, while the VPN connection is active?

    Hello Marie Smith.

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the link below.

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads/

    Hope this information helps.

  • 7.1 WS can run on Windows Server 2008 R2?

    Pouvez Workstation 7.1, that supports the x 64 Windows Server 2008 R2 VM guests, run on a x 64 Windows Server 2008 R2 Server?

    If it works, I can run several Machines virtual Windows Server 2008 R2.

    Hello

    RTM - http://www.vmware.com/pdf/ws7_manual.pdf PAGE 26 if you want to see for yourself. Windows Server 2008, Enterprise Edition, SP1, R2

    Windows Server 2008 Standard, SP1, R2

    Yes, he does!

    See you soon,.

    Chad King

    VCP-410. Server +.

    Twitter: http://twitter.com/cwjking

    If you find this or any other answer useful please consider awarding points marking the answer correct or useful

  • Add a new column with DEC

    Hi all

    I have tab_trans of transactions table which has nearly 20 million records.
    He has entries of all transactions. If any transaction is canceled or partially canceled it also stored there.
    To know entirely cancelled transactions currently, we need calculate the sum of the amount of the transaction based on trans_date and trans_id.
    To avoid this, I want to add a new column to the table. But it takes a lot of time hell.
    This is the structure of the table.
     
    Trans_id     Trans_date     Ref_trans_id     Ref_trans_date     Trans_amount         Trans_ind        
    10000     2/2/2010 13:12:10                                   100                      0        
    10001     8/2/2010 12:43:55                                   300                      0        
    10002     11/2/2010 09:23:24     10000     2/2/2010 13:12:10        -20                      1        
    10003     22/2/2010 10:32:45     10000     2/2/2010 13:12:10        -40                      1        
    10004     23/2/2010 09:45:23     10001     8/2/2010 12:43:55        -300                      1        
    10005     24/2/2010 07:30:23                                   500                      0      
    
    So I decided to create a temp_table using CTAS from tab_trans add the rest_amount column and update it with trans_amount in CTAS itself.
    
    create table temp_tab_trans as select Trans_id,Trans_date,Ref_trans_id,Ref_trans_date,Trans_amount,Trans_amount rest_amount from tab_trans ;
    
    Then I find out the rest_amount using correlated query.
    
    update  temp_tab_trans a  set rest_amount =nvl (select sum(trans_amount) from tab_trans b where b.ref_trans_date=a.trans_date and b.trans_id=a.trans_id),trans_amount) where trans_id=0;
    
    My intended result is :
    
     
    Trans_id     Trans_date     Ref_trans_id     Ref_trans_date     Trans_amount           Trans_ind          Rest_amount
    10000     2/2/2010 13:12:10                                      100                    0         40
    10001     8/2/2010 12:43:55                                      300                    0         0
    10002     11/2/2010 09:23:24     10000     2/2/2010 13:12:10           -20                    1        -20
    10003     22/2/2010 10:32:45     10000     2/2/2010 13:12:10           -40                    1        -40
    10004     23/2/2010 09:45:23     10001     8/2/2010 12:43:55           -300                    1       -300
    10005     24/2/2010 07:30:23                                      500                    0        500
    IE > partially/fully cancelled transactions should refresh the rest_amount in the original transaction (where trans_id = 0).

    After the temp_tab_trans, I create indexes as in tab_trans and deposit of tab_trans and rename temp_tab_trans to tab_trans.


    Can I do the update in the ETG itself? Can someone help me...

    Hello

    You can get the sum without a subquery using the analytical SUM function, like this:

    CREATE TABLE     temp_tab_trans
    AS
    SELECT     t.*
    ,     CASE
              WHEN  trans_ind = 0
              THEN  SUM (trans_amount)
                   OVER ( PARTITION BY  NVL (ref_trans_id,   trans_id)
                          ,          NVL (ref_trans_date, trans_date)
                        )
              ELSE  trans_amount
         END     AS rest_amount
    FROM     tab_trans     t
    ;
    

    If you wish to post, CREATE TABLE and INSERT statements for your sample data, and then I could test it.

  • Can someone tell me what 5 Lightroom will be updated to accept the RAW of Nikon D750 images?

    Can someone tell me what 5 Lightroom will be updated to accept the RAW of Nikon D750 images?

    Today, like right now. There is a 5.7, Lightroom now available for download and installation. It includes support for the camera. If you have not yet been notified, go to help-> updates. It should guide you through the update process.

  • Open with options: I want to add a new application to the list right click on file-> open with and rearrange the list so my search app is first. I know that I can use open with-> other and select any application, but it takes too much time since I u

    I want to add a new application to the list right click on file-> open with

    and also reorder the list so my search app is first / top of the list.

    I know that I can use open with-> other and select any application, but it takes too long I should use my intended application in this way several times a day.

    Basically, I'm looking for a configurable way configure open with, something more to send to Windows.

    Thank you very much for all the advice offered.

    The operating system, not you, not control that open with the menu command.

  • How can I add a new site under the heading 'Favorites '?

    How can I add a new site under the heading 'Favorites '?

    See: https://www.winhelp.us/internet-explorer-11-favorites.html

    He will explain

Maybe you are looking for

  • Satellite Z830 - limit of wireless reception

    I love my new Ultrabook but have been disappointed by the ability of wireless reception when, in an area of low signal strength. My work laptop is not a problem in the same area. Is there a way to strengthen the capacity of the Ultrabook Z830 of Sate

  • Satellite L350 updated Bios to pad 2.1 and lost

    Hello As indicated above for the update Bios to 2.1 later I lost the functionality of numeric keypad, not the right side as if it were a good keyboard.The above keys work IE delete scroll etc. The numlock light does not illuminate, but it does if I a

  • Display Port-> HDMI - no sound

    I connected my t410 to my HDTV using a DP-> HDMI adapter but no sound from the TV. don't you think it's a problem with my computer, which once connected claims that HDMI sound is on and all the way up, my DP connection, the adapter I use or my TV?

  • IE8 vs Adobe PDF

    I have windows xp.  because IE8 was installed a few months ago, I'm unable to retrieve different pdf files from Web sites (such as tax forms).  IE "have a problem" then stops. Today, I tried for a refund online form and got an error visual c ++ runti

  • photosmart HP 6520 paper tray and touchcreen questions

    I just bought the photosmart 6520 but the hood for the paper tray seems not laid flat on the top it leaves a small space between the tray and cover with the lid.  looking around online all the photos I find paper without the space show sitting flat o