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

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

Me_Titus

Member List

KookyDude
Jayx
donkaiser
readme55555
Manojit Paul
R8VI
mableu
Hector de la Rosa M.
dougzhoez
Alucaz
Osmose1000
BarryDay
Krad
grimdog
bshive
akodad
learnerplates
Joannes Vermorel - MSP
ChrisCo
magcianaux
Only Title

Me_Titus's Q&A profile

  • SQL Server LoadReport() - SoapException - Help needed

    Hi Experts, getting the Error: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/LoadReport when calling LoadReport(). I can access the ReportServer and ReportManager through Browser and get perfect results. I also can querying the WebService through a DataSet (XML-Data-Provider) in a Report Project. VS 2005; SQL SERVER 2005; IIS6; Windows Server 2003. RS is configured on DefaultWebSite(Port 80) rsExec = new rsExecService. ReportExecutionService (); rsExec.Credentials = System.Net. CredentialCache .DefaultCredentials; rsExec.Url = http://pserver01/ReportServer/ReportService2005.asmx ; // Render arguments byte [] ...Show All

  • .NET Development add mp3 to resource programatically

    Hello, I want to add an mp3 file to resource so that I use that resource later in different applications and extract the needed file from there. I know how to add files using resourcewriter but I don't know how to add mp3 file. How can I do it thanks Hello All. mcnamaragio: Okay, let's make sure we're on the same page here. An embedded resource is a file that is compiled into your executable. So, you want to add a file to your project to be included when you compile your application, is that correct And, are you using Visual Studio ...Show All

  • Windows Forms locking of combo box

    Dear All, I just added a combo box in my form. I wrote the code in public frmForm1() //================== { //This call is required by the Windows Form Designer. InitializeComponent(); comoboBox1.Items.Clear(); comoboBox1.Items.Add( "USA" ); comoboBox1.Items.Add( "INDIA" ); comoboBox1.Items.Add( "UK" ); comoboBox1.SelectedIndex = 0; } than i called the load event. I would like to lock the combo box so that the user can see all the three values in combo box but will not be able to select the other items. In VB6 we generally locked the item and it solved the problem. But here I am facing a lots of problem for this in Visual Studio 2005. Can you tell me p ...Show All

  • SharePoint Products and Technologies Custom IRM Protector

    The SDK has some light documentation on creating custom IRM protectors, but no reference as to where to get the interfaces or the class definitions for the supporting classes. Is there a typelib somewhere I can't find it. A sample project would be nice too. The documentation has a sample pseudo-implementation, but there's no way to get started without the COM interface definition. I think there are lots of places where the content is there but the "samples" etc.. aren't. Give it time and all will be revealed.. or try to get one of these MS Guru's to point you in the right direction... they are a pretty knowledgable lot :-) ...Show All

  • Windows Forms Integrate IE into WebBrowser class

    I want to add the address bar and menu bar of Internet Explorer into my WebBrowser class form under C#. Is it doable If so, would somebody please give me a hint of how to do that not entirely doable but you can make your own. Simply add a drop down list on your form and add a button like "GO" or something and implement the selectedindexchanged event of the dropdownlist (combobox) so when the user selects a URL, you will navigate to it. Example: private void comboBox_SelectedIndexChanged(object sender, EventArgs e) { if (this.comboBox.SelectedIndex > -1) { this.theWebBrowser.Navigate(this.comboBox.Text); } } and perhaps implement the keydown event so you c ...Show All

  • SQL Server Automated Batch Job Over Numerous Data Files, How?

    Hello, Everyone: Greetings! I am new to Sql Server [Express version] and am not even sure I'm making the right choice. So here I am, seeking advice. My database needs are nothing sophisticated. They just involve: (a) create tens of thousands of separate data files each under a unique file name of up to 8 characters, with file names read in from a pre-determined file name list. (b) store/insert VOLUMINOUS numerical data into each of the data files, with the data indexed by date&time, plus maybe one or two additional character or string fields. (c) for each data file, retrieve a subset of its data, perform extensive numerical calculations, and then store the results in one or more separate corresponding files, e.g. if a file name in (b) ...Show All

  • Visual Studio Team System Migration from SVN

    Hi I need to migrate an old SVN repository to Team Foundation Server Version Control. Can anyone offer any advice on the best way to do this Thanks Chris I found another migration product that can migrate from SVN to TFS with all the history etc. Checkout http://www.kyrosoft.com/products/SVN-2-TFS.htm for details. ...Show All

  • Visual C# UInt to Int

    My program that I am working on reads a uint32 out of a file with the BinaryReader. The uint is the positive number that I need to use, but I cant get the uint converted to a regular int to be used with the other numbers without it becoming the regular int. I don't know why this happens and I am confused. "I cant [sic] get the uint converted to a regular int to be used with other numbers without it becoming a regular int." That doesn't make any sense. Do you want it converted to an int or not If you're worried about losing precision you could convert it to Int64... Maybe if you supply some sample code it may be more clear. ...Show All

  • Visual Studio 2008 (Pre-release) [OperationContract] and properties,

    Hi, Why is the below interface definition not possible Surely the fact that properties are just methods anyway mean that this should be possible. Why should it be necessary to change the perfectly reasonable Length property into a GetLength() method Is there any way to expose a property value /// <summary> /// Service contract definition. /// </summary> [ ServiceContract ] public interface IWorkContract { [OperationContract ] int Length { get ; } } IT WORKS! You have to set the attribute directly before the get- and set-stubs like this: int Length { [OperationContract()] get; [OperationContract()] set; } ...Show All

  • Visual Studio Express Editions Fatal error RC1015: cannot open include file 'afxres.h'

    I am trying to compile samurize plugin for T- Balancer : http://www.samurize.com/modules/mydownloads/visit.php cid=6&lid=1897 and whatever I do I receive message from the subject. I followed "Using Visual C++ 2005 Express Edition with the Microsoft Platform SDK" and it did not help. I have read somewhere that problem can be related to too long paths. Even so I have no idea how to make them shorter. Also information that ' afxres.h ' is related to MFC does not help. I just want to compile some examples and every second attempt ends up with that very annoying message. It doesn't "wrongly" include afxres.h, under the VS IDE this is something useful. The afxres.h ...Show All

  • Customer Care Framework CCF Demo Applications

    hiiiiiii alll I have installed CCF 2005 .now  I  need some samples to develope it if any one have CCF Demo Deployment Guide.doc  CSR Demo Deployment Guide.doc BAAM Demo Deployment Guide.doc      please send it to me by mail DavidNHND@yahoo.com Hi Chad, Are there any detailed architectural docs for CCF I downloaded the latest bits of CCF and CSF and the CSF docs are quite extensive explaining how the various services and components work, but for CCF theres only a simple diagram and some deployment guides. I would like to know, for instance, how the Business Aggregation Module works, the patterns behind it etc. I'm working on a Biztalk based integration pro ...Show All

  • Visual Studio Code generation based on checked nodes within a treeview.

    All WizardPages I have seen as examples use textboxes from which GAT extracts argument values, although I need a different approach. In a WizardPage I have a treeview with dynamic filled items. I would like to create class files for every item that has been selected. Later on I also want to create class properties for every sub-item that has been selected. Lets only tacle the class generation, and so take a list of animals as an example: -Cat -Mouse -Horse -.... In the Wizard, the user can select one or more items by using checkboxes. So if they select a Cat and Horse it would generate the classes: Class Cat { // Todo: Code to write manually } and Class Mouse { // Todo: Code to write manually } -- Is it possible to create a class file ...Show All

  • Visual Studio How to define a RootClass?

    Hi everyone, When I deleted all things from the DslDefinition.dsl designer and want to start from scratch to define a RootClass for my domain model, I found that there is no way I can define a DomainClass as RootClass. Can I define a Domain Class as a RootClass myself Thanks for your reply! This is a property of the diagram in the DSL Explorer. The property on the diagram is name "Class represented". Hope it helps, Gerben. ...Show All

  • SQL Server ROLAP storage and data source impersonation

    Hi, I created a cube with ROLAP storage mode (no proactive caching). My data source impersonation is setup to use the credentials of the current user b/c I want to leverage the object level permission setup in the relational DB object. The expected result is returned when a TSQL statement is executed, however, the cell returned "#Error" when a MDX query is executed. I turned on Profiler but no TSQL statement is executed as a result of the MDX query. If I change the impersonation to use the service account, I can see the TSQL statement in Profiler when I execute the MDX query. But the login id is the service account and the desired relational DB object permission is not applied. The other challenge is cube processing is not ...Show All

  • Visual Basic Windows registry user permission in VB.NET

    Hi!!! I'm developing a windows application using the Windows Registry to save important information... this information can be changed... the problem is that when i create the registry entry using VB.NET, the restrict user can't modify this entry... this problem limit my software only to Administrator users... I'd like to know that is possible (using vb.net code) change the permissions to restrict users adding full access to the registry entry that I created... thanks so much It's all down to Windows Security, In Windows, in order to modify the registry you must be a (power user )/administrator. .NET Talks to Windows, querying if the user has permission to do certain things, in this case modifyin ...Show All

©2008 Software Development Network