TeriB's Q&A profile
Internet Explorer Development IE7 and Master Pages and asp.net 2.0 menus woes
Well, I just downloaded and installed IE7 and installed it on a clean machine and tried my app on it. Failure. Basically I have a fairly straightforward app that was developed using VStudio 2005 using aspx pages with vb as the codebehind. I have a single masterpage and menu control on it. The app runs perfectly in ie6. However when I run it in IE7 things are in the wrong position and the menus don't work at all. I searched the web and apparently I am not the only one with these problems. Is there a fix coming prior to release If not, what is the guidance Thanks ... Ed Ed, IE7 provides more support for CSS than IE6 did. You may be running into a situation where you need to retool some CSS rules, ...Show All
Architecture getting in to "serious" programming, help needed with ER modeling
Hi I have been a programmer for a long time and got a MSDN Universal / now visual studio professional with pro MSDN sub. I always used to just get straight on with programming and do what was needed, however not worked on anything that can be classed as a very big project. I am just starting to get in to needing to do big projects and ER modeling. I used to have Visual studio 2003 enterprise architect, and now have 2005 professional. I was wondering if doing this, did I take a step down because I can not find anything to do with modeling, and I am sure there used to be :S Any help here is appreciated. Thanks Hi, Visual Studio Team Edition for architects have all the related tools.. u ...Show All
Software Development for Windows Vista UAC causes application failure
Hello, I have a program which contains the following in it's manifest file: < xml version="1.0" encoding="utf-8" > <asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance "> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges> <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> </asmv1:assembly> When I build the project and run it I get the UAC dialog. When I click the allow button window ...Show All
Visual Basic how to make the dropdownlist box auto fill according to the text typed on it
hello, can we make the dropdown listbox in the asp.net web page to auto select the text. that is it should accept the text from the user as a textbox and then if the same text is there make it available(auto fill). please help me urgent ...Show All
Visual FoxPro convert memo field and contents to text file
Hi, I have a table order.dbf in visual foxpro which contains of memo field. My table is as below:- order_no order_date prdcode order_qty remark B00000001 26/07/2006 2020173 10.0 memo When I double click the memo I'll be able to see the details. Eg. order has been cancelled. I would like to convert all the table information including order has been cancelled to text format with a specific alignment. I'm beginner user of visual foxpro. Kindly advice how to do that. Thank you. >>Sorry I don't really understand coz I'm just a beginner user of Visual Foxpro Then I am sorry, but I can't help you much. I cannot possibly write the code for you. I am ...Show All
Visual Studio Team System Other developers not seeing the entire web test when checked into TFS
When developers add a web test to a solution, record, and checkin their web tests to TFS, other developers are only seeing the top node of the web tests, whereas on the developer's box who created the web test you see all the nodes. What is not getting checked in appropriately For example, other developers only see this: < xml version = " 1.0 " encoding = " utf-8 " > < TestCase Name = " EditCertificationTest " Id = " 462aa045-0c46-4357-8d6e-52858e8158ea " Owner = "" Priority = " 0 " Enabled = " True " CssProjectStructure = "" CssIteration = "" Timeout = " 0 " WorkItemIds = "" Description = ...Show All
Visual C++ Running problem with a C++ executable (Debug build)
Hi, I produced a debug build C++ executable program using MFC in VS 2005. The program runs perfectly with the computer in which it was created, but it can't run with other computers that don't have similar development environments but are equiped with all necessary dlls. An error message saying configuration is incorrect appears whenever the program is launched. MFC is set to be used in a shared dll in the program. To locate the reason that causes the problem, I blocked each possibly relevant environmental component in the system, such as .NET, Visual Studio, and directories containing libraries that were linked into the program. Despite these, the program runs normally in the computer where it was created. Should anybody have any ideas ...Show All
.NET Development How to save dataset data to other unbinded data table ?
I binded DataGrid with a table . how can i save the all the data of dataset to a new table with same structure as the binded table over the dada adaptor and datasource Thanks if you want to save data of your dataset in a new table in your database server like sql server, then you have to create a "Create Table" Statement iterating your dataset's datatable schema. Also you have to generate you select, insert, update and delete statement same way. Then first create the table in your server and then create a new dataadapter using the statement you have just created to update the dataset. ...Show All
Visual Studio Express Editions A quick DataGridView question
Hi ... is it possible to set a DGV so that its cells are unselectable I just want to use it to display some data, so there is no reason for the user to select any cells. I tried setting the Enabled property to False, but then the DGV can't be scrolled. Thanks... ...Show All
Visual C# calling a .dll function from c#
Hi... I have written a function in a .dll file like... ********************************************************************* extern "C" __declspec ( dllexport ) unsigned char * TransferMessage() { return TxdFrame; } *********************************************************************************** & i am calling this application from my C# application . I want to print the data whtever is i am getting from this .dll function on the form. So i want to know how i can do this. Any help from you all to solve this problem is welcome... Regards, Vinay You should try this: Change the type of function to int, for example can return some codes for success an ...Show All
Visual Studio Express Editions Cannot Uninstall VWD Express
I downloaded and installed VWD Express about 5 weeks ago...used it and decided to spring for the full-blown Visual Studio package. I decided to uninstall VWD Express, but it won't let me. It returns the following message: :"Setup is unable to determine a valid ordering for the installation. See the error log for further details." The error log says: [02/04/06,00:24:34] Dependency Manager: [2] CDependencyManager::ValidateDependencyStates() : Parental dependency is not satisfied for component Visual Web Developer. Parent dependencies can't be in removing mode. [02/04/06,00:24:34] Dependency Manager: [2] CDependencyManager::ValidateDependencyStates() : Parental dependency is not satisfied for component Visual Web Develop ...Show All
Visual Studio 2008 (Pre-release) Access sub-properties in <Setter/>
Hi, Suppose I have: public class CustomPanel : StackPanel { public Image Image { get { return _image }; } } And I have this style: <Style TargetType="{x:Type CustomPanel}"> <Setter Property="Image.Width" Value="100"/> </Style> That seems to set the width of the panel rather than the width of the image. How can I specifically target the image width and set the panel width separately I tried this but it gives a compile error: <Style TargetType="{x:Type CustomPanel}"> <Setter Property="(Image).Width" Value="100"/> </Style> Thanks, Kent Boogaart Right about that! While I did thi ...Show All
Visual Studio Problem with the office 2003 addin
Hi, I have created an office 2003 addin with teh code given in the site http://msdn2.microsoft.com/en-gb/library/aa218648(office.11).aspx but the addin is being created and i was not able to get the addin with the frontpage. When i tried to manually add the addin to the front page it is giving an error saying invalid office addin. please help me i have no time...... Thanks, phani In advance Try this: FIX: Add-ins, smart documents, or smart tags that you create by using Microsoft Visual Studio 2005 do not run in Office http://support.microsoft.com/kb/908002 ...Show All
Microsoft ISV Community Center Forums MS Office document and image writer print driver
Besides removing this feature from Office during setup, is there a process to remove this virtual printer from 300 users with roaming profiles on an active directory network We are having an issue with this printer assuming the "default printer" selection for our users. As a work around we have changed their default printer, but after they reboot or log off / on it has defaulted back to the MS Ofc doc and image writer printer. Microsoft recommendation to solve the issue is: Rename MDIMON.DLL Remove OFFICE DOCUMENT IMAGING Restart Install OFFICE DOCUMENT IMAGING Restart But nothing happened Any farther suggestion ...Show All
SQL Server stupid question on graph width.
when I create graph (Pia) the graph take 80%, and the labels take 15%, example here: http://img2.tapuz.co.il/forums/1_91779074.jpg is it possible to grow the place of the labels I try look on the properties and I didn't find. thanks! Sorry, currently the plot area / legend area are sized automatically. One alternative option is to not use the builtin chart legend, but instead build your own custom legend label based on a table next to the chart. An example is discussed in the following whitepaper under the section "Custom Chart Color Palettes and Legends": http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsql90/html/MoreSSRSCharts.asp Another alternative is to look into ...Show All
