Is there something similar to "wait window nowait" in Windows Forms (.NET VS2008) ?
This is a commonly used sentence in Visual FoxPro for debugging purposes and "quick and dirty" thermometers.
When you have an application and send a select command, the sql server gathers all the data and sends them back to your application and fills your datagrid (for example)
If you performed the same select command in sql management studio, immediately as the query starts running and finding data the results panel would start filling with the data found.
How can I do that for my winforms application?
Is there a technique or a standard method of doing something like this?
Links to good examples would be an immense help.
thanks
I've .NET framework 3.5 installed in my laptop. Just .NET alone, no VisualStudio. How can I run Java, Python, Ruby and Perl programs from the console? What are the commands used for running them?
Do I need to install something else also, for running these language files?
Are there any reasons, apart from subjective visual perception and cases where you have multiple statements on the same line, to use semicolon at the end of statements in Javascript?
Hi All
I have decided (whether it's for better or for worse), to start learning Delphi. But, Is it available in Visual Studio? Or is there an IDE for it? I googled Delphi, but came up with some really weird sites.
Thanks
Jason
What is the best editor for Autohotkey with regards to syntax hightlighting, command completion (intellisense), testing etc.
I am doing a bit of Autohotkey programming, and being spoiled rotten by VisualStudio, I really miss these features - especially being new to the language/framework.
Hi all,
I am writing a small script by Python to connect and post content to my WordPress blog. It's pretty straightforward with https://github.com/maxcutler/python-wordpress-xmlrpc
However, when i tried to input a HTML data, for example:
<b>Hello</b>
It appears exactly in the WordPress post (I watch it from the visual editor, and I need to re-format it by copying the data to HTML mode to have the expected result.
What should I do with my python script ?
Thank you very much
Hi there,
Just built myself a mvvmlight app and if i press f5 TO COMPILE and run all works ok, it displays the wpf window
but if i do a BUILD i get an error
Error 1 The target "RunCodeAnalysis" does not exist in the project.
I am using the visualstudio 2010 professional version RTM
The only thing i see strange is the target framework which is set to .NET framework 4 client profile
Anybody know why this happens??
So I'm having problems when I try to publish the website.
I'm in visualstudio 2008 sp1.
I've got a bunch of user controls and on a few pages I'm using them programatically.
I've got a reference on the aspx page
<%@ Reference Control="~/UserControls/Foo.ascx" %
Then on the code behing I use
ASP.usercontrols_foo newFoo control = (ASP.usercontrols_foo)Page.LoadControl("~/UserControls/Foo.ascx");
If I navigate to the page it works fine, but when I goto publish the website I get a compile time error.
Hi to all,
I have built a WIX project which installs and starts services. For the release version it all seems to work fine but for the debug version I get "insufficient privileges to start service". Any clues why this is happening?
Using .net/Visual studio.
JD.
Hello there
I am working on a CMS project using ASP.Net 3.5/Visual studio 2008.This is the first week of the project and I am working on the design of the system right now.
Needless to say that this is my first project of this scale and I have no idea of what I am doing.
The requirements of the project ask for a light but functional CMS, one which is easy to deploy.So the question is which database to use in this scenario SQLCE or SQLite?
Please Help?
The file at xsltFileName is in my project WebSite2 (at the root-level of the project). I currently use an absolute path to get the XSLT file name:
XslCompiledTransform xslt = new XslCompiledTransform();
String xsltFileName = "file:///C:\\Documents and Settings\\kentl\\My Documents\\Visual Studio 2005\\WebSites\\WebSite2\\page.xsl";
xslt.Load(xsltFileName);
I would like to have a solution without an absolute path. What would be the cleanest way?
I have an HTML element with overflow: scroll. The click event listener registered with the element is triggered when I click on the element, but not when I click on the scroll bar for the element. Is it possible to capture mouse events which occur on an HTML element's scroll bar?
The reason I want to do this is to make a visual popup element disappear when ever a click event occurs anywhere outside the popup element.
Hi, I'm looking for documentation regarding WPF best practice for Compositing and agregating the user interface in a large project.
I'm comming from a visual Inheriance world using Delphi and Winform. And I'm now try to replicate that kind of pattern well in fact reusability of those UI elements.
I'm open to suggestion and reading.
Hi,
I was wondering if it is possible to create links to work items that open not through Team System Web Access but through VisualStudio 2008.
For TSWA we have following links: http://mytfs:8090/wi.aspx?id=1234
We would like to include VS-links in the reports (in parallel with TSWA-links), so that users can choose the tool they want to use.
Thanks,
Damian
i using upload form like this
using (Html.BeginForm("FilesAdd", "Admin", null, FormMethod.Post, new { enctype = "multipart/form-data" }))
it uploads files success except for mp3 files, i can't understand why?i use build web server in visualstudio 2008
How can I use CSS3 in Aptana Studio 2.0 with the AIR plugin? I want to build an AIR application with CSS3 (advanced), but it doesn't work correctly. I want to use like the Safari/Google Chrome type of CSS3.
ORIGINAL: Here
I'm looking for a free alternative to all the XML/XSD editors around here (that are relatively expensive--at least for me). I totally fail to find one.
I need it to allow me to edit xsd files to help in writting an xml-based language specification. I need it to be visual to help with the design, making it clear. Other features are less interesting for me.
Any suggestion?
I have created a SharePoint workflow in visualstudio , I have extended this workflow from the default SharePoint approval workflow as discribed here ( http://bit.ly/b8oJAp )
The workflow is running properly. Is there a way I can get the workflow to run in the context of the user instead of th system account?
I have an issue with the DotNetOpenAuth sample projects.
I have VisualStudio 2008, with MVC1 installed, yet when i try open the samples.sln the 2 MVC projects fail to load, giving the error:
"Project type not supported"
Is there additional requirements other than VS an MVC?
Hi folks!
Could someone explain to me how to use the Microsoft Ajax Minifier from a nant-script as a nant-task. I've seen examples of how to use it in VisualStudio but I would like the minification to be done on our CI-server.
I have an image lock.png beside of my WPF exe file in the images folder.
Now, I'm gonna load it into the WPF Project as an image, I've used the following XAML code:
<Image Stretch="Fill" Source="pack://siteoforigin:,,,/images/lock.png" />
It works, but Expression Blend or VisualStudio doesn't show it when I'm working on the project.
How can we show external images in these situations?
In my project I add reference on the WPFToolkit assembly, restart VisualStudio and has not seen WPFToolkit components in my VS ToolBox window. What I do wrong?
Hi,
I was trying to install CMS for my ASP.NET (Open source Umbraco). After the installation process, when I try to run the website, I get this error: Could not create type 'umbraco.webservices.documents.documentService'. E:\Users\Sarin\Documents\Visual Studio 2010\WebSites\WebSite20\umbraco\webservices\api\DocumentService.asmx
Here's the line from default.aspx which is showing this error.
<%@ WebService Language="C#" CodeBehind="DocumentService.asmx.cs" Class=umbraco.webservices.documents.documentService %
Any suggestions?
While I know it is possible to add a custom step to an MSI install using VisualStudio that will allow the user to make a selection, how do I or can I save that selection to a file to be read later by the app when it is run?