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

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

cindyluke

Member List

Henrik Dahl
Kunk
paulpayne
Rattlerr
Mark Piontek
Kevinmac
Ritesh Singh
paulking123
Soheil Amjadi
NessDan
Lameck
RyanB88
blah569
Kevgor
tee_user5
venp
bkkandula
leo1
IamManick
GSus
Only Title

cindyluke's Q&A profile

  • Windows Forms ClickOnce doens't install application locally

    Hello ! I have an Winforms application that uses a component DLL and specific configuration by mean of app.config file. When I used ClickOnce to install the application on a client computer, a start menu item was added, but it seems that created shortcut points to the internet site where the installation resides. The application wasn't installed locally. I need to customize the app.config file to accomodate to client environment, but if the application is launched remotely, I cannot do that. Any help will be greatly appreciated Thanks Jaime Hi Lama, Sorry I might have misunderstood. I thought it never installed in your PC. Yes the application when it installed it always stores it under local setting under app and ...Show All

  • Windows Forms SelectedIndexChanged - possible bug

    i have a Combobox control set with the DropDownStyle as 'DropDownList'. the SelectedIndexChanged event is firing even if I reselect the same item from the dropdownlist. surely this is not right as the index here has not changed so am i forced to remember the previous selection in order to do a comparison every time or am i missing something good point about the event name. it's also reproducible with SelectionChangeCommitted event of combobox. i think it has something to do with the way combobox handles its selection. i believe it reverts back to index 0 to the current selection on every selection internally. ...Show All

  • Smart Device Development Application loses focus when closing a Form - but only on one Form it happens...

    Hi all, I have this strange problem/issue that I have had bothering me for a while now. I have an application where the users browses through Forms to perform various bits of functionality, and then closes the form to return back to the previous form (the Form from which it was openned), and the Focus is right back with the Form that openned the closed Form (if you know what I mean :)). Now this all works fine in my application apart from in one place, where when the called Form is closed, the calling form (or my Application even) doesn't get focus back until the 2nd tap on the application with the pen. The Windows start button and Input control on the MainMenu are focused and can be activated from the first click on them, but not my appli ...Show All

  • SQL Server displaying Params in Report

    Hi... I am trying to display a parameter in my report.. the parameter can have up to 5 chocies... if all 5 are checked I want to display all 5.. I know how to trick it and use: Parameters!Country.Value(0)&Parameters!Country.Value(1) etc Is there a way to do this that I dont have to have from (0) to (5).. another thing... when you only choose 2 of the 5 params the rest show errors.. (#Error) Thanks for help... and Happy Reporting !! Hey....I'm trying to do the same thing. So far, the best I've come up with is: join(Parameters!Country.Value, Chr(13) & Chr(10)) This will create a string with a CRLF between all the parameters. Of course, you can change the delimeter to anything you want, but I'm still wo ...Show All

  • SQL Server problem with url in microsoft server 2005

    Hi, I have a problem: When i enter in the iis i have two virtual directory: Reportsr$sqlexpress ReportServer$sqlexpress I try to run the report by browsing home.aspx and going to my report.The url that i got is: http://localhost/Reports$SQLExpress/Pages/Report.aspx ItemPath=%2fReportInventory%2fReportTotalCounting Now, i enter the parameter wanted and click on export to pdf file it works fine :it opens the report in a pdf file ,i got a url like this: http://localhost/Reports$SQLExpress/Reserved.ReportViewerWebControl.axd ReportSession=a52f1o55wy00wq454pq0jp45&ControlID=f8672382-3d09-430f-a308-9bf42b850184&Culture=1037&UICulture=9&ReportStack=1&OpType=Export&FileName=ReportTotalCounting&ContentDis ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. bounding boxes

    I am having trouble with bounding boxes. I am not sure if I created it right or if I am using the intersect lines properly. I started programming with turing where I just used the variables coordinates of the pictures to detect intersection. This is what i have so far. BoundingBox car = new BoundingBox ( new Vector3 (spritePosition2.X, spritePosition2.Y, 0), new Vector3 (myTexture2.Width, myTexture2.Height, 0)); BoundingBox incoming = new BoundingBox ( new Vector3 (spritePosition10.X, spritePosition10.Y, 0), new Vector3 (myTexture1.Width, myTexture1.Height, 0)); if (car.Intersects (incoming) == true ) { spriteSpeed2 = -spriteSpeed2; } See changes in red that should help: Boundi ...Show All

  • SQL Server Report Builder Error - Novice please suggest !!

    I created report model based of three relational tables(SQL Db). When I try to run it gives me error 'cannot run this report - A filter must be specified'. When I supply filter it will go head and run. Basically I have three relational tables from SQL database. one is the Master say A and other two are related tables say B and C. I joined with id1 to B from A and id2 to C from A. A(id1) ----> B(id1) A(id2) ----> C(id2) 1.Why is it asking me the enter filter 2.Also, when I created a report based on fields from A,B and C I tried to do the click through. I can able to click through to table B by clicking on the fields of B but similarly I am unable to do for the fields from the C. 3.Can I create a report model bas ...Show All

  • .NET Development Help with TripleDES and RC2 cryptography.

    I have 2 questions - 1) I get the following Exception when I try to decrypt data using TripleDES. - "An unhandled exception of type 'System.Security.Cryptography.CryptographicException' occurred in mscorlib.dll Additional information: Specified initialization vector (IV) does not match the block size for this algorithm." How do I make things right The code is as follows - /* Provides TripleDES encryption and decryption using classes in the .net Framework 1.1 */ public class TripleDES_Cryptography { public static string Encrypt(string plaintext, string key, string IV) { TripleDES des3 = new TripleDESCryptoServiceProvider(); des3.Mode = CipherMode.CBC; byte[] by_plaintext = Encoding.ASCII.Ge ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Proprietary FBX format

    Good day! According to an Autodesk engineer I communicated with today, "The ascii version of the FBX file format isn't publicly documented and subject to change." I think that begs the following question: why would we want to use a format that isn't open-spec, subject to change, and proprietary to a single company (Autodesk) What attraction does FBX have given its highly proprietary format To preempt a conversation about the merits of the build content pipeline, I might add that there are some companies that have no intention of using the content pipeline to avoid the embrace, extend, destroy philosophy which manifests as vendor lock-in. So to return to the prior question-- what is the sell for FBX if it is proprietary, cl ...Show All

  • SQL Server How do you execute a DTS on a remote server in Remote (not local) environment?

    2 different servers.  " Server_A " has report data but no Excel installed (corporate IT requirement). " Server_B " has Excel (containing pivot pointing to Server_A ) but no data. SQL Server 2K on Windows Server 2003 Ent Ed ( Server_A ) and XP pro ( Server_B ). I want to explicitly trigger a daily refresh of Excel on Server_B when Server_A data has been refreshed.  Remember, I cannot directly refresh Excel on Server_B from Server_A , because Server_A does not have Excel installed on it. I have created a DTS on Server_B that refreshes the Excel successfully when run locally.  Problem arises when I try to execute this DTS remotely from Server_A ... it tries to use a copy of Excel that's local to Server_A ...Show All

  • .NET Development Going crazy updating database

    I'm about to go crazy about this. I have a database with a couple of tables. I have inserted all tables into a dataset. The data is modified partially by databound fields and partially by manual adding/deletion/modifying. The problems come when i try to transfer dataset to database. I have tried a shitload of different ways but it won't work. This last time i tried OleDbCommandBuilder mybuilder = new OleDbCommandBuilder(MyAdapter); MyConnection.Open(); DataSet ch = MyDataSet.GetChanges(); MyAdapter.Update(ch, "Currencies"); MyConnection.Close(); where Currencies is a table in my database. I have also tried OleDbCommandBuilder mybuilder = new OleDbCommandBuilder(MyAdapter); MyConnect ...Show All

  • Visual C# Data Base : changing the topology using C#

    HI I'm trying to make a program using Data Base and i don't know : 1- is it possible to use in same time two different Data Base and having relashionship betwin two tables each one in a the two Data Base 2-if i want to fill a data base with the help of users should i use a data stored in a computer and shared......or pieces of of data in each user computer 3- Tables, relatioships....can i dynamically creat or destroy them (changing the topology of my data base) Thanks for your Advices. RDH123 wrote: HI I'm trying to make a program using Data Base and i don't know : 1- is it possible to use in same time two different Data Base and having relashionship betwin two tables each one in a the two Data Base ...Show All

  • Visual Studio 2008 (Pre-release) Where can I find resources or samples to configure a client and service properly?

    Here is what I've done: 1. I created a service using VS. 2. The service endpoint is configured to communicate using wsHttpBinding 3. The service is hosted in a windows service 3. Created a client 4. Added the service reference using VS 5. After testing, both service and client work fine on the same machine 6. Move the service to a remote machine (out of LAN) 7. Added a service reference to that endpoint at the remote machine in the client application 8. The client is not able to connect to the service, however, I was able to get the test page and wsdl. What am I doing wrong I believe this post answers your question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=109 ...Show All

  • Visual Studio 2008 (Pre-release) SetInputToDefaultAudioDevice failed in XP

    Hi, I'm trying to implement a recognizer but every time I'm trying to use SpeechRecognitionEngin.SetInputToDefaultAudioDevice() I'm getting an unknown exception private SpeechRecognizer sharedRecognizer; sharedRecognizer = new SpeechRecognizer(); sharedRecognizer.Enabled = false; dictationResult = String.Empty; appRecognizer = new SpeechRecognitionEngine(); //this is where the code fail in runtime appRecognizer.SetInputToDefaultAudioDevice(); appRecognizer.SpeechRecognized += new EventHandler<SpeechRecognizedEventArgs>(appRecognizer_SpeechRecognized); i tried this on 3 different machines ... how can i solve this problem without installing vista :) Hello, Thanks for the tip - it no longer throws an ...Show All

  • Visual Studio 2008 (Pre-release) Difficulty installing .NET 3.0 on Windows XP

    I'm trying to get .NET 3.0 working with VS 2005 so that I can use WPF. I've followed the instructions at: http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta/#runWinFXApps I've installed on two machines - one a clean Windows XP machine - without any luck. The installation order has been: Visual Studio (already on both machines), Net 3.0 and then the SDK. No additional project types are shown in VS after install and an attempt at installing Orcas results in the error message that .NET 3.0 isn't installed. Any suggestions mikej There is several threads on the Cider forum about this. Aparently, alot of people have had issues with the installer. There is a workaround poste ...Show All

©2008 Software Development Network