Software Development Network Logo
  • Visual Basic
  • .NET Development
  • VS Team System
  • Visual C#
  • Microsoft ISV
  • SQL Server
  • Windows Forms
  • Visual Studio
  • Game Technologies
  • IE Development
  • SharePoint Products
  • Audio and Video
  • Smart Devicet
  • Visual FoxPro
  • Visual C++

Software Development Network >> Uncle Ted's Q&A profile

Uncle Ted

Member List

dreameR.78
markse
Christopher Lusardi
mpco
Lovericky
technica
Helen Cool Granny
Andrew9141
vic07
vahdam_mn
roger5089
Kanhaiya
Soundbyte
TianHon
DanMeyers
Tridex
idthiru
AndrewvanZyl
nick5454
2162
Only Title

Uncle Ted's Q&A profile

  • SQL Server How do I display info on the report parameters on the face of the report ?

    I have several parameters used to constrain which data to select from the database. Examples of prompts for these parameters ; "Include accesstype:" "Include activationdate:" "Include speed data:" The user chooses Yes or No to each of these. On the face on the report I want to put some textboxes to display all the parameters with the prompt (as stated above) and the actual value chosen by the user (Y/N). For clarity, I'm not talking about the report parameter area, but about what you will see on a report print-out. However, working with a parameter in the expression editor, I can only select members Value, Label, Count and IsMultivalue. I would have expected to be able to select "Prompt", but that is ...Show All

  • Windows Forms Disabling small trangular glyphs in the row header

    Hello All How can I disable showing the small trangular glyphs in the row header which appears in the current row selected in the DataGridView control. Thanks in Advance Prash In Columns collection you can specify each columns SortMode to none, so no sorting and no glyph. If you want sorting and only disable glypth, i think you have to write your own class (but i dont know how) or may paint header in cell_painting like if (e.RowIndex < 0) { string headerText = ( string )e.Value; e.Graphics.DrawString(headerText, this .Font, Brushes .Black, e.CellBounds.X + 5, e.CellBounds.Y + 2); e.Handled = true ; return ; } ...Show All

  • Software Development for Windows Vista NO SOUND!!!!!!

    I recently bought a sony VAIO laptop. It was working fine and it came with vista pre installed. However, there was a CD that said 'Upgrade your Windows Vista Experience'. So I installed the software and once (after some hours) it was installed I saw the speaker icon at the bottom right with an X on it. Placed pointer over it and it said 'No Audio Output Device is Installed'. I have tried many things that people have posted here but nothing. I dont know what to do. This is not the only problem I have had with Vista, I was told that that Vista does not read USB ports, is this true Also I have been having wireless problems. I contacted my ISP (AOL) and they said Vista is not compatible with wireless, is this true As you can tell im not an ...Show All

  • Windows Live Developer Forums MySQL, VE API, and around 1Million places to display

    Man do i need help. i started off and got to this point and realised i was going in 2 opposite directions. i have a simple VE Map page using HTML/JS. i also have a PHP page that Queries a MySQL server and returns results. all i am looking for is how i would be able to do the following: allow a person to cruise(browse) the map in my simple page, and have 4 buttons to the side that would be toggled on/off to show 1 of 4 categories in my MySQL DB. obviously i realised with PHP it's server side and couldn't update on the fly. i am using a linux provider for this, which means no ASP.NET or any other gr8 MS jazz. the layout: MySQL-DB (name,address,type-of-place, lat, long). i currently dont have lat and long info (i'm guessing thats what everyon ...Show All

  • SQL Server Reporting Services in SQL 2000

    I would like to learn/more, practice creating and using reports but I don't know if I can do that on my home laptop with version 2000. I know, I know... upgrade to 2005. Can't do that due to technical difficulties on my other pc. Can I do this with my current setup thx Kat Yes you can. For SQL 2000, Reporting Services came as an add on component rather that being part of main install package. You will need to have Windows 2000 or XP Professional which comes with IIS. This is required for running Reporting Services. ...Show All

  • Windows Forms Found the answer :D

    I want to know how can i validade the fields edited in a DetailsView with validations controls in visual studio express 2005 thank's I will try to explain.... I Want to validate thefiels in the <fields> tag with a validation group, help me please guys how can i do it <asp : DetailsView ID ="DetailsView1" runat ="server" AutoGenerateRows ="False" DataKeyNames ="id" DataSourceID ="ObjectDataSource1" Height ="50px" Width ="125px"> < Fields > < asp : BoundField DataField ="id" HeaderText ="id" InsertVisible ="False" ReadOnly ="True" SortExpression =&qu ...Show All

  • .NET Development data calculation question

    I'm not sure if this is the correct forum or not, but I have a basic question. Currently we have are doing calculations via stored procedures and then returning the results back to the client in either a web page or a winForm style application. There are times that the stored procedure takes 20 minutes or 3 hours to run. Now, our database person says that all the calculations needs to be removed from SQL and put in either the web applications code or the winForms code (based on what is calling it) the db person also states that SQL is not intended to do any kind of math (calculations) and they should all be done in the application. I think the calcs should be done on the db and its going to take 20 mins to 3 hours for these things to run n ...Show All

  • Software Development for Windows Vista Args from WorkflowRuntime.CreateWorkflow

    Where (in the workflow) can I reference the arguments passed in on the WorkflowRunTime.CreateWorkflow( Type, Dictionary<string,object>) ) Thanks, Clay Thanks Serge ! Geez, It's somewhat easier than I'd imagined. The runtime is reflectively setting the args into properties, eh I figured I'd have to get them and deal with them myself. I guess I was intent on a difficult solution ;-) Thanks again. Clay ...Show All

  • Visual C++ C++/CLI - SortedList vs get_Item/set_Item

    Hi,   Converting actually applications originally from Managed C++, I couldn't find any C++/CLI equivalent of following statements:            SLst_estime-> set_Item (Descr_Itm, cur_Estm_Itm);               CL_PriceLst^ cur_Estm_Itm = dynamic_cast <CL_PriceLst^>(SLst_estime-> get_Item (Descr_Itm));   SLst_estime is actually a SortedList, "Descr_Itm" being my key value and "cur_Estm_Itm", and object from class "CL_PriceLst".   Any hint of what is now the equivalent of "set_Item" and "get_Item" Couldn't find any infos in my book or MSDN...:( Thanks in advance, Stephane ...Show All

  • Visual Studio How to convert property into item group

    I have property defining dependencies <XDepends>a;b;d</XDepends> how can i convert it to item group or somehow iterate on all the values seprted be ; Thanks, Sajjad Something like the below example would convert a property with ; seperated line to an item list <PropertyGroup> <Test>a;b;c</Test> </PropertyGroup> <Target Name="Build"> <CreateItem Include="$(Test)"> <Output TaskParameter="Include" ItemName="out"/> </CreateItem> <Message Text="%(out.Identity)"/> </Target> Thanks, Jay Shrestha ...Show All

  • Visual Studio Team System Trial Expired, Microsoft Partner and I can't get the VS2005 Edition

    Title summarizes the issue. I am hoping that someone can suggest a fix or resolution to this other than Microsoft because I've hit a brick wall with their Partner support. So please help...... We are a Certified Partner with ISV Competency. As such, we should receive the VS2005 Team Edition for Developers. Those discs have never been sent to us. Recently my trial started warning me and we looked through the stack of discs to find out we do not have the new discs yet. So I contacted our ISV Partner Account Manager and he opened up a support case to send the discs. I have received the shipment but the discs were not in there. Since then I've contacted the support line for Certified Partners and was informed that the discs had ...Show All

  • SQL Server DTS - Send records to different text file - DTS

    Hi all, I am designing a DTS package instead of SSIS. I have a text file and already uploaded to tableA, there is a field named NameID in tableA. The field NameID should match the NameID in tableB and update other fields of tableA, the non-match records will generate another exception text file. How can i implatement this in DTS Which task or tech thanks Micror You'll need to ask this in the DTS forum. http://groups.google.com/group/microsoft.public.sqlserver.dts lnk=srg ...Show All

  • Visual Studio 2008 (Pre-release) WCF STS

    I took federation sample from samples posted on community site. I used it to create a new solution with simple sts scenario. Client should take st from sts service and then use it to communicate with service. The problem is that I always receive exception: "An unsecured or incorrectly secured fault was received from the other party. This fault may have been sent in response to an improperly secured request. Please see the inner FaultException for the fault code and detail." It looks like i manage to get token from sts, but call to service fails. I took trace from service and found this: < StackTrace > at System.ServiceModel.Security.MessageSecurityProtocol.VerifyIncomingMessage(Message&amp; message, TimeSpan timeout, ...Show All

  • SQL Server Can't find the server management studio

    hey, i did the installation, everything went well. when i want to start the server management studio it isn't in the program files listed. is there something i can do about it. i did the installation three times now and it didn't change a thing. all comments are welcome greetz TjAnNe Hi, seems you did not insta’ll the client components. If you have another edition than SQL Server Express (because this does not come with any clients components, unless you install the SQL Server Express Advanced Edition, but as for the non.-Advanced edition you can download the Express Management Studio from here: http://msdn.microsoft.com/vstudio/express/sql/download/ ) you can simply rerun the installer and select the cl ...Show All

  • Visual Studio Team System BUG: Certain extended properties won't add

    These were all from one table and were added to ScriptsIgnoredOnImport.sql EXEC sp_addextendedproperty N'MS_Description', N'Instructor Created Homework Assignments', 'SCHEMA', N'dbo', 'TABLE', N'homework', NULL, NULL GO EXEC sp_addextendedproperty N'MS_Description', N'user_id of creator', 'SCHEMA', N'dbo', 'TABLE', N'homework', 'COLUMN', N'creator' GO EXEC sp_addextendedproperty N'MS_Description', N'0 - type A 2 - type B 3 - type C 4 - External', 'SCHEMA', N'dbo', 'TABLE', N'homework', 'COLUMN', N'homeworkformat' GO EXEC sp_addextendedproperty N'MS_Description', N'0 - type A 1 - type B 3 - type C 4 - type D 5 - Unknown', 'SCHEMA', N'dbo', 'TABLE', N'homework', 'COLUMN', N'exerciseformat' Nothing about them stands out that I can see a ...Show All

©2008 Software Development Network