Asday's Q&A profile
Smart Device Development Signing
This blog entry - http://blogs.msdn.com/windowsmobile/archive/2005/12/17/security-model-faq.aspx - says you can configure Visual Studio to automaticallty sign your modules. Is there a way to really make it do this by default - or do I have to set it up in every set of project settings - I have a fairly big solution with a lot of projects and I don't want to have to mainly set the properties on each one on every machine we use for development. Thanks for any help Stuart Q: How do I sign my code for day-to-day development A: In general, install the SDK certificates and then sign your code with them, or configure Visual Studio to do so automatically . The emulators have the SDK certs installed already, so you can skip that step for those ...Show All
Windows Forms HELP - data grid creating duplicate controls?
Hi, I am using this code to crete a combobox in a datagrid, it works fine and creates the combobox in the column. The problem is it also creates a second combobox in the top left corner of the datagrid. Any Ideas Thanks. this .array = new ComboEditor (); this .array.Name = "LicenceTypeName" ; this .array.Text = "LicenceTypeName" ; this .array.DataSource = ds; this .array.DataMember = "LicenceType" ; this .array.DisplayMember = "LicenceTypeName" ; this .array.ValueMember = "LicenceTypeId" ; LicenceDataGrid.Controls.Add(array); LicenceDataGrid.DisplayLayout.Bands[0].Columns[2].EditorControl = array; ...Show All
Software Development for Windows Vista Imaging Tool
What imaging tool do you use for Vista certification tests None of this tool will allow you to make an image. You will have to buy an imaging tool. Ex: Norton Ghost, Acronis True Image. I Love True Image, it's 100 times better than Ghost, but I don't think you can compare images with it. ...Show All
Software Development for Windows Vista Possible Solution
I'm having a problem with Windows Vista Ultimate 64 bit edtion on my HP laptop, when i close the lid but i have set up what windows does when i close the laptop to do nothing, but when i close the lid, and re open it, the screen is off/black, cant shutdown it properly and must do hard reboot. Laptop is HP Pavillion dv9000nr AMD Turion 64x2 Nvidia GeForce GO 6150 1gb memory Exact same problem with a Sony Vaio VGN-FE590P. How in the world did such a widespread bug make it through Microsoft's 'extensive' testing over the last year I installed Vista and noticed this on day two. Also using new nvidia drivers. I've also noticed if I put the notebook in standby the screen doesn't come back on un ...Show All
Gadgets Layout for gadget
If I would like to create a layout with a navigation bar on the top for access to 3 different areas/panel of the gadget .... how Can I do this I hope you can help me! hi, sarah, you can test your manifest here : http://test.livegadgets.net/gadgets/TestPlatform/testpages.htm m=http://my_serveur_url/directory/manifest.xml where my_serveur_url is what it means and the directory where you upload your gadget's files. albidochon ...Show All
Visual Studio Express Editions Load File, Change Text in File, Save File As
Okay, bear with me if I sound a little idiotic. I'm still new to this. Here is what I need to do: 1. Load file in the program (i.e.- htmlfile1.html, phpfile1.php, textfile1.txt, etc.) 2. Change some text in the file (i.e.- %my tag% ) 3. Save the file as whatever file I loaded (i.e.- htmlfile2.html, phpfile2.php, textfile2.txt, etc.) Here is an example: I have a file named "car.html". Inside "car.html" I have a line that says "Your car color is %mycolor tag%." When I load the file I don't have to see it. I can just enter some text in a textbox, press Enter (or push a button), and what I enter into the textbox will replace the %mycolortag%. I then save the file as "car-updated.html". Is this hard to do ...Show All
Windows Live Developer Forums Dynamically load API JS file kills IE6
I'm trying to load the veapi.ashx file dynamically, but I'm having a big problem with IE6, please test the following code out in IE6, you will need to clean your cookies and cache, to do that in IE6 you need to go to Tools --> Internet Options -->Delete Cookies & Delete Files.. and close all your IE, and start IE6 with these code.. <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script> var map=null; function include_js(file) { var html_doc = document.getElementsByTagName('head').item(0); var js = document.createElement('script'); js.setAttribute('type', 'text/javascript'); js.setAttribute('src', file); html_doc.appendChild(js); js.onre ...Show All
Connected Services Framework TerminateSessionResponse
Hi, I'm trying to terminate active session. As per document, we need to have a event handler like [Operation(Name="TerminateSessionResponseHandler", Action= SessionActions.TerminateSessionResponse )] public TerminateSessionResponseHandler(TerminateSessionResponse response) { //terminating session here. } But i could not able to findout TerminateSessionResponse action in SessionActions. I'm using CSF 3.0 Dev version which is available in the msdn. Since this action is not available i tried with SessionActions.TerminateResponse, but i'm getting Message dispatch failure error. Could anyone please help me out Rgs Vasu Thank you Senthil. But SessionActions.Terminat ...Show All
Visual Studio Express Editions Help! Random movement in C!
How can I generate a random movement horizontaly using rand function I can only generate movement but, not randomly, using a loop... for example if you added a picturbox1 with a picture of a car: picturebox1.Left += 25; this will move your car 25 pixels to the right ...Show All
SQL Server Sub Sub Total
OK basically what I'm looking for is how to have two subtotals in a report along with a Grand Total. So it would be something like this: Revenue Subtotal Expense Subtotal Grand Total. The grand total works fine, but I'm not sure how to add the subtotals. GregSQL It appears that the Reporting Service was not avaliable for a moment, the answer I believe you need now is you should have 2 group, first group "all expense" and second group should be "expense type", right click on this column and select SubTotals. I believe this should allow you to achieve the results you want. Ham ...Show All
Visual Basic Fade in code doesn't worked on mdi child form
This form fade in code worked for non-mdi child form but doesn't worked on mdi child form. How will i make it work Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim i As Double For i = 0 To 1 Step 0.01 Me .Opacity = i Next Me .Opacity = 1 end sub You aren't giving the form an option to refresh. What you should probably do is put a timer on the form, set the interval to a suitable level to get the effect you want, say 100mS, and set the opacity to one step higher each time it fires. Enable the timer when he form loads. Disable the timer in the timer event when the form is fully opaque. For example: Public Class Form1 Priv ...Show All
Visual Studio 2008 (Pre-release) Change Tracking Aervice And Garbage Collector
I have a question about interaction between change tracking service and garbage collector. If I Select some entities into application Modify them am not going to call SubmitChanges Forget links to the objects What should I do to allow garbage collector to take the objects ...Show All
Visual Studio Express Editions Link errors : InterlockedBitTestAndComplement, MemoryBarrier, RtlSecureZeroMemory
Well, I rarely ever post for help but I am at a complete loss, and am not sure if anyone can really even help with this problem. Anyways, here it goes: I have written a ruby extension which compiles and runs fine on Mac OS X and several *nix systems. I have been working on porting it to a windows system. It currently compiles fine, but completely craps out on the linking stage. Here is a paste of what happens: (using Visual Studio Express command line tools) Compilation: straightforward, no issues, but here it is anyways: [code] Z:\rubysound\ext\rubysound>nmake Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. cl -nologo -I"C:/Program Files/FMOD SoundSystem/FM ...Show All
Windows Forms Form.ShowDialog - What causes the dialog to close/hide?
Hi, I find myself confused with how .ShowDialog is working. The documentation says that any code after .ShowDialog will not execute until the form is closed. That doesn't seem to be the whole story. I'm not sure if the form gets closed or hidden, but if I set the .DialogResult property in a method, the form gets closed/hidden when the end of that method finishes - and the code continues in the calling form. I like this behaviour as it suites my needs, just wondering why it's behaving like that. Thanks, Mike Not sure what to say, other than: that's the way it works. ShowDialog() starts a modal message loop and that loops checks if the DialogResult property of the form is set to anything othe ...Show All
SQL Server Reusability & SSIS - issues they do not write in books about
I have a simple requirement: Each package needs to have Error Handling - which needs to Execute a SQL statement. It's the same Stored Proc - where each package passes in its ID. Ok - I get that part about creating a custom task and so on for reusabilty. But - lets say that after deploying this task in 20 packages - I need to change the name of the Stored Proc. What is going to happen in that case Correct me if I'm wrong - but after deploying the new version of the custom task - do I need to go to each package and update the reference to new version Jon Limjap wrote: I think for what you want to do you have to save your script in a legitimate VB 2005 class library and register that class library with the CLR so you can referenc ...Show All
