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

Software Development Network >> R.Tutus's Q&A profile

R.Tutus

Member List

Muhsin Zahid Uğur
Rashar
AdamusTheGreat
JerryMcR
Abara6
jhidey
Skippy_sc
dustinto
Elhanna
sql admin
adrshen
airwalker2000
shieldy
William McIlroy
Tanmaya
n_jagan
Eva Gonzalez
spelger
AzurianArcher
HSBF Lewe
Only Title

R.Tutus's Q&A profile

  • Visual J# java.util.TimeZone.getAvailableIDs(rawOffset) does not return the availableIDs.

    I am using .NET Framework 2.0. API Comments on MSDN: TimeZone.getAvailableIDs (int) Gets an array of all the valid IDs for all time zones around the world that have the given offset from UTC. By calling: string[] zones = java.util.TimeZone.getAvailableIDs(8); The returned zones is empty. However, if we check the list of timezones returned by call java.util.TimeZone.getAvailableIDs(), the timezone CTT is with rawOffset equals to 8. Is this a bug in the API Or I am understanding this call inccorectly   ...Show All

  • SharePoint Products and Technologies How to implement Single Sign-on

    Hi, I want to access an web-application (built on ASP.NET and SQL Server 2000) using SSO from MOSS 2007. Here is the scenario: 1. There is a page in MOSS 2007 porta, that contains a link to above described web-application like http://another-server/StudentInformationSystem/ 2. when user clicks the above link within the our portal-application, it should be transfered to the home page of that application without login to that web-application. 3. when user access that site from outsite the portal, it asks the user to provide the credential. What I have to do to implement SSO I partially configured the SSO but I need more help about configuring SSO. Thanks. hi masood.. im having the same problem too.. you ...Show All

  • Visual Basic Displaying Information in a textbox

    I have a form that displays various fields from one table. Of those fields there are a few that are just ID's where their descriptions reside in another file. I would like to display the description in the textbox versus the ID. The user relates to the descriptions better and understands them. I know how to do this with a drop down box but I don't want the user to be able to change this field on this particular form. I only want them to be able to view it. My direction was to go with a textbox and make one of it properties read only. If anyone has any suggestions or ideas I would appreciate it. Thanks One option is that you could go with a label on this particular form if it wouldn't look odd. Another option would be to go with ...Show All

  • SQL Server Define relationship betwen Fact and Dimension (Fact have data but Dimension does not have data in some case)

    Hi I have one problem in defining relationship between Fact and Dimension. I have one Fact Table: FactTests FactTests Fields: KeyDatetime, UnitId and Two Dimension table : DimTests  and DimASM DimTests Fields: KeyDateTime, UnitId, OverallResult, TestCycle DimASM Fields: KeyDateTime, UnitId, ASMResult  (DimASM row will exist only If TestCycle is 'A' in DimTests table) KeyDatetime and UnitId is primary key in all Table. I have define Regular Relationship between FactTests and DimTests, DimASM. FactTests have data but DimASM have a data only when TestCycle is 'A'. I am getting following error when I process the Cube. Errors in the OLAP storage engine: The attribute key cannot be found: T ...Show All

  • Software Development for Windows Vista Sample grabber callback / one shot for audio samples

    Hi DirectShow forum, I would like to use the sample grabber to get uncompressed PCM audio data out of my filter graph to play using other means (i.e. not a DirectShow renderer). The sample grabber "one shot" mode would be the ideal solution to this problem, becuase it would allow me to create a simple GetSample function which advances to the next sample and returns the data. Unfortunately, the "one shot" mode is completely broken (as anybody who has attempted to use it already knows...) I can't use the callback functions because my application for the sample data does not match the playback rate of the graph. It would be possible to use the callback functions if I could reliably pause the graph after each callback, allo ...Show All

  • .NET Development *.dll.config

    I have recently run into a road-block with one of projects and I have made a post that highlights that problem under the "CLR" topic. Nevertheless, this post is to find out if I can associate a .dll.config with a class library - I know this was an issue in .NET 1.1, but never found out if it was fixed in .NET 2.0 or later. Specifically, I need to use the "probing" element to help the CLR locate some private-path assemblies. Also, if the above functionality is available, is it possible to monitor the CLR's actions at runtime to ensure that it is indeed looking at the .dll.config's "probing" element to locate the assemblies Thanks in advance, guys! Ahhh now I got it. The probin ...Show All

  • SQL Server Customizing error messages

    I am running reports remotely and everything seems to be working fine. However, I want to be able to display a custom error message in case a query fails. By default, if a query were to fail, the name of the store procedure is displayed in the report viewer, which is a security risk. I want to be able to display a generic error message in such a case. Such an error obviously occurs during report processing. Is there a way for me to capture is error and customize the message displayed Thanks Umer ...Show All

  • SQL Server CE support from ASP.Net 2.0

    MS states that CE does not work with ASP.Net applications 'by default'. What is needed to change this default Bascially, my desktop app. is configured from a browser app. (ASP.Net 2.0) and I want to use CE as the datastore for the application. Thanks. On a hosted website often one doesn't have a choice over the database. .mdb works fine for me on my relatively low access site. As OLEDB and SQL Server were not possible then there are few choices. Perhaps MySQL is another option. What programming language are you using to access the database Perl/python/Php ...Show All

  • Internet Explorer Development Outlook 2003 Email Headers not Printing after IE7 upgrade

    Does anyone know if there is a fix for this yet It seems to be major issue without any reliable work around other than hitting forward button then printing the email. Help! Wahl04 Check your version of .NET. If you are still running .Net 1.1 then install .NET framework 2.0. That seems to have fixed the problem with me. Looks like some of the code is designed for 2.0 framwork. Cheers!! ...Show All

  • Smart Device Development HttpWebResponse close() hangs

    There have been a few threads on this, but I can't find a resolution or workaround. The HttpWebResponse hangs on the third connection if you don't close it, or hangs on the first connection when you try to close it. public void Test() { HttpWebRequest request = (HttpWebRequest) WebRequest.Create(url); HttpWebResponse response = (HttpWebResponse) request.GetResponse() ; Console.WriteLine("Trying to close stream"); response.Close(); Console.WriteLine("Stream Closed"); } if you comment out the Close(); you can get up to two connections. Anyone seen a workaround for this Thanks glad to hear you found an answer ... that's the direction I was heading, you can' ...Show All

  • Visual Basic Can I deploy VB2005 similar to VB6?

    My background is more business development than software develpoment. However, I do develop bespoke software using VB6/SQL Server and have recently purchased Visual Studio 2005. I tend to evolve the information system gradually by upgrading the bespoke software on a regular basis as it is less disruptive for staff. All necessary components are registered on the PCs and all I need to do is compile the VB6 project and copy the exe file onto the server at night were a shortcut to the exe file is linked on people's desktops. The question is, will I still be able to do this with VB2005 Thank you Laurie Thompson (Mr.) Unfortunately running the executable from a network resource would require some tweaking on ...Show All

  • Visual Basic Visual Studio .NET 2003

    Hello: Where is the best place to ask a question, or report a possible bug, with Visual Studio .NET 2003. My probelm is with the "Propert Pages" of a project in a solution. Thanks. to post any bugs, I think you should post to here: http://connect.microsoft.com having said that, tried applying SP1 for VS2003 Are you able to tell us more about the problem you are having ...Show All

  • Visual Basic Repeater control beta?

    I've been coding my own repeater control (well it's specific for my app, anyways) when I came across this power pack site. While it's great news that this is in the works, is there anyway we could get our hands on a beta now I'd rather code my app to a powerpack control than build my own, even if the api isn't solidified. ...Show All

  • Visual Studio Express Editions How to output above ascii character set?

    Hi, I am trying to ouput commands that are above the ascii character set. What I am doing is this: com2.writeout("128WAKE") But what I need is the decimal equivalent of 128 and not the ASCII representation of 128. I need to do the equivalent of Printf("%d128"); if that is possible. Thanks!! I think you need the binary equivalent. I assume you want these in bytes Esentially what you are saying is that you want a string of bytes with but 7 set as I understand you. ...Show All

  • Windows Forms Extending DataGridViewTextBoxColumn to DataGridViewHtmlColumn

    I'm tring to create a better way to present data in data columns. I've decided to extend the d.g.v.TextBoxColumn, although perhaps I should be using a higher level base class. The fist thing I've decided to support are newlines or [br] ( breaks ). this done, Im not sure the best way to calculate row height, or how to effectively set it. I've tried inside the overridden Paint method to set [ this.DataGridView.Rows[ index ].Height ], but it doesnt seem to be affecting anything perhaps I have to change a related flag so the problem, is that I now have a multiline text column that is cutting off the text because the row height is not appropriatly set. any help is greatly appreciated! -stellar ...Show All

©2008 Software Development Network