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

Software Development Network >> Cyber Sinh's Q&A profile

Cyber Sinh

Member List

enric vives
David Bradly
Jones Christopher
Rob Scanlon
gafferuk
JuniorBR
璉璉
Xavier Arnau
Hoodwinked
Arjun B
kts
Keith Chapman
hashbrown
Frances83
volksisme
Camenwolf
nativecpp
Wayne Sepega
Code_Man888
WinFormsUser13232
Only Title

Cyber Sinh's Q&A profile

  • Internet Explorer Development W3C?

    Hey, This is actually just a question, since i couldn't find the information, i would like to try the forum. My questions sounds: Are the new Internet Explorer 7 using the W3C validation without any specifications that makes html pages "tilt" and look clumsy in browsers than IE (currently thinking on Firefox, Netscape etc.). Best regards Michael Nielsen Michael, I'm sorry, I didn't quite understand your question. Can you rephrase, please If you're asking about WC3 compliance, many posts on the IE blog on MSDN describe the team's forcus and goals for compliance. Perhaps one of the posts there would answer your question. I can say that there were changes to the way IE7 handles certain CSS rules and features, especi ...Show All

  • Visual Studio Express Editions Related to AppDomain in VB.net

    Hi How can i find whether the appdomain is already exists or appdomain.friendlyname is already exists by AHMED Try posting in the VB language section to see if they can help you out. http://forums.microsoft.com/MSDN/AddPost.aspx PostID=995318&SiteID=1 This forum is reserved for registration and installation problems. ...Show All

  • Visual FoxPro How to disable Foxpro screen?

    I have a project with one screen form only. When I run the execute, the screen form is within the foxpro's screen. How do I make the screen form as the only window form shown on screen Thanks. Joe. screen = off in config.fpw is the best solution. Toplevel forms can NOT be modal (even if you set to modal it is ignored). You need "read events" to start the event processing and to prevent the application's immediately ending (flashing and closing). Here is a simple one form layout: * Form.init (showwindow property is 2-toplevel) this.Show read events * A button in form click - "Close Application" button * Button's click code clear events thisform.release * Config.fpw scr ...Show All

  • Smart Device Development Title Bar Appears on Splash Screen

    I have followed David Kline's example of a "Non-Modal Splash Screen" in a PocketPC 2003 application under .NET CF 2.0 SP1. All works well except that during the initialisation of the main form, before it is shown, the top Title bar containing the "Start" menu overwrites the top of the Splash Form bitmap. The Splash Form has the following properties set: ControlBox = False WindowState = Maximised Menu = None How do I prevent the title bar showing up on the Splash Screen This is a bug in the .NET Compact Framework. The bug occurs only when transitioning from one form which is full screen to another form which is fullscreen. Unfortunately, the only general purpose workaround known at th ...Show All

  • Windows Forms How to add a user control from the current project to the toolbox?

    Hi, I have a VS2005 project that contains a main windows form and various user controls that I want to place on the main form. How can I add the user controls to the toolbox The only examples I can find describe creating the user control as a separate project and adding it to the solution. You can then add the control by selecting its .dll. This doesn't work for me because both the main form and user control access a common interface. I then get multiply defined reference errors, presumably because the symbol is defined in the .dll and also in the main form project. I'd be very grateful for any help Phill Hi Mark Thanks for the response. I've heard from other V2005 developers that add ...Show All

  • Internet Explorer Development Onchange is fired after BeforeNavigate

    Hello, I'm hosting the IE-Webbrowser Control in an C++ Application. I have implemented EventSinks for all BrowserEvents like DocumentComplete & Beforenavigate . At DocumentComplete i add an Eventsink via the Advise-Mechanism. The HTML-Testpage contains a Selectbox with a javascript that gets called on onchange . The javascript initiates a Navigation to another url. Here is the Problem : When i select something in the Selectbox, the BeforeNavigate for the new Page gets called before the OnChange -Event in my EventListener is called. Is there a way to get the Events in the right direction, because i wan't to cancel the Event-Propagation (that the javascript is called) for some selected items in the selectbox. ...Show All

  • .NET Development ServicedComponent RegistrationException - Invalid Derived Classes

    I am having difficulty with code that used to work in 1.1 working in 2.0. I have an n-tier application that uses ServicedComponents for persisting database information within a single transaction. Because I want these classes to be able to participate in transactions, I derive them from System.EnterpriseServices.ServicedComponent. In 1.1, this worked just fine, however in 2.0, when remoting these components using .NET remoting over TCP, I recieve a RegistrationException stating that: Invalid ServicedComponent-derived classes were found in the assembly. (Classes must be public, concrete, have a public default constructor, and meet all other ComVisibility requirements). Since my other project contains 100's of different classes, I created a ...Show All

  • SharePoint Products and Technologies Content Management in MOSS 2007

    Hi Guys I am very new to MOSS 2007. we are going to develope an E-Commerce site using the VS 2005 and sql server 2005. In that there are somany static pages are there, Occording to the clients they want to change their content in some period. So that is the reason we came to conslusion to use the MOSS 2007 for the Content Management and Workflows. But we are very new to this technology, so Please give some basic ideas about to implementation of Content Management using MOSS 2007 in ASP.net 2.0 . Its very urgent , Please give some links to learn more about this... Cheers Prabagarane There's a ton of info on the MOSS Developer Center on MSDN , so start there. Also take a look at the bunch of entries on the ECM Team Blog ...Show All

  • SharePoint Products and Technologies Error in communicating with Excel Calculation Services

    When attempting to view an Excel spreadsheet in SharePoint, we get the following error displayed in the web browser: Excel Web Access: An error has occurred Checking the Event Log we see: There was an error in communicating with Excel Calculation Services http://uklo2k3d02:56737/SharedServices1/ExcelCalculationServer/ExcelService.asmx  exception: The request failed with HTTP status 401: Unauthorized. [Session: (null) User: CAPCO\jtnn]. The user has full admin rights over all systems We are running RTM version of SharePoint 2007, Enterprise Edition Excel Services is enabled, configured and activated on all levels. The location is set as trusted. The rest of the server works perfectly Shared Services wor ...Show All

  • Visual Studio Team System VSEnterpriseHelper.axd and IIS for ASP.NET Unit Testing

    I have a web site running under http://localhost . I've been trying to get ASP.NET Unit tests working but i'm getting the following error: "The web site could not be configured correctly; getting ASP.NET process information failed. Requesting 'http://localhost/VSEnterpriseHelper.axd' returned an error: The remote server returned an error: (404) Not Found." I've seen various posts regarding forms authentication and have made changes to the web.config to remove any and all references. I've also added the following code to the web.config file: < location path = " VSEnterpriseHelper.axd " > < system.web >< authorization >< allow users = " * " /></ authorization ></ sys ...Show All

  • Visual Studio Express Editions Loop through system colors?

    How can I loop through all the system colors I want to draw a filled rectangle with each of the colors that are available & print them to a laser printer so I can see & compare the various shades of gray that each color prints out as. Thanks... Instead of enumerating through the colors and creating all those brushes which you are not disposing, you can just enumerate through all the brushes in the Brush class and not have to create brushes of your own. ...Show All

  • Visual Studio Tools for Office Name of Word document changing when publishing (VSTO 2005)

    Hi, I am using VS and VSTO 2005 to develop a Word template. Deploying, publishing and afterwards opening my document works perfectly fine. Except that when I want to access in the code the Word document name such as “myDocument.doc” with the following code [ Globals .ThisDocument.Name ], the name has changed in the mean time! I guess VSTO is modifying my documents name at the end such as “myDocument-1.doc”!!! This number at the end of the document will increment every time I ‘execute’ or try to open the document. So the next time, it will be “myDocument-2.doc”, “myDocument-3.doc”, etc. Do you have any idea, how I can stop this from happening (Can it come from the fact tha ...Show All

  • SQL Server Identify/parse content within binary documents?

    I've got a full-text index on a table in which I've got word docs and pdfs (in an image field). I want to parse out certain types of content from these documents, and include the parsed content in the info I give back to the client. In this case, I want to collect the e-mail address(es) from each document yielded by a query. In other words, the client would input a term like 'indexing', I query the database to yield those docs which contain this term, then for each doc parse out the e-mail addresses it contains and provide them back to the client. I imagine I could identify these with a posix expression; but I can't find an example of this type of query. Is there a way to do this Currently installed evaluation version is 2000 - 8. ...Show All

  • Visual Studio Team System Perforce vs TFS?

    All, Thank you for reading this email. I have done Clearcase, Cvs, Subversion, Perforce and various SCM tools. Now, evaluating the new TFS version control for a company that only has Windows developments. Can anyone help me with the following questions 1. Is TFS version control out of beta phase yet 2. Is there a list of comparison between Perforce and TFS version control 3. In addition, is there a list of comparison between MKS integrity and TFS version control Thank you in advance. B. I am working with perforce for a month after working with TFS for ~ 5 months in my prev place. TFS is much better integrated with the VS2005. about 30% of the commands performed from the VS to the perforce goes with ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XACT Audio / Minor Rant

    <minor-rant> Can you please, *please* consider supporting a more low level way to play sounds than XACT. The Microsoft Cross Platform Audio Creation Tool (XACT) is a pain to use. I mean seriously how many devs do you have budget for to maintain this so called "IDE" It might be okay for professional game studios but I don't think it's that simple for the XNA GS crowd. Then again having looked in the XACT forum it doesn't look like a lot of professional studios are using it either. So then you have to ask why are we having it forced on us since this audio content creation tool has so far fallen on deaf ears ;). Perhaps it's a secret plot to get the XACT folk to make it better in future perhaps (hmm bite my tongue) A ...Show All

©2008 Software Development Network