Muhammad Adel's Q&A profile
Visual Studio Team System Team Foundation Process Templates
Is there any way I can consult the Process Templates that Team Foundation Server has on I want to run this consult and then display the result into a DataGridView. Thanks a lot. Here is a simple console program to list the templates. IProcessTemplate has members that return XML - you could bind that to the grid. You would invoke the sample below as follows: templateheaders http://<your_server>:8080 using System; using S ...Show All
Visual Studio The BIG problem with dynamic images....
Hi all, I was delivering CR Entgerprise 8 that need to replace images based on a file path stored in a database field in the DETAILS section. In CRE8 I found the a better aproach never using emmbed reports to my application because of there is many report that need the same feature and I don't like the idea of enlarge my app file. ...Show All
Windows Forms Can not receive animals
Hello , I am new to Terrarium . when I run terrarium , I got some infomation below "The Terrarium server is experiencing temporary difficulties. This is probably why you aren't receiving any animals. please bear with u ...Show All
.NET Development Problem in web service
While accessing web service from my windows application. I am getting different types of error. This depend on the different domain. 1) System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://hello.com/test/getUser . 2) Client found response content type of 'text/html', but expected 'text/xml'. The request failed with the error mes ...Show All
Windows Forms Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib
Hi All..... I'm getting a security Exception in a Winforms User Control embedded within a web page using the <OBJECT> tag. It reads as:- Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyTok ...Show All
Visual C++ pow(2,31)
In Microsoft visual studio .net 2003 C++ it seems that pow(2,31) returns a negative number and pow(2.0,31.0) returns a positive number Is there a service pack that corrects this problem Thanks, Tom I’d wager good money that you are capturing the return value of pow(2,31) in an int... the return value of which is a 1 followed by 31 zero’s and that a signed int as being negative... which ...Show All
SQL Server Dataflow where sourcecolumns vary ?
Is it possible to set up at dataflow with for example an excel source that points to a sheet with varying number of colums. In the file there is some information about number of columns. But the question is here how you use that information to define the columns in the dataflow The columns in the data-flow need to be known at design-time so by and large you cannot chage things at runtime. There is a work ...Show All
Windows Forms SuspendLayout suspends what?
Can anyone explain why SuspendLayout() does not delay the resizing and repositioning of the Panel control in this short, easy to follow code sample (which is all there is to the entire program)... /* this snippet calls SuspendLayout before changing Size and Location properties of the Window's program's only control, a panel. Then it calls Sleep(6000) as a debugging device to see if the panel is resized AFTER ResumeLa ...Show All
.NET Development SQL Connection Problem
Hi, I have an ASP.NET 1.1 and MSSQL 2000 installation hosted with the same provider. Normally, I have no trouble connecting to the database, but roughly once per day, I get an exception train that starts with a 'General network error'. Mysteriously, this usually seems to happen at roughly the same time each day. My connection string and the code causing the exception are given below (values replaced by 'X'). I am sure you will agree, they are ...Show All
Visual C# How to get open folders list using C#?
Hi, I want to get list of all the open windows/folders list. Is it possible using c# "open" folders means opening the folder using explorer. Whenever I click a button on my form it should open a explorer window with the given foldername. For ex: in the click event of a button, I want to write as m_openFolder("c:\windows"). This should open "windows" folder in ex ...Show All
Visual Studio Express Editions HELP!
I was testing my first litle app in VCPP at school. School doesn't have any of the visual studios stuff on it, i build the app at home. When i open the app the following error presents itself "[application path name] this application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." how do i overcome this Wilko :-} ...Show All
Visual Studio Express Editions vb2005 xpress, sql2005 xpress and two computers
I want to share a database with another computer. The computer that has the db is "SOBREMESA" and the other client is "PORTATIL". I have this code in my program 'CREO El OBJETO FACTORIA E INDICO EL PROVEEDOR QUE VOY A USAR factoria = DbProviderFactories.GetFactory("System.Data.SqlClient") 'CREO EL CONEXIONBUILDER PARA PREPARAR LA CONEXION Dim parametrosConexion As DbConnectionStringBuilder = fac ...Show All
SQL Server Adding vertical space between rows
I am trying to create a mailing labels report but can't seem to get any vertical space between the rows. I see a cellpadding setting but nothing equivalent to cellspacing. Can anyone help me out Thanks. Try adding a text box, turning off can increase and can decrease in properties, under advanced, choose format, and work with the 'amount of space to leave on each side of report item. Also try adding ...Show All
Windows Forms Windows Messages
Hi all, I want to send Custome messages from my .NET application to other windows application.I'm trying to use PostMessage ,but the other windows applications doesnt recognise the message i sent.The PostMessage(broadcast) function returns a negative value.This is how i defined the function.. [DllImport("user32.dll",EntryPoint="PostMessage")] private static extern long PostMessageA(long hwnd,long wMsg,long wParam,long lParam); Please help.. ...Show All
Visual C++ Find file without knowing its full name
Hi, I'm working in a directory and I have to see whether a certain file exists (and have to do this about every one or two seconds). However I do not know the full name of the file except for this: _vcr xxxxxx .tmp (where xxxxx stands for a 32-bits integer) I tried checking for it once by using a for loop with an int i=0 to 2^32 and once found by using PathFileExists(), I'd write down the name of the file so for every other ...Show All
