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

Software Development Network >> Emanuel Dejanu's Q&A profile

Emanuel Dejanu

Member List

gwestwater
Michael Herman - Parallelspace
stfkbf
huabing78
My Name is Adam
Montana Jones
speedy_gonzalez
AustinMyers
Raj127799
Dave Fackler
Cang Sam
splyf
Xadja
MattSu1976
SergioX
Art Blomme
Alan Loughnane
wutwjd
David Inman
DMAR330
Only Title

Emanuel Dejanu's Q&A profile

  • Internet Explorer Development IE Font Rendering Inconsitency on Select Elements

    I've noticed that there appears to be an inconsitency with how text is rendered in elements on IE7. I have a web page that is encoded in utf-8, and contains japanese code points. All text looks fine except text in select elements. In a select element the text is rendered as squares. I can fix the problem by explicitly selecting a font that contains these code points (e.g. MS Gothic) However, that doesn't seem to be required for any other element. So what gives Is this a bug If it is, is there any chance we'll see a fix Thanks. Here's a test page that shows the error... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " http://www.w3.org/TR/html4/loose.dtd "> <html> <head&g ...Show All

  • Internet Explorer Development Listening to IE events

    hi , i am trying to advise my event sink to the internet explorer 6.0. the problem i am facing is the explorer calls the invoke method on the event sink with the dispatch id DISPID_COMMANDSTATECHANGE, and it does this four times. after that it doesnt responds to any event please tell me how to proceed Thanks in advance sumit mehrotra ...Show All

  • Visual Studio MPF and .user Project Files

    Hello, I was wonder if I'd missed any implementation in the MPF for supporting user-specific project configuration settings (using .user files) I assume not, so I'll continue with what I need to solve. MsBuild takes care of the loading of a user configuration file through a conditional import. I need to set properties, that may or may not exists, to the import project, in this case the user configuration file. I see that Project defines a method SetImportedProperty but that requires a Project instance. I also see that Project defines a property Imports where I can find and locate my imported project but that givens me an Import instance and not a Project needed to set a property in the imported section. Does anyone know how to retrieve an ...Show All

  • Visual Studio Team System Controller & VSTS question

    Hi, I have a couple of questions. 1) Is the controller a CPU consumer 2) Would you install the controller and the VSTS on the same machine why Thanks. Here are some links that may give you a better understanding of how the tasks in a loadtest are split up between the controller and the agent. Detailed overview of the controller: http://blogs.msdn.com/vstsloadtestblog/articles/527597.aspx Detailed overview of the agent: http://blogs.msdn.com/vstsloadtestblog/articles/527572.aspx The controller manages the agents assigned to it, and the agents actually generate the load against the web application you're testing making it more resource intensive. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Error:(0x800b0100) - No signature was present in the subject. can any1 help mie pls? =(

    i seriously don't know what happen. When i tried to install directx 9.0, i always get this problem. [12/21/06 22:37:35] module: dsetup32(Mar 31 2006), file: setup.cpp, line: 5554, function: CSetup::DoCopy Failed API: SetupInstallFromInfSection() Error: (0x800b0100) - No signature was present in the subject. Unable to proceed dxxp.inf:[WINXP_INSTALL]. The file is not signed properly. can any1 tell mie what can i do pls.. thanks =) ...Show All

  • Visual Studio Tools for Office Get The text of Words from a word document

    This may be a topic for some other group, but this group gets replies faster then then Automation or some other Word groups, so maybe someone here knows this. I really want to thank Cindy for pointing me in the right direction for what I wanted to do. I ended up using the DsoFramer control to host my word doc, and now I have the document loaded, when I first saw the Word.Document.Words collection, I thought cool a collection of string variables for words. Microsoft would never make it so easy. Does anyone know how I access the words in the document, and highlight a word that matches my search criteria (similiar to the way Google highlights your results). I am heading to the book store to buy an Office book next, but if someone has ...Show All

  • Visual Studio Team System Unlike Mercury Loadrunner, "value" null, "error", null displayed in web browser

    Using LoadRunner, copied the body of the request into a form parameter and parameterised the values. Upon running the web test, instead of the next page appearing,the following are displayed on the web browser section of the results. "value" null, "error", null  I looked at the context of the response and realised that the correct values of the form parameters were returned. However the body of the response displayed  {{"value" null, "error", null }} and hence cannot make progress with scripting Hi Ed, The script is meant to replay the javascript actions like submitting buttons and check boxes on a pop up window. Unfortunately that does not occur 2162 ...Show All

  • Visual Studio Send a .rdlc as a .pdf attachment in an email?

    This is what I need to do... - create an outlook message window/ have one pop-up - attach my report1.rdlc to the message - the attachment(report1.rdlc) needs to be a .pdf format (using c# vs2005 pro team ed.) thanks in advance!! Take a look at some of the samples on www.gotreportviewer.com . You can export to PDF programmatically using ReportViewer.LocalReport.Render() and use the resulting byte stream any way you want. ...Show All

  • SQL Server can't update view

    Hi all , I have a problem to insert new data to a view which created from 2 tables. I am trying to so from run time Any help will be appreciated Itamarqza, did the Instead Of resolve your issue If not could you please provide more information. Thanks, Derek ...Show All

  • Visual Studio Express Editions For Each foundFile As String In My.Computer.FileSystem.GetFiles

    How can I pass a multiple filematch pattern like *.bmp, *.jpg, *.png to: For Each foundFile As String In My .Computer.FileSystem.GetFiles( _ My .Computer.FileSystem.SpecialDirectories.MyDocuments, _ FileIO.SearchOption.SearchAllSubDirectories, "*.jpg" ) Thanks ! Is there any way to tie two progressbars to this process ProgressBar1 measures each files copy progress ProgressBar2 measures overall files copy progress Thanks ...Show All

  • Visual Studio Tools for Office Cant change MS Word properties using DCOMCNFG

    Whenever I log into the dcom config application and try and change the properties for Microsoft Word - it says the operation completed successfully. It does not let me change the properties for my MS Word application - MS Word 2002 installed on the machine. What am i missing here Many Thanks Rajesh Hi Rajesh This is not the proper forum to discuss Word configuration issues - it's for discussing the VSTO technology. I'm not familiar with dcomcnfg and have never heard of anyone using it before to do anything with Word. But after a quick scan of the Knowledge Base it looks like it's meant for developers to use for changing configurations so that (remote) applications can run. You don't ...Show All

  • Windows Forms Adding data to datagridview progamatically

    Hello all, Im having a problem... I have data to add into a datagridview. The datagridview will use 2 columns. Everything is working except when i add data to the 2nd column, it adds it to the 1st column. Here is the code i am using to add data to the 2nd column. for ( int i = 0; i < dm.GetValue2.Count; i++) { this .dataGridViewCaseType.Columns[1].DataGridView.Rows.Add(dm.GetValue2 .ToString()); } So shouldnt this be working heh I use this same format to add data into column[0] and it works correctly. Has anyone encountered this before and know what i may be doing wrong Thanks for any information. from what I understand, you wish to have the data to be added into a new row of t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mentor Needed

    Hey I was wondering if anyone would be able to help me make a game with XNA I want to make just a simple little top down move car around game. But I can't figure out how to start (I did the tutorials) So I was hoping one of you fine gentlmen and women would be able to help me on msn or aim or somthing That way its live instead of continually posting back and forth on the forums. Thanks Very Much James Either make some posts it here or collect your conversations and make that exchange a tutorial as you guys work through the concepts he needs to learn to get his game done. Thanks for thinking of the community like that, much appreciated. ...Show All

  • Silverlight (formerly WPF/E) Wingdings or other fonts?

    Has anyone had experience displaying Wingdings or other fonts in a TextBlock I have FontFamily="Wingdings" and Text="" I used charmap to find a character I wanted, and pasted it between the "", and of course in my editor I see the mapped ASCII character, but if I view the hex, the code is there. When I run the page, I get the ASCII character, using the default font, as if I didn't set FontFamily at all... so I'm confused... Thanks! -Dave For the December CTP we only support a limited set of fonts, Windings is not one of them. See this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1049214&SiteID=1 You can always use the Glyph element and put additional font files on you ...Show All

  • Visual C# How to truncate a value (2 decimal digits)

    Please I need a help. I cant find a function in .net 2.0 to truncate a value to n decimal digits. That must work as shown below: decimal myValue = 25.5698; decimal MyTruncatedValue = TruncateFunction (myValue, 2); // Now myValue holds the value 25.56 decimal MyTruncatedValue = TruncateFunction (myValue, 3); // Now myValue holds the value 25.569 // Notice I am not rounding at any time....but rather cutting off that part of the number that is not interesting... Hello All. Raulsassaa: Are you trying to truncate the value to a certain number of signifcant digits, or truncate the decimal places for displaying in a string I'm going to assume that it's the first case, since your example function returns a decimal. ...Show All

©2008 Software Development Network