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

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

JohnWein

Member List

dto
ThomasD14
VAD214
Naveen Bora
Jamie Thomson
dork
mig16
T.Gunaseelan
yhong
Valery Letroye
kenniejaydavis
goPlayer
John123
Quirk
xRuntime
VikasAgr
Xancholy
JDAnthony
NET PR
mogadan
Only Title

JohnWein's Q&A profile

  • Smart Device Development Which Platform?

    I have written an application using VS 2005, and installed it on a pda(s) running Windows Mobile 5.0. Now, what I want to do now, is to load the same application on to a Windows CE 5.0 environmnet as well. Looking at it, it should work The main question I have is that once loaded on either enviroment, I need to know which one the application is running. If the application is running on WM 5.0 follow a set up route of say a) or if it is CE 5.0 then do b). Not too much differnce to be honest, but I was wondering if there was some system variable that I could look at, which would indicate the environment - WM 5.0 or CE 5.0 Let’s take a closer look at your declaration… Here’s my question: how you've come up with Lo ...Show All

  • Visual Studio Express Editions read data and write into a file

    Hello, I have a file like that RECHEAD_TACHO T9 REC_TACHO 2006/10/05 00:47:14.048 0068847415 yyyy RECHEAD_ADFIFO A“ REC_ADFIFO 2006/10/05 00:47:14.048 22 ’ Q Y ^tYyGyotwy“ ÷ 7y· 6 |yT R+9yy ayq N|,r YS’ >a|Day<’ c `A e W 7 0t yyzt;yn | i (y” ' —yI AVyU NyZ Pme cA 4 μ o6l ya V AyV ]_ Ay I have to write a program that can read a file and make readable the data of ADFIFO.I know how to read and write them into a file but I dont know how to check if a character is readable or not and after that to convert it into a readable character. Thanks for your advice. Thanks for your reply I did open it by Notepad indeed. But I dont know how to know the encoding I did open it in e ...Show All

  • Visual Studio Team System Importing Work Items and Links

    I am currently importing many work items from a spreadsheet. However, we also require that work item tasks are linked to the appropriate requirements. In the spreadsheet there can be anywhere from 5 to 50 work item tasks which will need to be linked to a single work item requirement. Is there a way to do this linking in bulk either in the spreadsheet before I publish the items or in TFS after the items are published. Currently, it seems that I can only select one item at a time to create the link. Any assistance here would be appreciated.... I'm sorry to say, this is not possible with the V1 version of the product. This is being considered for a future version. Your only option would be do this ...Show All

  • Internet Explorer Development Cross-Page Posting and MasterPage(s)

    I have searched the internet and found many deadend threads about Cross_Page Posting not working when you are using a MasterPage. Is there anyway around this or a fix Summary: I am using 2 aspx pages as shown in many tutorials CrossPost1.aspx and CrossPost2.aspx with VB code behind. PreviousPage.FindControl works fine if the above mentioned pages are not using a MasterPage, however once I add them to a MasterPage my controls on the CrossPost2.aspx page always return empty(null). There has to be a fix to this... Thanks, Still nothing, I have tried a million different code combinations, and still nothing. I wish someone would at least be able to explain why the PreviousPage.FindControl ...Show All

  • Visual Studio 2008 (Pre-release) Markup Extension for Booleans

    Hi, Is there a markup extension that allows me to insert boolean values into a property value Something like: <Class Property="{x:Static true}"/> Thanks, Kent I forgot to mention: the only way I could get this to work was to declare my own consts: public const bool True = true ; public const bool False = false ; And then use {x:Static} to refer to them. The Boolean struct does not define static members for true / false (only as strings) so I was wondering if there is a simpler way Thanks, Kent ...Show All

  • .NET Development RSA Cryptography with foreign public key

    I must create application which will do next. I have console application(further APP1 ) which will read xml file, get needed node and decipher its value. Trouble is next. Console application should create par of public/private keys. XML file is created in another application(further APP2 ). APP2 uses public key from APP1 and private key from APP2. Q: how do i combine those two heys, so i can create ciphered text Q2. how do i import public key into RSAParameters object Private key should remain and all needed data for public key should be changed( i think they should). I tried this: RSACryptoServiceProvider RSAProvider = new RSACryptoServiceProvider(bitStrength); RSAParameters parameters = new System.Security.Cryptography.RSAParam ...Show All

  • Windows Forms CodeDomSerializer and resx

    Hi! I would like to store one property of my component in to the resx file of the Form that contains it. Is there a code sample somewhere that shows how to do it I found this: http://www.vbcity.com/forums/topic.asp tid=22348 But it is missing way too many things. I would really appreciate a generic pattern on how to save the values of objects storing binary data to the resx file. (should be in C# if possible) Thanks! Atmapuri Hi! My object is not serializable. It containes unmanaged binary data. (like a bitmap) I would like to save that to resx file during design time and have it loaded during run and design time from the resx file automatically. Thanks! Atmapuri ...Show All

  • Software Development for Windows Vista Radeon 9550 blue screen crash

    i have radeon 9550 and im using windows vista ultimate everything works fine except in crashes time to time with blue screen. my current driver for radeon 9550 is (Microsoft Corporation - WDDM) vr. 8.31.100.321 is the driver from ati radeon website for windows vista betteR just dont want my computer to crash thats all i want please help I had a similar problem when I was trying to install Vista using a Radeon X1600. The solution that I worked out with Microsoft was to go into BIOS and change the AGP Apature Size to the amount of memory on my video card, if your BIOS doesn't go up that high, change the setting to the highest available. Most BIOS defaults is at 64mb, which for some reaso ...Show All

  • Visual Studio 2008 (Pre-release) EDM and ASP.NET

    Hi I am really new to EDM. How can I use it in ASP.NET App After installing vNext August CTP I didn't get ASP.NET vNext Project Templete only Windows and Console. So how can I use it 10x You should have a sample under <install drive>:\Program Files\Microsoft SDKs\ADO.NET vNext CTP\Samples\<language>\WebAppSample that shows how to use the Entity Framework in ASP.NET. This sample shows how to create an assembly (NorthwindLib.dll) that contains your Entity types and add that to your ASP.NET Web project. The sample then shows how to work with product, product details, and categories as Entities from an ASP.NET page or a Web service. -Lance ...Show All

  • Software Development for Windows Vista Publish as WebService Error: "The language specified is not supported by any of the installed packages."

    This is with the latest 3.0 RC and the RC5 VS2005 Extensions. Any ideas Thanks Kushal, I did a complete uninstall and reinstall of VS2005 and the publish now worked! I have a different question now. The published web service seems to be defaulting to use the local development web server. Can I change it to use IIS instead Thanks Costas ...Show All

  • Visual Studio Team System Is it possible to migrate data from one Team Foundation Server into two Team Foundation Servers

    Lets assume that I have TFS A that contains Team Project 1 and 2, but after a year I get into performance and resource problems because of the number of users and data, so it is not an option to keep using TFS A. My question is if it is possible to migrate Team Project 1 to TFS C and Team Project 2 to TFS B without losing any data, or do I have to start with a new Team Project on TFS B and TFS C and thereby losing all data and history . The reason I ask is that my boss wants a plan for how to handle this situation, and what the consequences are. Currently moving of team projects is not supported. You can move the whole TFS instance to a different machine but not individual projects. We have this as ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Heightmap Terrain Component

    I thought the whole component concept was pretty cool. So I threw together a quick heightmap terrain component. http://i9.photobucket.com/albums/a59/craigory666/heightMapTerrain.jpg http://i9.photobucket.com/albums/a59/craigory666/heightMapTerrain2.jpg http://i9.photobucket.com/albums/a59/craigory666/heightmapprop.jpg It should work with square .raw files, and for the effectPath I'm just using the default texture shader found in the help file. The view and projection matrices of the terrain are exposed, so you should be able to hook up whatever camera you have going and just update the terrains view, and projection matrices during your games update. using System; using System.Collections.Generic; using System.IO; using Microsoft.Xna.Fr ...Show All

  • Visual Basic Help!!! VB 2005 form size changing problem

    Hi All, I have some problem when open a VB 2005 project that I created on PC on laptop when I open up on my laptop VB 2005 automatically resize the forms I created, which I have to resize all the forms again. any good suggestion for this problem p.s. would it be the video card on PC I use nVidia resoultion@1280*1024, On latptop I use ATI resoulation@1680*1050. thanks, Use the forms maximumsize property to set the forms max size to the lower of the two resolutions for design time...when the form loads set the maxiumumsize to the primary screen bounds ...Show All

  • Internet Explorer Development IE7 <script> sections processing

    Hi, Could anybody please explain me the difference in IE7 behaviours while processing the below examples Virtual directory /Scripts on my IIS Web server contains the question1.js file with the following content: window.alert("Loading: question1.js"); The root of Web folder contains the following HTML files: question1_1.html : <HTML> <HEAD> <script language="JavaScript"> window.alert("Loading: HEAD"); function on_load() { window.alert("Called: OnLoad"); } </script> </HEAD> <BODY onload=on_load();"> <!--script language="JavaScript" src="/Scripts/question1.js"/--> <script language="JavaScript"> ...Show All

  • Visual Studio VB2005 No data in CrystalReportDataviewer

    Hello, I just created a crystal report with the 'CrytalreportViewer'. I used the ADO.NET datasets. A report is shown but there is no data in it. What did I do wrong I searched the forums here but I havent found my solution yet. I hope you guys can help me.... Ok, I tried the following: I added a new form to my project. On that form I placed a CrystalReportViewer. Then I created a report using the new report wizzard. I made a connection using the 'create new connection'. When I open the report it works and I get the data I want to see. But here is my problem: Now I select another database. But my report shows the data of the database I set the connection in my crystal report to. I used the following code: ...Show All

©2008 Software Development Network