VB Windows Forms Application Aero

Hi everyone, for quite some time I've avoided using aero forms whilst developing in VB. This is because I've been unable to find working code that allows me to utilize aero capabilities and standard Windows Forms controls at the same time. The issue I'm
having is that any text becomes totally transparent as seen below.
 However in the designer view the text colour is set to the default...
This is a problem across any control that has text on including textboxes, checkboxes etc...
Any help is greatly appreciated, thanks :)

Hi everyone, for quite some time I've avoided using aero forms whilst developing in VB. This is because I've been unable to find working code that allows me to utilize aero capabilities and standard Windows Forms controls at the same time. The issue I'm
having is that any text becomes totally transparent as seen below.
 However in the designer view the text colour is set to the default...
This is a problem across any control that has text on including textboxes, checkboxes etc...
Any help is greatly appreciated, thanks :)
Hello,
Since the original issue is related to that template which is not supported in this forum, you could post issues related to that template to the part Youjun has suggested.
And if you have any issue regarding that sample you have shared with us, you could feel free to post it with a new thread in the forum we suggested, we will focus on that thread to help you.
Thanks for your understanding.
Regards.
Carl
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • How to create a setup for window form application including the related sql database?

    i have created a simple window form application project that have only 2 form..
    1st one for login in which it'll check the userid n password from database.if both are correct then it will go to 2nd form.
    now i want this project to run in another computer.
    i created a setup file but its showing some error regarding the database instances connection..
    so if anyone can tell me in details how to create the setup file then it'll b a great help..
    thanx in advance..

    Hi,
    Consider the above scenario,I suggest you to use the SQL Server Compact+ ClickOnce Deployment, A Compact SQL database is a file that can be bundled with your application installation. Below is a link guiding you through the creation process of a SQL Compact
    database.
    http://technet.microsoft.com/en-us/library/ms173009.aspx
    The following link discusses setting up the necessary dependencies and prerequisites for SQL Server Compact. (Note, you will need to scroll to the section entitled Private File–Based Deployment.)
    http://msdn.microsoft.com/en-us/library/aa983326(v=VS.100).aspx
    A ClickOnce Deployment can help you publish your application attach compact SQL database into client machine.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Windows Video Player: Windows Forms application (C#)

    I need to incorporate Windows Video Player in Windows Forms application (C#) using Visual Studio 2013, .Net Framework 4.5 , I have already MS Windows Media Player but it does not meet my demanding situation so I need third party media player control for
    Windows Media player control.
    Can anybody help me about this concern.
    thanks,

    Hello,
    I'd Bing "Video Player" control C#
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Should I use "Windows Forms Application" or "WPF Application" or ..... ?

    Hi everybody!
    I want to become a master programmer.
    I want to programming "Windows Desktop"  
    I am using Visual Studio Ultimate 2013 by language C# on  Windows 8 OS
    I am confusing because Should I use "Windows Forms Application" or "WPF Application" or .....?
    which one is better?
    Help me!!!!!!!! Please!!!!!
    Thanks a lot!
    if possible, please send me "step by step exercises about the WPF Application to email: [email protected]
    thanks again

    Although I don't have much experience with WPF, only Windows Forms, this blog post might shed some light on which decision you should make:
    http://rachel53461.wordpress.com/2012/10/12/switching-from-winforms-to-wpfmvvm/
    If you are looking to just add a quick and dirty UI on top of a small script or executable tool, Windows Forms would be the answer, as it is very easy to learn and use. However, since you have the best tools currently available, and you say you want to do
    it the right way, I would say learn WPF now. You will benefit from it later on.

  • Insufficient permissions for performing this operation through Windows Form application.

    When accessing a report through the browser the user can view the report, however, have a report viewer in a Windows Form application get the below error when loading the report:
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    System.Web.Services.Protocols.SoapException: The permissions granted to user
    'domain\username'
    are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'domain\username' are insufficient for performing this operation.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at ReportServer.ReportService.ReportingService2010.GetReportServerConfigInfo(Boolean ScaleOut)
       at ReportServer.ReportItems.GetReportServerName()
       at Evolution2Application.FormMain.treeViewEvolutionReports_AfterSelect(Object sender, TreeViewEventArgs e)
       at System.Windows.Forms.TreeView.OnAfterSelect(TreeViewEventArgs e)
       at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
       at System.Windows.Forms.TreeView.WmNotify(Message& m)
       at System.Windows.Forms.TreeView.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    C# code I use to connect to the reporting service
    ReportingService2010
    rs =newReportingService2010();
    rs.Credentials
    =System.Net.CredentialCache.DefaultCredentials;
    rs.Url
    =http://sqlserver01/reportserver/reportservice2010.asmx;
    Can someone explain what I need to do to prevent getting this error, the user has ContentManager rights on the server through a security group.

    found the issue rs.GetConfigInfo(false) was causing the error, now removed this.

  • Windows Forms Application Crashes Out with "Faulting module name: clr.dll"

    OS: Windows 7
    Framework: 4.5
    Windows Form Application crashes while invoking printer settings method "printersettings.sethdevmode()"
    Application: DHSDEVASystem.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.AccessViolationException
    Stack:
       at System.Runtime.InteropServices.Marshal.CopyToManaged(IntPtr, System.Object, Int32, Int32)
       at System.Runtime.InteropServices.Marshal.Copy(IntPtr, Byte[], Int32, Int32)
       at System.Drawing.Printing.PrinterSettings.SetHdevmode(IntPtr)
       at DHSPresentationLayer.Logic.PrinterAPI.OpenPrinterPropertiesDialog(System.Drawing.Printing.PrinterSettings, System.Windows.Forms.Form)
       at DHSPresentationLayer.Logic.PrinterAPI.SendFileToPrinter(DHSPresentationLayer.Logic.PrinterInfo, System.String, System.Windows.Forms.Form)
       at DHSPresentationLayer.Logic.PrinterAPI.PrintLabel(System.String, System.String, System.Data.DataTable, System.Func`2<System.String,System.String>, System.String, System.String, Int32, System.Windows.Forms.Form)
       at DHSPresentationLayer.MRPFR130.showSSReport()
       at DHSPresentationLayer.MRPFR130.confirmCancelCloseButton_Confirm()
       at MINDBaseFormLibrary.BaseScreenReports.confirmCancelCloseControl1_EventButtonClicked(System.Object, DHSControlLibrary.MyEventArgs)
       at DHSControlLibrary.ConfirmCancelCloseControl.OnEventButtonClicked(DHSControlLibrary.MyEventArgs)
       at DHSControlLibrary.ConfirmCancelCloseControl.cmdConfirm_Click(System.Object, System.EventArgs)
       at System.Windows.Forms.Control.OnClick(System.EventArgs)
       at Infragistics.Win.Misc.UltraButtonBase.OnClick(System.EventArgs)
       at Infragistics.Win.Misc.UltraButton.OnMouseUp(System.Windows.Forms.MouseEventArgs)
       at System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message ByRef, System.Windows.Forms.MouseButtons, Int32)
       at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)
       at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)
       at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
       at System.Windows.Forms.NativeWindow.DefWndProc(System.Windows.Forms.Message ByRef)
       at Infragistics.Win.UIAutomation.UiaProviderControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
       at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
       at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
       at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
       at System.Windows.Forms.Application.Run(System.Windows.Forms.Form)
       at DHSPresentationLayer.Program.Main()
    then 1 second after :
    Faulting application name: DHSDEVASystem.exe, version: 7.8.0.4, time stamp: 0x54c8f680
    Faulting module name: MSVCR110_CLR0400.dll, version: 11.0.50709.17929, time stamp: 0x4ffa580c
    Exception code: 0xc0000005
    Fault offset: 0x0000156e
    Faulting process id: 0x8ec
    Faulting application start time: 0x01d046916142e1e3
    Faulting application path: C:\Users\savaa\AppData\Local\Apps\2.0\DR9VMJ96.MZ3\DP07HVCX.MDB\dhsd..tion_0000000000000000_0007.0008_cfa90b0813b3f063\DHSDEVASystem.exe
    Faulting module path: C:\Windows\system32\MSVCR110_CLR0400.dll
    Report Id: 38cf9363-b285-11e4-b29f-0023242a2561
    The PC is on windows 7 32 bits with .net 4.5 installed.

    Hello,
    Based on the exception message, I found that your project is build with .NET 4.0, you could consider changing it to .NET 4.5.
    If you want to keep it built with .NET 4.0, then you could consider the following fix.
    FIX: "Faulting module name: clr.dll" error message when you run a Microsoft .NET Framework 4-based application
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cannot package a windows form application

    HI, I have developed a Windows Form app and am going to package it into .appx file for uploading onto Windows Store. I am using Visual Studio 2013 Community Edition and there is no Package.appxmanifest in the project's solution explorer to do the packaging.
    How can I enable the Package.appxmanifest onto the solution explorer?

    You cannot deploy a Windows Forms application to the Windows Store. You have to develop a Windows Store App, which is a special and new kind of Windows application that only runs on Windows 8 and later versions of Windows:
    https://msdn.microsoft.com/en-us/library/windows/apps/dn726767.aspx?f=255&MSPPError=-2147217396
    Please ask any further questions you may have about Windows Store App development in the following forum:
    https://social.msdn.microsoft.com/Forums/windowsapps/en-US/home?forum=winappswithcsharp
    You can only list (but not actually upload) a desktop app in the store. Please refer to the following page for more information about how to do this.
    Listing your desktop app in the Store:
    http://blogs.msdn.com/b/windowsstore/archive/2012/06/08/listing-your-desktop-app-in-the-store.aspx
    Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question. Please don't post several questions in the same thread.

  • Windows forms application not showing in express 2012 windows 8.

    I downloaded Visual Studio Express 2012 for windows 8.  I am trying something in Visual Basic and need to select  Windows Forms Application.   Visual Basic and Windows Store are available on the left side of the window.  
    Windows Forms Application Template is not  in the New Project dialog box.  How is this?  What can be done?

    You downloaded the wrong edition if you want the Windows Forms template.
    VSE 2012 for Win 8 supports Windows Store app development.
    You want the VSE 2012 for Windows
    Desktop edition.
    Better still, you could get the new, free, Visual studio 2013 Community Edition, which supports Windows Desktop, Windows Store, and web application development:
    http://www.visualstudio.com/downloads/download-visual-studio-vs

  • I Need Help Trying to Play (.pls) files in a simple windows forms Application

     So I'm try to build application that when I click on the icon it opens a little window and play the url .pls. I already got the graphics of the app i just to get the code and I've been looking around for but all i got was this code
    typedef struct
    int count;
    void **name;
    void **displayname;
    } Playlist;
    Playlist* my_playlist; // SHOUTCAST PLAYLIST
    #define BOX(text) MessageBox(NULL,text,"Info",MB_OK | MB_TOPMOST);
    char *stristr(char *string2, char *string1) // from /samples/fmod/Main.c
    char *s1 = strdup(string1);
    char *s2 = strdup(string2);
    char *ret = 0;
    int i, j;
    int len1 = (int)strlen(string1);
    int len2 = (int)strlen(string2);
    for (i=0;s1[i];i++) s1[i] = tolower(s1[i]);
    for (i=0;s2[i];i++) s2[i] = tolower(s2[i]);
    for (j=0;j < (len2 - len1);j++)
    char *a = s1;
    char *b = &s2[j];
    for (i=0;(i < len1) && *a && *b;a++, b++, i++)
    if (*a != *b)
    break;
    if (i == len1)
    ret = &string2[j];
    break;
    free(s1);
    free(s2);
    return ret;
    Playlist *ParsePlaylist(char *name) // from /samples/fmod/Main.c and MSDN
    char *filebuf, *p;
    Playlist *playlist = 0;
    int count, i;
    // Check if URL is null
    if (!name)
    BOX("Streaming URL is empty");
    return 0;
    // Check if URL is a *.pls file
    if (_stricmp((const char *)".pls", (const char *)(&name[strlen(name) - 4])))
    return 0;
    // Create a WinInet session
    HINTERNET hSession = InternetOpen(_T(""), INTERNET_OPEN_TYPE_PRECONFIG, 0, 0, 0);
    // Prepare a request
    HINTERNET hRequest = InternetOpenUrl(hSession, name, 0, 0, 0, 0);
    // Send the HTTP request.
    HttpSendRequest(hRequest, 0, 0, 0, 0);
    // Read the response data.
    DWORD dwNumberOfBytesAvailable = 0;
    do
    // Retrieve size of remote file
    InternetQueryDataAvailable(hRequest, &dwNumberOfBytesAvailable, 0, 0);
    if (0 < dwNumberOfBytesAvailable)
    // Allocate buffer memory
    filebuf = new char[dwNumberOfBytesAvailable + 1];
    filebuf[dwNumberOfBytesAvailable] = 0;
    DWORD dwBytesRead = 0;
    // Read remote file and put in buffer
    InternetReadFile(hRequest,
    filebuf,
    dwNumberOfBytesAvailable,
    &dwBytesRead);
    //BOX(filebuf);
    while (0 < dwNumberOfBytesAvailable);
    // Close the request handle.
    InternetCloseHandle(hRequest);
    // Close the WinInet session.
    InternetCloseHandle(hSession);
    // Parse the pls file (from Fmod sample)
    p = stristr(filebuf, "NumberOfEntries=");
    if (!p)
    BOX("Streaming : NumberOfEntries in pls file not found");
    return 0;
    p += 16;
    count = atoi(p);
    if (!count)
    BOX("Streaming : numeric value for NumberOfEntries not found");
    return 0;
    playlist = (Playlist *)calloc(sizeof(Playlist), 1);
    if (!playlist)
    BOX("Streaming : can't allocate memory for pls file (playlist)");
    return 0;
    playlist->count = count;
    playlist->name = (void **)calloc(sizeof(char *) * count, 1);
    if (!playlist->name)
    BOX("Streaming : can't allocate memory for pls file (playlist->name)");
    return 0;
    playlist->displayname = (void **)calloc(sizeof(char *) * count, 1);
    if (!playlist->displayname)
    BOX("Streaming : can't allocate memory for pls file (playlist->displayname)");
    return 0;
    for (i=0;i < count;i++)
    char tmp[32];
    char *filename, *displayname, *t;
    filename = displayname = 0;
    sprintf(tmp, "File%d=", i + 1);
    p = strstr(filebuf, tmp);
    if (p)
    p += strlen(tmp);
    t = p;
    for (;*t && (*t != 0xa) && (*t != 0xd);t++);
    if (*t)
    char tmpc = *t;
    *t = 0;
    filename = _strdup(p);
    *t = tmpc;
    if (strncmp(filename, "http://", 7) && strncmp(filename, "http:\\\\", 7))
    char *tmpname = _strdup(filename);
    p = &tmpname[strlen(tmpname) - 1];
    for (;(p > tmpname) && (*p != '\\') && (*p != '/');p--);
    if ((*p == '\\') || (*p == '/'))
    p++;
    displayname = _strdup(p);
    free(tmpname);
    playlist->name[i] = filename;
    playlist->displayname[i] = displayname;
    free(filebuf);
    return playlist;
    [main code]
    char string_music[256] = "http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=6042&file=filename.pls"; // For example
    // Parse the remote file (in case it's a Shoutcast playlist (*.pls))
    my_playlist = ParsePlaylist(string_music);
    if (my_playlist)
    strcpy(string_music, (char*) my_playlist->name[0]); // for the first song in the playlist
    FSOUND_STREAM * my_stream = FSOUND_Stream_Open(string_music, FSOUND_NORMAL | FSOUND_NONBLOCKING, 0, 0);
    int int_sound_mp3 = FSOUND_Stream_Play(FSOUND_FREE, my_stream);
    and i got to link it to Wininet.lib
    and I'm a noob so i got problems as soon as i tried to put everything together
    so any help greatly appreciated 
    BTW if you know any other ways, that I'll be able to stream the audio that will be great to.
    heres the link for the audio stream (.pls)
    http://panel3.serverhostingcenter.com:2199/tunein/nrlsxglp.pls

    Hello 0cooldex0,
    What library do you used in this scenario? I haven't saw this FSOUND_STREAM from MSDN library.
    By the way, winform general is used for talking about Windows Form library, is is using C# or VB.NET but not C or C++. You are not posting in the right forum.
    In my point of view, you may choose the forum depending on the library you choosed and post on specific forum.
    Regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Setting up the update feature of a windows form application from a linux webserver on the internet.

    I'm building an application in windows forms and have the way to publish it into an ftp folder at a Linux server on the internet where I have a web hosting account.
    I set up the application to update from a specific url.
    after publishing VS2010 keeps telling me that it can't see the published application and when I start the application, it does not update at all..
    Is it even possible to setup this configuration?
    Please advice how I need to configure my publish so I can
    1) Install from a web server url hosted on linux
    2) update directly from that web server url hosted on linux
    thanks
    Jorge Reyes

    Hello Jorge,
    Since this issue is related with applicaiton deployment, I ask the moderator to move it to the clcikOnce forum there ClickOnece experts will help you. The current forum is for windows desktop application development. 
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to make log in windows form application

    I am trying to build a program with log in at the start
    i was doing this log in by make a global class on program.cs file 
    and this global contain : id and name to know who is the user 
    is that correct or there is a better way to do that ? 

    i am talking about windows form not wpf
    Hello,
    Maybe we should focus on the nice tool shared by darnold924 instead of just noticing that sample is wpf.
    We could make sure that tool also works for winform applications, you could refer to the following document.
    #Configure Log4Net for Desktop and Web Applications
    http://www.codeproject.com/Articles/11328/Configure-Log-Net-for-Desktop-and-Web-Applications
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Best file location for VS2013 Windows Form applications on a stand alone PC (Windows 7) upgrading from VS2008 Standard?

    Hi and Help,
    I'm in the process of upgrading my VS2008.Standard Windows Forms apps to VS2013.Pro.  My concern is I've got the VS2008 apps scattered in folders all over my disc; this includes the VS2008 published apps. 
    All of the converted apps are being stored in one folder,
    VB13_AppSource, in their own sub-folders.  (I don't know if it makes any difference here, but all of these apps, except one which is a Sudoku screen app, use SQL2005.Express.  After I've made all the conversions, I'll upgrade SQL
    to the latest Express available down the road in several months.  Included will be an upgrade from my current SSMS to the latest SQL Server Management Studio. )
    What I'd like from you are recommendations and document locations on how to store VS2013 apps on my C drive.  Please note that I'm using Net 4.5.1.  Some of my thoughts are:
    Source folder for all applications
    Folder for all published apps
    Folder for Class Library(s?)
    Folder for Active SQL Databases
    Folder for Test SQL Databases
    Thanks for your help,
    Terry 01

    Hi Terry01,
    Thanks for your reply.
    Based on your issue, I suggest you can refer the Jack's suggestion to check your issue from the follwoing
    thread.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/3d128a21-f3b5-430e-b146-60eea577194f/converting-vs-2005-project-to-vs-2013?forum=visualstudiogeneral
    In addition, I find some msdn document about how to upgrade the project to VS2013, you can refer it.
    https://msdn.microsoft.com/en-us/library/hh690665.aspx
    https://msdn.microsoft.com/en-us/library/ms185327.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Windows Forms Application, the name does not exist in the current context

    Probably duplicated here somewhere but I haven't found it yet. I've solved all other errors, have using statements and references lined up yet get this error for my instances in GUI_Load method in PresentationGUI.cs. My solution contains class libraries/projects
    for Housing, SingleFamily, MultiUnit and HousingAPP w/contains PresentationGUI and Program.cs.
    Code looks like this:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using HousingNameSpace;
    using SingleFamilyNameSpace;
    using MultiUnitNameSpace;
    namespace HousingAPPNameSpace
        public partial class PresentationGUI : Form
            //private SingleFamily singlefamily;          apparently this is not the solution
            //private MultiUnit multiunit;       
            public PresentationGUI()
                InitializeComponent();
            private void PresentationGUI_Load(object sender, System.EventArgs e)
                singleFamily = new SingleFamily(32779, 1100, "one car", "plan B");
                multiUnit = new MultiUnit(32789, 1250, 16, 0);
    Haven't placed more than 2 simple controls on the Form in 'Design'. The 2 errors are on singleFamily and multiUnit. If I can figure out why and how to correct, I can add controls and finally, after eons, get to Error Checking.
    Thanks in advance for any and all interest!
    Mac

    The two lines that you have commented out with "apparently this is not the solution" would, in fact, be the solution if you use the right casing so that the variables match the lines with the errors - capital F in singleFamily and capital U in
    multiUnit.

  • Why are Windows 'APP's so much harder to code than a Windows Forms application?

    For example I have been smashing my head against a wall trying to save an image file from a share target, the best help I can find is the below code:
    https://social.msdn.microsoft.com/Forums/en-US/65a61679-0da8-4109-8a69-b918be351dfa/how-to-save-a-bitmap-image-from-a-share-target?forum=winappswithcsharp&prof=required
    But in a 'normal' application I can do what I need to do with:
    using System;
    using System.Drawing;
    namespace Project1
    class Class1
    static void Main()
    Image photo = Image.FromFile("C:\\Temp\\oldphoto.png");
    photo.Save("C:\\Temp\\newphoto.png");
    Why do the APPs take so much more code to do something like save a file to disk?
    Mediocre Access 2010 | (Baby) Beginner C Sharp | OK at Active Directory (2012) | Fragmented understanding of DNS/DHCP | Laughable experience with Group Policy | Expert question asker on MSDN Forums

    It is a good question!
    If you need 100 lines of code to save an image it is like a Java program:
    - complicated
    - not fun to develop with
    I think the main problem is that Microsoft release 2 new libraries each year. On the most cases, if you try to compile it with an old library it works, but the app crashes with unexpected errors. It is always harder to develop for Windows and there
    are always more libraries to use.
    So it begun to be normal, to find a W8-store-app-library and use it in Silverlight, to add missing functionality.
    It is a jungle and it seems that Microsoft too doesn't know anymore what library should be in the msdn-help. Some times, if you search for something, you finish on a library that can't be added to your project.
    This is the reason, because your question will probably never be answered!

  • Opening a PDF file in Admin mode from a windows forms application (C#)

    Hi,
    I need to open a pdf file using Windows Application. I have used the below code launch the pdf files.
    Process prc = new Process();
                prc.StartInfo.FileName = "cmd.exe";
                Environment.CurrentDirectory = @"C:\SamplePDF\";
                prc.StartInfo.Arguments = " /C sample.pdf";
                prc.StartInfo.UseShellExecute = false;
                prc.StartInfo.CreateNoWindow = true;
                prc.Start();
    This code is working fine without admin mode. But while running the output exe from bin folder with admin mode(right click the exe and choose "Run as Administrator"), pdf files are not launching . But its opened in the background application and I can see this from windows task manager.
    Could anyone please help me on this issue ? Is there any other ways to launch a pdf file in admin mode ?
    -Balaji.

    Thank you for replaying so soon..
    Well you are right by using a widget and etc.. but the problem is that I have been told that this application should open a PDF file that has bookmarks to each chapter of the text and one can make a search on this text by using pdf search.. So I do not have any other choice than opening a pdf :D and my time is unfortunately limit.
    For solving the problem that the user may not have PDF reader.. well I have been told that user should install the pdf reader, so in my application package I am putting the installation file of PDF.
    But going back to my problem.. I guess is someway I have to get the OS type of the user and I have to do a SWITCH or something on the OS type and then change the content of the Runtime.exec(). But the question is how can I get the OS type and what should I change in Runtime.exec().
    So now any idea? any solution??

Maybe you are looking for

  • Advanced Action works 2 times and stops working

    Hi Everyone, I'm creating a Captivate 4 (4.0.1 Build 1658) presentation of a simple LAN setup with 2 hosts.  I have a caption showing setup parameters for the hosts (IP and Hostname) and a dropdown box allowing for selection of which host to configur

  • Displaying text based on variable

    I have a variable defined as brushSize.  Depending on the value of brushSize, I want to display text in a dynamic text field that relates to its value. For brushSize values of 3, 13, 23, 33, and 43 I'd like to  display 1, 2, 3, 4, and 5 respectively.

  • State Sales Tax setup documentation

    Hi All, Is there any documentation on the subject for release 11i and up? Thanks in advance A/A

  • Does ACE Server 6.0 supported in SGD 3.42?

    Document said it only support version 4 and 5. I tested it do not response with AM 6.0. Do we have a method to work around?

  • To view this page ensure that Adobe Flash Player version 11.1.0 or greater is installed

    Hi, I have this message on almsot all sites ( sites of videos or cam): To view this page ensure that Adobe Flash Player version 11.1.0 or greater is installed. I have the last version 11 8 800 94. I have try to uninstall and reinstall but its change