Allan Hirt's Q&A profile
Windows Forms Problem with Debugging
whats wron with the applicacation, when I start it look here: http://www.rsstranslator.com/slika.JPG on my home computer, it runs without the problems, but on others, what is missing ...Show All
SQL Server small scale (light weight) SQL search engine (basically a stored procedure) to search through Products Table
Hi, I am attempting to build a small scale (light weight) SQL search engine (basically a stored procedure) to search through Products Table. I am passing a search string, which i break up by the ' ' (space) delimiter. next for each [value] (after breaking up) in the search string I want to be able to count the number of occurences of each [value] in the [ProductName] [ProductDescription] fields of the [Products] table. However I am confused as i ...Show All
Visual Studio Express Editions Google PHP block Compiler
I am trying to make Google ad code compiler for php blocks. I already finished all the variables but I am having so much trouble inserting line breaks becuase I want google_ad_height= Variable (then I need break) google_ad_length= Variable And I cant do line breakes in VB. Does anyone have any clue on how to format this I looked all over MSDN but suprisingly I couldn't find an article. I thought that this would be the easiest part ...Show All
Visual Studio Modify Designer Colors
I would like to create an addin that could control the designer's background color as well as the colors used for the different element types. Is this possible with the power toys framework One more thing, to elaborate on step 5 above - make sure that you close and reopen the development environment after you have enabled high contrast mode. Not all UI elements support toggling into and out of high c ...Show All
Windows Forms editable datagrid - only one column
I am having a heck of a time finding a good link or resource that will help me with this.... I have a datagrid that is populated by a DataSet (multiple-table complex query returned from stored procedure). Now, I want to have a column on&nb ...Show All
.NET Development ADO.NET SQL query statement
I seem to remember reading somewhere that ADO.NET Whidbey allows us to have a sort of parameterized text query. In other words, I could use CommandType.Text and say "SELECT * FROM myTable WHERE ID = ", but then have the paramater passed as a SqlParameter the way it would work if I had used CommandType.StoredProcedure instead of a text query. Am I hallucinating this If not, can anyone point me to more info on it &nbs ...Show All
Visual Studio Express Editions Sending keys to a game
I tried to send keys using the "SendKeys" function to a game, and its didn't worked. How can I do it I used simple SendKeys. System.Windows.Forms.SendKeys.Send( "{UP}" ) And the game act like I pressed ESC and then up arrow. EDIT: I tried it on Counter-Strike. ...Show All
Visual C++ not able to find
hello all, i am unable to find this: (using visual studio 2005, visual c++ 2005) On the Project menu, point to Add To Project, then click Components and Controls, This displays the Components and Controls Gallery dialog box and places you in the Gallery folder. while reading the windows media help. how can i find this Thanks The C# app has an 'add component' option in that menu, but ...Show All
Visual Studio How to get the summary activity of visual sourcesafe?
Hi again I have a question, i wonder how can i get the number of files that stores in Visual Sourcesafe database Let be specific, question like:- - how to get the number of files that already check in, -number of files that is check out, -number of users, -whose currently login in, -how long the user login in, the duration -files been created If can, how we can produce a log file that tells all activity running using the Visual Sourcesafe..Is ...Show All
SQL Server Deserialization failed: version 2.0 is not a compatible version
I saw this question before with no answer. I'm trying to develop reports in SQL RS 2000 and Visual Studio 2003. My machine has both SQL 2000 & SQL 2005, SQL RS 2000 & SQL RS 2005, VS 2003 & VS 2005 installed. When I try and open an RS 2000 report in VS 2003, I get the following error: Microsoft Development Environment is unable to load this document: Deserialization failed: Version 2.0 is not a compatible version. The ...Show All
Visual Basic how do I get web templates in my ide?
how do I get web templates in my ide When I installed beta2 I chose visual basic. Now I want to try some web pages. I find no way of changing my profile so that I can create some web projects. Can somebody please help me dennist Forgot to mention in my earlier msg, I have installed from the "Visual Studio 2005 Team Suite" CD. I am assuming I can use it as an individual developer without a team. ...Show All
Windows Forms prerequisites from the same location of application
I must deploy a vbexpress application. I get this errors: Errore 2 il percorso di installazione per i prerequisiti non e stato impostato sul sito Web del produttore di componenti e il file 'DotNetFX\instmsia.exe' nell'elemento '.NET Framework 2.0' non e stato trovato nel disco. Per ulteriori informazioni, vedere la Guida in linea. S597_config Errore 3 il percorso di installazione per i prerequisiti non e stato impostato sul sito Web del ...Show All
Visual Studio Exposing data from web controls
I have a report setup in which I would like to pull data from a textbox on my webform to use in the report. I've read in the walkthrough on how to expose report data to web controls, but I'm interested to find out if it can be done going the reverse route. Any help would be greatly appreciated. Joe ...Show All
.NET Development Using HttpWebRequest how to upload a file in Windows application
Hi I wanted to know whether its possible to upload a file based on windows application using HttpWebRequest. Pls, let me know as soon as possible. warm regards, Shalini Yes it is possible. You can use WebClient.Uploadfile for this. You can also do this through HttpWebRequest if you set the right content type ...Show All
Visual Studio Express Editions MSDN online search
Hello, in my installation of VS 2005 Express doesn't work the online search of the MSDN. I don't know way. Could it be a problem with the proxy In the internet explorer settigns a proxy is used... Regards Hansjorg There can be a couple of reasons for this. Check out the Developer Documentation and Help System forum at http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=66&SiteID=1 . There are several th ...Show All
