Fulano's Q&A profile
.NET Development WSE 3 sign-only mode
Good day, people! I'm trying to realize following scenario: web-service is deployed for only one client. This client has private key and sign all message to sevice. Service has client public key and can verify signature. Could anyone tell me if WSE 3 support this scenario If it does, how policy file should be configured on the client and server Is it true, that on the web-service machine must be installed WSE runtime, or it's en ...Show All
Visual Basic Submit authentication to website
Hi, I'm trying to make desktop application that fires up a website in a WebBrowser control. This website has a default page with a login form. I'm trying to use one of the overloads of the WebBrowser.Navigate method to submit the credentials and log in. This overload allows me to submit a 'postData' parameter, which takes the form of a byte array. I have seen the following code on the webpage in question: <form name="Bla ...Show All
.NET Development Framework 2.0
How can I obtain a copy of the SDK on disc At 56kb, 14 hours is just too long. Thanks Roger J Dyckman (nospam ) adept@accutek.net(nospam ) Thank you very much !! I was sure MS would have such a large file available on CD, but the Help ( ) Desk was useless as usual. I had e-mails to supervisors of supervisor to no avail. All claimed there was no such CD after sending me from pillar to post. I'm new to Forums ... Real ...Show All
Windows Forms Dynamic menu items
I have been through every forum in google looking for an answer to this problem. I would be forever greatful to anyone that could give me a little code on how to do the following: Can someone please give my an explaination of how to& ...Show All
Windows Forms Custom Control Question
I created a custom control called TimePicker which inherits from the DateTimePicker. The only difference between my TimePicker and the regular DateTimePicker is that the CustomFormat property is set to show time ("h:mm tt"). The reason why I created  ...Show All
Windows Forms how do i change the text size of richtextbox
this.richTextBox1.LoadFile("c:\\grammar\\questions\\40.rtf"); i use the code to load a .rtf file into a richtext box. how do i change the text size after loading it. If you just want to affect the size without changing the actual font used ( ...Show All
Software Development for Windows Vista Windows Service Hosting
I'm looking for a little help. I have a Windows service being used to host .NET remoting objects. I'd like to begin integrating some workflow aspects in the service and am not quite sure how to go about doing this. Ideally, I'd have objects in my service create new workflows run them with the parameters received from clients. For example, I have a service that exposes a SubmitApplication() method. Right now this method simply takes some paramete ...Show All
Visual Basic maths function!!!!!!!!
I am new to vb, as you will see below. I am constructing a simple form which requires some basic maths, whem I try to multiply, the compliers states " C:\Documents and Settings\Jones\My Documents\Visual Studio Projects\VB EXAMPLES\stock2\frmorder.vb(168): Operator '*' is not defined for types 'System.Windows.Forms.TextBox' and 'System.Windows.Forms.TextBox'." What do I need to set to get the cmdcalc_click function to work. It will not hand ...Show All
Software Development for Windows Vista Context menu registration refused for lnkfile
I have an app that acts as a CMH for shortcuts (not their targets). I'm using the same procedure as in earlier Windows and register as a context menu handler by adding this key to the registry: HKLM > Software > Classes > lnkfile > shellex > ContextMenuHandlers > GUID Trying to add the key with REGEDIT displays a message that says I have insufficient privileges to add a key under Context ...Show All
Windows Live Developer Forums Local Search Problem
Normal search works but I can't get the Local Search to work. I always get 0 results returned. I'm using the c# example. Any ideas Hey Lewis, I'm glad that you've been successful using the MSN Search API. Although our API lists Local as a source of data, we have not enabled it yet. We're working to add additional data feeds to the service in the near future. ...Show All
Visual Studio Team System Process Templates
The only process template I can access in the Beta 2 is the MSF Agile, am I missing something or is this all that is currenlty available in Beta 2 I was primarly interested in the XP process template, or I guess I can design my own if I need to. Cheers Tim Seaward I've made a first attempt at a XP Methodology Template which can be downloaded from http://workspaces.gotdotnet.com/bsdagile your feedback would be ap ...Show All
.NET Development Framework assemblies always MSIL?
Just out of curiosity: Are System.Windows.Forms and other framework assemblies MSIL just like applications, so they'll be JIT:ed to 32 or 64 bit as appropriate, and only the JIT:er/CLR is really different in x64 edition of the framework Is this the same for Compact FW on mobile devices that might suffer some delay when those (relatively big -- bigger than my app) assemblies get JIT:ed Does this differ btw 1.x and 2.0 versions of the re ...Show All
.NET Development Problem installing NET 2.0 on Windows NT
Hi, I wrote a VB program using VS2005 that I have to run on an old computer running Windows NT 4.0. After upgrading all requirements (Service Pack 6, IE 6), I received the error message that I need Administrator rights to install NET 2.0. I have been logged in as "Master" account that has full administrator rights (otherwise I could not have installed SP6 + IE6), so I wonder if the account literally has to be "Administrat ...Show All
SQL Server still cannot run my job
this is the scenario. first i created a dts in my computer(local administrator account) this dts writes in an xls file in a local path for instance c:\tests... this dts uses a vb script to run this task, then.. i save it local and run it from my bids and finishes ok, after that i change the protection level to server storage and copy it to my target server.. in this server i log on with an administrator local account using windows authenticat ...Show All
Smart Device Development GSM Network parameter information
Hi all, Can somebody tell me what API's needs to be used for accessing GSM Network information in smartphone. I am basically looking for following pieces of information using an API call. Current network MCC (Mobile country code) Current network MNC (Mobile Network code) Current network LAC (Location area code) IMSI of current SIM Also, How my application can stay notified of the changes in any of these parameters. Anybody solv ...Show All
