Aris Basic's Q&A profile
Windows Forms FYI - "Fixing" javascript events with .NET Framework 1.1 and SP1
For those of you who are using or were using javascript events prior to SP1 with the .NET Framework and are having issues - there exists a fairly straight forward workaround. Steps to take: 1. Do not use standard Javascript event syntax or object.attachEvent(...) - Both of these raise SecurityDemands for the UnmanagedCode permission - which will fail in IE unles ...Show All
Windows Forms Easy way to format textbox without negative numbers
It is nice in 2005 to use Bindings, Advanced for a textbox and select a numeric format. One problem I am having, however, is that I see no way to tell VS that I want numeric formatting, but I do not want the textbox to accept numbers that are less than zero. Is there an easy way to do this A masked TextBox does not give me what I am looking for. With a masked text box you are locked in to dashes or blanks before a number which is irritating (in my opinion) to the user. Instead I put the attached code into the Text_Changed event for the textbox and it solves the problem. It woul ...Show All
Software Development for Windows Vista ASP.NET with beta 2.2
hello, does anyone know good asp.net samples with workflow 2.2 Try this pointer. Most of the samples discussed here are in reference to Beta 2.2 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=334599&SiteID=1 Thanks, Kushal. ...Show All
Windows Forms Autosize left C#
When you have a label, followed closely by a textbox, (for example when the label denotes what should be entered in the textbox) sometimes it looks nice to right align the text in the label. (this part is very easy) But when your form is localizable and the length of the text is different for some languages you have a problem: the label automatically autosize to the right (overlapping your textbox). The only solution i know is to set the autosize property to false, making sure your label is big enough (to te left) and right aligning your text. Shouldn't it be nice if you got to choose wich corner of a control would be positio ...Show All
Visual Studio 2008 (Pre-release) Problem when the service is hosted in windows application
Hi, I've hosted my service in a windows application and started the hose on form load. My client is also a windows application which sends data as xml. But I get TimeoutException when I call the operation. It couldnt contact the server. I appreciate your help in giving some pointers. Thank you, Praisy. Can you please add a code sample that illustrates your problem Thanks, Guy Burstein http://blogs.microsoft.co.il/blogs/bursteg ...Show All
Windows Forms Help regarding the Autos or Locals windows in the .net 2003
Hi All, Can anyone give me an idea about the Autos or Locals window in the .net 2003 environment. I am pretty confused regarding that.Is it a list view control or tree view control... or a tree item in a listview ... The point is that i need to design something similar to that... using WTL/ATL (no MFC) so,plz help me regarding this matter... Thanks in advance ...Show All
Visual Studio Team System Representing external non-WSDL Web Services in the AD ? ADAM Servers as a external DB?
I'm currently trying to architect a distributed systems diagram. I am using Microsoft's DSfW as well as an ADAM server. However, there appears to be no ability for me to represent these in my application diagram. DSfW generates no WSDL so I cannot add it as an External Web Service. ADSI is not represented as a data provider so I cannot make the ADAM server an external database. Do these exist yet and how can I grab/import them into the App Designer Hello There are many types of external services that don't have specific shapes or endpoints for the application designer. However you can use a GenericApplication shape along with a Gene ...Show All
SQL Server [PROBLEM] : Using RS Web Services to Render Report containing Toggle Item
Hi, I have two problems with Toggle Items when I render my Reports using the RS Web Service. First, the URL when I click on the + / - image will redirect me to the Report Server URL ex : The page that display the report is at : http://localhost/report/default.aspx If i click on one of the +/- image, it will redirect to something like this : http://localhost/ ReportServer /myreport&myparam=testvalue&rc:streamRoot=//&rc:section=0&rs:format=HTML4.0&rs:ShowHideToggleItem=44&rs:SnapShot:isnull=True Is there a solution to this problem (with a replace ) Then, If in the Render Method, I put a valid ShowHideToggle ID, w ...Show All
Windows Forms DataGridView and Custom Collection
I have a custom collection I'm binding to a DataGridView. I've set up the columns in the designer to make them show in a partcular order. It loads fine initially, but when I add a new item to the collection, the new row doesn't show up. If I do dgvRFM.DataSource = Nothing dgvRFM.DataSource = _rfm the row will show up, but the order of the columns I set up at design time is lost. I'm assuming there's another way to go about making the datagridview refresh with its bound item, but I can't find it. I've tried dgvrfm.update and all kinds of other methods. What am I missing here ...Show All
Visual Studio SorceSafe 2005 -- Visual Studio 2003 Issue/ help needed
Its very possible that my issue is commonly asked and there are answers, but I have spent hours to find answers ... Please help: AIM: I untimately want the VSS available to our 2nd office through internet using web-services. I am playing with it locally currently. Issue: I have upgraded from VSS 6 to SourceSafe 2005 and the VSS client works well with the \\shared\folder access. But, I am getting errors while browsing the asmx page in the web-service! That means, my web-service is not setup right. 1. I am getting errors while connecting from VS 2003 (after switching to the internet option, I do see the web-service url in the pop-u ...Show All
Visual C# use netmeeting
hello how i can use netmetting with c# project thanks I think this is what you are looking for http://www.microsoft.com/windows/NetMeeting/Authors/SDK/default.ASP Cheers, Greg ...Show All
Visual Studio Team System Proxy Configuration for Dummies
Hi, my coworker and I just can't get the proxy setup straight. I started a test setup where I have one TFS and one client. The client can connect directly to the TFS without a problem, now I want to do the same, but use a proxy (we will later do this between remote locations with a slow connection). I have some really basic questions and I guess I just did not understand how exaclty the proxy works. a) Where do I have to install the proxy portion (the setup in the proxy folder on the TFS CD) I assume that this goes on the machine that is the client to the actual TFS server. Like this: TFS Server ----WAN connection---- Proxy &Client ...Show All
Visual Studio Team System Changing Drop Location in team build
Hi, We have developers at two different sites. Is it possible to have a single team build type that we can run on build machines at each site using a drop location local to the site Dean We dont support this out of the box, but this seems like an interesting option. What you can do however is set an env var on the build machine to identify the site you are running the build on and modify the drop directory property accordingly. Please let me know if that works or if you hit any issues doing that. ...Show All
SQL Server SSIS 64bit to MSAS 64 bit
Hi all: Are there any known issues while creating connections from Integration Services in the 64-bit environment or am I missing something I am using the MSAS Process Task and trying to point it to an existing cube on the same box in the 64 bit environment. Cheers. ...Show All
Visual C++ VC++/MFC 8 not stable
Hey, I am affriad to say MFC 8 that comes with VS 2005 isnt stable at all. im working in a studio trying to work on a project, and i keep on wasting time on worthless issues. All of which have to do with pointers and the new operator. Latest issue is it will declare thepointer if i told it to load configuration from a file. but it wont declare it if i decide to load the configuration manually, i really dont know what difference does it make. im using the exact same code for declaring a pointer, and it refuses and gives me the following message: http://img85.imageshack.us/my.php image=error7qz.jpg followed by Out Of Memory, also i dont know w ...Show All
