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

Software Development Network >> jasmine pham's Q&A profile

jasmine pham

Member List

lovlysath
John Oliver (UK)MSP, VSIP
Alex Foygel
Tom Chau
Perels
solutions
hellomahesh
malkie
Lbo
Jack of All Trades
John Bock
ascanio
Shinzo-Prime
sawer
Chris Coddington
spartakiran
Markus Sch.
pnp
god_of_coolness
R. Muti
Only Title

jasmine pham's Q&A profile

  • Windows Forms How to code "Find" feature in .NET Browser control?

    Hi Guys! Any way to code the "Find" feature using the .NET Browser control Matt Thanks Kevin, Your awesome. You can show me those Find Backwards.... etc... samples if youd like. I would appreciate that. Thanks, Matt ...Show All

  • Windows Forms I want to set two textboxes and a hole or circle(at middle of button) on top of the button(whether it may be user defined or der

    Hai Friends, It is urgent to me. I have to drag and drop a button from a one panel to another panel. that button should be USer-defined button which consists of Two text boxes at bottom left and bottom right respectively on that user defined button. i will give you a clear picture of my problem by giving a small example i.e. if we open a CLASS VIEW from View Menu in VS 2005 we will get all class diagrams of correspondin project. there we can able to modify class name also on that class diagram. why i gave you the above example is my user defined button should be like that only with two or three textboxes on top of the button as well as i have to provide functionality to change a button name at runtime. please give me a po ...Show All

  • Software Development for Windows Vista Duration change not reflected in WMP (EC_LENGTH_CHANGED)

    hi, i have build a source filter, when the source file length changes I send a EC_LENGTH_CHANGED, CComQIPtr<IMediaEventSink>(m_pGraph)->Notify(EC_LENGTH_CHANGED, 0, 0); this works perfect in all directshow players, but not in windows media player. i get asked for the new stop position, but nothing changes. the duration  keeps always the same. can somebody help me please. thanks.       hi, i get no response in the forum: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.mmedia&lang=en&cr=US maybe someone can tell me if windows media player will not handle duration changes maybe there is ...Show All

  • Windows Forms Editing in Datagridview!

    Wadup! I have a GUI with a datagridview . The user can select some data (out of an integrated table) and the selected data from this table will be automatically written into a row of the Datagridview. Now that the data has been entered in the datagridview row, i want to implement a feature in which the user can manually go to row( with a mouse click for example) and make some changes in the data (for example change age=23 to age =24) which was automatically transferred from the table based on user selection. so basically i want to implement edit functionality for a datagridview row on a mouse click event after some data has been entered in the row. Ho do i do it Cheers! Sorry, I got the wr ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How do I load a 3d mesh (.x file)?

    How do I load a .x mesh into my scene The space game seems to use its own format (which it names .swm), and there's nothing in the help. I've been scanning through through the classes in the Framework namespace, but I can't see anything obvious! Is .x the recommended format for objects like this (If not, I change my question to be about the recommended format :D) If anyone knows anywhere that has some nice .x meshes I can play with, that'd be cool too. The only one I have lying around is a chair, and that's going to look a bit funny running around my game :D There's a human mesh in the DirectX SDK content. As for loading it, there some content pipeline stuff on the XNA Team Blog you might want to ...Show All

  • Visual Studio Sandcastle - MRefBuilder and .NET 3.0

    How should I go about documenting stuff using .NET 3.0 framework I tried changing the mrefbuilder.exe.config appropriately (both using Sandcastle Help File Builder and manually) but I keep getting "Unknown target platform '3.0'" If I set it to 2.0.50727 then it "works" but links to 3.0 specific things are obviously missing Is this a known issue Either way, can this be fixed as 3.0 now is officially released regards, Simon Peter - I agree. I am trying to narrow down the issue and will give an update tomorrow afternoon. Thanks for your patience. Anand.. ...Show All

  • Community Chat updated browser

    removed   This browser would not suite me. It has too many displayed options. Most of the time that I browse internet I work on what the webpage displays to me and not any menues, addressbars, toolbars that the browser displays to me. Probably your target audience isn't users like me but a general tip is to try to keep the data view (web view) as large as possible ...Show All

  • Visual Studio Team System Why can we not delete objects from schema view?

    Hi, What is the rationale for only allowing us to delete objects from Solution Explorer and not from schema view Thanks Jamie The only items which you are not allowed delete from Schema view directly are - columns belonging to tables or views - PK or contraints which are defined within the table itself i.e. stored in that table file. We allow you to open the file to manually delete the entry itself in that table file If the PK or constraints exist in their own file you can delete those from schema view mairead ...Show All

  • .NET Development Validating xml with xsd problem.

    Hi all, I am trying to validate an xml document which has been created in the dom. Once it has been saved it will validate fine but I need my application to work without any files being physically saved. Below is a example of what I am trying to do: SCHEMA: < xml version="1.0" encoding="utf-8" > <xs:schema xmlns:xs=" http://www.w3.org/2001/XMLSchema " xmlns="urn:Schema" targetNamespace="urn:Schema" elementFormDefault="qualified" attributeFormDefault="unqualified">  <xs:element name="root">   <xs:complexType>    <xs:sequence>     <xs:element name="element">      <xs:complexType>      & ...Show All

  • Visual C++ VC++ Workspace kind of application

    Hi, I have Visual VC++ 5.0 installed in my computer. And I want to create Windows Explorer type application with TreeView on the left View but on right I want VC++ IDE kind of pane. Which can open more than one child frame in side that. In SDI, I have allready user Splitter and put TreeView in Left Pane and CView on right pane. But Now the problem is, How to create a child window in side the right pane. Now I tried to use MDI. But I don't have any idea, How to put Splitter kind of thing on MDI main frame not child. After that I want to generate child pane by clicking left Tree, and dynamically generate new window with my own data inside the right pane(or view, I don't know) . And the child windows on the righ ...Show All

  • SQL Server SQL 2005 Cannot Drop User

    Hello, I am new to SQL 2005 and I am trying to drop a user from a database called prod. When I try to delete the user I get the following error message: "The database principal has granted or denied permissions to objects in the database and cannot be dropped." Any help would be greatly appreciated. Thank you. OK, now I get the following row in the resultset. This means that the user has granted View Definition permission to objects. But which objects and what do I have to do to be able to delete the user Is there a way to fix this using the management studio Thanks. class class_desc major_id minor_id grantee_principal_id grantor_principal_id type permission_name state state_desc ...Show All

  • SQL Server Convert Milliseconds to HH:MM:SS

    I am writing a report that Queries a SQL DB using 'SQL Server Business Intelligence Development Studio'. I have a field in the DB called duration and it is in milliseconds. I am trying to find an easy way to convert the format from Milliseconds to HH:MM:SS. Nearest I can get is the following for the field: =Int(((Fields!DURATION.Value/1000) / 60) / 60) & ":" & Int(((((Fields!DURATION.Value/1000) / 60) / 60) - Int(((Fields!DURATION.Value/1000) / 60) / 60)) * 60) The output is in HH:MM. One issue with this is if the MM is say :03, it prints as :3. I lose the leading 0 so 9:03 (9hrs and 3 minutes) prints as 9:3. Where as 9:30 (9 hrs and 30 minutes) prints as 9:30 as it should. Is there an easier way to do thi ...Show All

  • Visual Studio Solution Events does not trigger properly

    Hi, I tried to capture 'solution open' event and the 'solution before close' event using the Applition Object Model. It did not work when I first connect the Add-in and then open the solution, but it works fine when I first open the solution and then connect the Add-In. I went through the Connect.cs but I could not find any reason for this. Any idea why is this happening Best regards, Imesh Hi Carlos, Problem solved! thank you very much for your guidence! Best regards, Imesh ...Show All

  • .NET Development Could not find installable ISAM.

    I am trying to access some data in a Excel 2003 file and import it to a dataset using a oledb provider.Here is the code : string cnxString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\TEST.xls;" + "Extended Properties=Excel 8.0;"; this.excelConnection.ConnectionString = cnxString; this.excelConnection.Open();I keep getting this error :A first chance exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dllSystem.Data.OleDb.OleDbException: Could not find installable ISAM.I have search everywhere there is a space between data and source. I have read the KB articles but nothing seems to be doing it. Any help would be greatly appreciated.Thanks. ...Show All

  • Windows Forms Trying to access another process from my Win Form

    Hi, I am trying to access another process from my application. The problem is I am not able to activate this process and give tab sequences in it. This is the code I have written. What to do after this Please give suggestions. private void Form1_Load( object sender, System. EventArgs e) { Process myProc = Process .Start( "IExplore.exe" , "http://kshop/kshop/default.asp" ); int id = myProc.Id; Process .LeaveDebugMode(); Process p = Process .GetProcessById(id); // After this, how do I activate this process //SendKeys.SendWait("{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}"); //this command is not working } I saw the similar solution in a different forums bu ...Show All

©2008 Software Development Network