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

Software Development Network >> manasia's Q&A profile

manasia

Member List

INTPnerd
robinjam
caligula
MF Newbie
Siteadm
Mopman365
Rajesh Kulkarni
Mark Hayes
Socal5vee
Gopinath M
FH WANG
johnny_no1_boy
Gerhard Brueckl
Chris Bailey
Nick Martyshchenko
George2
Hooper
jesus m
Marlun
Ecrofirt
Only Title

manasia's Q&A profile

  • Windows Forms Problem creating master/detail form w/customer/orders

    It's a pretty simple question: I have a few tables: customers, orders, orderdetails, products etc. I have created relations between these tables. The problem is that i want to create a form with ORDERS as the "master". When showing an order, i want to see details about the customer who ordered it, and details about the products that was ordered. How would i do this Note: I do NOT want to have customers as master, and display orders based on which customer selected - i want the opposite, and that's the problem... Sorry for not reading the things properly. Whay you need is the opposite. But, in fact, this is symetrical just replace Order by Client in the above. In fact, make a Cl ...Show All

  • Audio and Video Development WMP11 Bugs in just a casual hour of usage...

    I got a new MP3 player that could benefit from WMP11, so I installed it and here are some bugs in just an hour usage: 1. If you paste Album Art, for some reason all the other ones that do not have Album Art gets temporarily updated as well. It seams to go away when you actually click the file that got updated mistakenly to play it. 2. Update the MP3 Tag info outside WMP11 using some Mass Tag editor software and bingo.... WMP11 has no clue what is going on... I click the file hoping WMP11 will update the info associated automatically, but it just disappears, the new Artist name and Album name I provided are nowhere to be seen. 3. Update Album Info is not effective at the very least. 4. Can you provide a fo ...Show All

  • SQL Server Retrieve DATA from relation db from within a Cube (calculated member)

    Hello, I need the ability to retrieve data element that is stored in a relational DB from within a cube (calculated measure). Is there a way to do this If so, can someone please indicate how If not, is there a way to store some data which is really independant of any measure or dimension in a cube I appreciate your help in advance. Thanks, Not sure what your question is. The cube you build contans data Analysis Server reads from relational database. By accessing cube you access copy of the data retreived from relational database. If you would like Analysis Server not to store copy of relational data, you can define storage mode for AS objects as ROLAP. In this case MDX queries will generat ...Show All

  • Visual C# Q: Remove an instance of a class from an ArrayList

    Hello everybody. Here is the code ArrayList ar = new ArrayList(); ar.Add(new TileInfo("picture1",10)); ar.Add(new TileInfo("picture1", 20)); ar.Add(new TileInfo("picture1", 30)); ar.Add(new TileInfo("picture1", 40)); foreach (TileInfo o in ar) { listBox1.Items.Add(o.Path + " " + o.AvgColor); } listBox1.Items.Add(ar.Count); TileInfo k = new TileInfo("picture1", 10); ar.Remove(ar.IndexOf(k)); foreach (TileInfo o in ar) { listBox1.Items.Add(o.Path + " " + o.AvgColor); } listBox1.Items.Add(ar.Count); My question is: Why do I still get the same output even tho ...Show All

  • Windows Forms WebBrowser doesn't have a "find" method?

    Hey, I'm a novice here and I've been looking though the MSDN documentation on the WebBrowser control and noticed there was no method for finding text in a document. This is a pretty serious omission. Is there a way of getting this functionality this.theWebBrowserControl.DocumentText; //gets or sets the HTML Text to be displayed It's weird that they didn't include this in the documentation...I hope it's not limited to VB only. Take a look at this, check to see if it has the find feature: I don't think it does...or at least, they don't mention it. I wonder how commercial IE-based browsers like Maxthon managed to implement find Thanks for the help by the way. ...Show All

  • Internet Explorer Development C# IE toolbar: how to use ShowBrowserBar to make the toolbar initially visible?

    Hi, As I'm programming in C#, I'm using the DeskBand object http://www.codeproject.com/csharp/dotnetbandobjects.asp , rather than the MSDN .net kbbar sample which is written in managed C++. I would like to make the toolbar visible after its installation. Do you know a way to do this I tried to use code like this: Object oShow = true; Object dummy = false; Object vGuid = t.GUID.ToString("B"); // or this.GetType().GUID... Explorer.ShowBrowserBar( ref vGuid, ref oShow, ref dummy); but the problem is: where do I put this code ! If I put it in the SetSite method, it is called when the toolbar is displayed, so too late! Ideally, I would have liked to make it visible in the Register method, but unfortunately, the Explorer is not ...Show All

  • SQL Server Execute DTS 2000 Package Task. Mischievous task??

    Hi everyone, For first time I'm testing this task and surprisingly, when I try "Edit Package" option: 1)The DTS host failed to load or save the package properly 2)The selected package cannot be opened 3)Error HRESULT E_FAIL has been returned from a call to a COM component But after these messages you can see all the tasks but they haven't name!! It seem as if RCW mechanism has failed between managed and unmanaged coded-partially. I don't dare to follow doing more stuff, I don't know if that package is well-loaded or not from there. Any guidance or idea about this Do you mean that you are trying to open the DTS package from Management Studio via the Mana ...Show All

  • Visual Basic How can I convert the values of a variable into an email format?

    Hello, I have a String variable called strUserName. When I look at the variable in debug mode it shows for an example, John Smith. How can I take the result set of that variable and convert it to John.Smith .... So essentially, I want to create an email address out of that variable. I tried using substring, but not all of the names are the same length... Thanks in advance. try doing a replace on the space to a period. Example: Dim strUserName as String = "John Smith" Dim replaced as String = strUserName.Replace(" ", ".") MessageBox.Show(replaced) does this work for you ...Show All

  • SQL Server problem with group by

    hi im new in sql and i wonder if somone can help me here im trying to make a select statmant on the northwind database and im trying to do group by at the end this is my query select * from employees select e.lastname + ' ' + e.firstname as senior , e2.lastname + ' ' + e2.firstname as officer from employees as e inner join employees as e2 on e.reportsto = e2.employeeid group by 'senior' whay cant i group somthing that i have aliased is there another whay thk Hi, you will either have to repeat the whole expresion: select e.lastname + ' ' + e.firstname as senior        , e2.lastname + ' ' + e2.firstname as officer from employees as e inner join em ...Show All

  • Visual Studio Team System Web and Load Test Editor missing

    We went to edit existing web and load tests from Solution Explorer and it opens them as XML. The plugins for web and load test editors are gone. We can browse for them but, don't know where to look. We get an error message opening VS that says "Could not load file or assembly "Microsoft.VisualStudio.QualityTools.LoadTest, Version=8.0.0.0, Culture=neutral, publickey token=b03f5f7f11d50a3a or one of its dependencies. strong name validation failed (exception from hresult: 0x8013141a). We checked C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies and all of the qualitytools seem to be there. Hi Jim, What parts of VS Team System are installed on this client If you look i ...Show All

  • Visual C++ cannot open file 'comdlg.lib'

    I've just installed MS VC++ 8.0, followed the instruction to install SDK update and tried to to build my Win32 console app project. Building output gave me an error message: LINK : fatal error LNK1104: cannot open file 'comdlg.lib' I checked directories and file locations. Everything corresponds with instructions to install PSDK. But when I try to find comdlg.lib, I find nothing. Maybe the problem is in project settings but I need help with this. Thanks Martin, I tried your solution (linker->general->show progress-> display all progress messages (/VERBOSE)), and learned little. However I did link sucessfully by copying C:\Program Files\Microsoft Platform SDK\Lib\comdlg32.lib to *\comd ...Show All

  • .NET Development Error reading the HTTPListenerRequest InputStream

    Hi Friends, When I try to read the incoming client request data using the HttpListenerRequest.InputStream property, I'm getting the following exception (not everytime) - System.Net.HttpListenerException: The I/O operation has been aborted because of either a thread exit or an application request Server stack trace: at System.Net.HttpRequestStream.Read(Byte[] buffer, Int32 offset, Int32 size) at HttpListenerLibrary.HttpListenerWrapper.ProcessRequest() in C:\AcsSim\HttpListenerLibrary\HttpListenerLibrary.cs:line 901 at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Mes ...Show All

  • SharePoint Products and Technologies Approval Workflow in SharePoint 2007

    We know that SharePoint 2007 comes with a set of out of box workflows.One of the features of the workflow that I found to be awkard and strange is that when the document is being routed through an approval workflow, each person in the approvers list is assigned a task. While editing the task the end user can enter his comments. An email goes as an alert to the next user regarding the task being assigned to him. But in the email, you never get to know what were the comments of the previous user. All the comments are consolidated and emailed at the end of the workflow. In the intermediate stages one has to log on to the Sharepoint site and check in the workflow status. Please share your views and thoughts ...Show All

  • SQL Server How to hide columns conditionally based on header Column in Matrix?

    Hi, I have a report in following layout, where I would like to hide the entire Commission measures if this report is for sliced for eg, by say Promoter Type For Media Promoter, show this: Sales Product A Product B Region A 80 50 Region B 90 30 For Affiliate Promoter, show this: Commission Sales Product A Product B Product A Product B Region A 100 200 80 50 Region B 50 70 90 30 What is the expression in Product cells (Product A &B) that can be placed to conditionally set the visibility to True or False based on the Promoter Type for Commission Anyo ...Show All

  • Visual Studio Team System TFS Source Code Encryption

    I'm looking for information on the security of the TFS version control system. Is the source code encrypted If so, what is the encryption method How are the keys managed jMM Bill's right - if you're looking for the contents to be encrypted on disk because you're worried about a physical attack (server being stolen), then you'd usually use the existing EFS (Encrypted Filesystem) approach. http://www.microsoft.com/technet/prodtechnol/winxppro/deploy/cryptfs.mspx ...Show All

©2008 Software Development Network