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

Software Development Network >> Jane Sathyan's Q&A profile

Jane Sathyan

Member List

MadMojo1
Nash Bridges
Jack Hoxley
AmitavaS - MSFT
Fusion54
Cedric509
Manyam
hominamad
Jess Chan
Liu Feng
eldiener
Chien-hao Wesley Wen
Lili Gao
agney
Rob Grunkemeyer
asdsoftware_dev
Vladimir Chtepa
Richard G.H.Lin
stallion_alpa
DanDanne
Only Title

Jane Sathyan's Q&A profile

  • Windows Forms DropDownList SelectedIndexChanged not firing

    Is there a trick to getting a SlectedIndexChanged event to fire on a DropDownlist control No matter how I select an item this event does not fire.   I ahev checked my code, I can do even handling for any of the other controls in the form but nothing on this DropDownList. Thansk in advance. ya Manpreet's solution works fine ............. even I was facing the same problem & enabling Viewstate Works through it.. Thanx All :-).. Inderdeep.. ...Show All

  • Windows Forms Help!An error occurred while validating. HRESULT='80040155

    hi my dear friends: i am a guy coming from China,Who can tell me what I should do to the error: Error 1 An error occurred while validating. HRESULT = '80040155' This error appears when I try to make a setup project with visual studio 2005 standard version. Download hotfix @ http://support.installshield.com/kb/files/Q106194/Hotfix.zip FIX: Uninstall of Developer Causes Build Errors in Microsoft Visual Studio .NET Document ID: Q106194 Last Revised On: Wednesday, June 25, 2003 This article applies to the following: Product(s): AdminStudio 3.5x Developer 7.x Symptoms After uninstalling InstallShield Developer, when building projects with Microsoft Visual St ...Show All

  • Visual Studio 2008 (Pre-release) How to improve DrawingBrush texture

    Hi all. These are my first days in 3D programming, so bear with me. I'm using WPF to display a 3D view of a geographical map of a site. The map is 2D vector art (so not a bitmap), and was exported as a DrawingGroup resource from Expression Graphic Designer (so as a XAML file). I apply this drawing as a DrawingBrush'ed material to a 3D plane. When the camera is close to this plane (like in a physical camera position), individual pixels of the texture get clearly visible (the closer, the more annoyingly clear). I understand vectorial textures are pixelated at some point, so I partitioned the 3D face up in a number of smaller triangles, hoping closer faces became finer textured. Yet this didn't seem to help. Do you have any ideas how I ca ...Show All

  • SQL Server Owner for jobs(Sql2k)

    I’m looking for the owner of our scheduled jobs but I can’t work out; Sysjobsteps, sysjobs, sysjobschedules Sysjobservers, etc.. and neither of them I’ve been able to find this value. I saw owner_sid in hexadecimal notation, nothing else. Does this search make any sense otherwise sql encrypt this data Where this data stored is Thanks for any comment or though, ...Show All

  • Visual Studio 2008 (Pre-release) Meta data exchange with indigo webservice

    Hi, How can i exchange the metadata with the indigo service. Does WCF provide any particular facility for that Zille, WSDL does not provide any direct support for that, though I presume you could hack it in some way to do so (though it might cause interoperability problems). That said, I don't see the kind of data as belonging to the service contract metadata (which is really what the WSDL contains), but rather as a separate information service your endpoint exposess. In other words, if you have a service that performs your restaurant functions, you might have a second service (and service contract) that exposes your custom metadata about the restaurant. ...Show All

  • Visual C# Application with Input files..

    i want to create application that support input of Files i dont mean Drug and Drop (not sure anyway) i want to create the program which u can do Application.exe Test.text which returns the info about the Test.text file which Classes needs to be used the program is using Registry Key so it can be using by press a file or directory. For Example of Registry Value Application.exe "%1" Thank U in Adavnace.. :D well you need to look at the arguments passed into your app either via the main method or via Environment.GetCommandLineArgs() method, which returns you a string[] array of parameters passed to your application. a small example... static void Main( string [] args) { if ...Show All

  • Visual Studio Express Editions Tabbed Web Browsing

    hi everyone at the moment I'm trying to make a web browser which supports tabbed web browsing I've made it so that you can click a button to add new tabs but I'm not sure how to make the address text box control the tab which is currently being viewed, at the moment it's only able to control the first tab. How do I get it to control the tab which is currently being viewed and also how do I get the web page's name to be shown on the tab my code so far : Public Class Browser 'Creating an instance of the Navigate class Dim NavigateWindow As New Navigate Private Sub Browser_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Click End Sub Private ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sound Recording or Automated Speach

    I want to create a program to train for Quiz Bowl. It allready has most of the logic in place for timing and stuff but I want it to ask the questions. I tried to find a library for the microsoft program Narrator but I couldn't. I think that the best way would be to have the program record the questions and save them in WAV files. They could be played back when needed. I need to, somehow in my program, identify a sound recording device like a microphone or webcam, start gathering data from it, and stop getting data from it on cue. If anyone knows how to do this in VB, your help would ge greatly appreciated. Thanks Lookup in the realms of Microsoft SpeechSDK ... DX has no speech recognition capabilities... ...Show All

  • Visual Studio Express Editions input of textbox to a second form

    sorry for asking all the time but.. ive made a small app (still early days for me) the 1st form (named setup) takes details including two names from textboxes ( saved as Aname and Bname) i'm tring to use them on the 2nd form (called game) ive look at the guide for multiforms and get alot of errors when copying guide method for integers (main one  being "Error 1 'testgame.setup.Aname' is not accessible in this context because it is 'Private'.) and i tried setting the sub to public sub rather than private sub no change. the only guide i could find on msdn was for information to be passed from set information to textbox and all adaptions i tried failed   thats right. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Frame capture

    refering to Jack Hoxley in the post Ref Device ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=781444&SiteID=1 ) Jack Hoxley wrote: My current "solution" is to rig up frame-capture into my DXUT framework; I can then use VirtualDUB to stitch a stream of BMP's together as a video. I automate input into the application and then go grab a drink whilst I wait for it to render then come back and check the video results... This sounds like a great idee, cause i have some questions about this i created a new topic for it. I din't work much with directx10 cause its just so slow to render using REF. This might be a good solution indeed, cause finally u can see what your code is doing. I guess it depends on ...Show All

  • Visual Basic VB 2005 EE - Music and media player

    Does anybody know the code - if it is possible - to open a music file in Windows Media Player from a visual basic program If i had 'track1.mp3' for example, does anyone know how to open this from visual basic in windows media player Thanks a lot and how, can i add a complete folder to the windows player playlist, now i can add one song at a time, but i want to add a complete folder..... please help me ...Show All

  • Visual Studio Express Editions how to get all the files under node mouse click events

    Hi, I am developing a picture viewer program, which uses a folderviewer control to display the directory structure of the computer, then if the user select one node of the tree, the program will get all the image files under that directory the node symbolized. My question is how to retrieve all the files from that directory, i tried to use: System.IO.Directory.GetFiles(e.Node.FullPath, "*.jpg"), but the path is the parameter list is not pointing to the correct node directory i want. How can i get the files Your help is appreciated. Thanks I got it working now, actually the folderviewer control has a "Currentfolder" property, so i use System.IO.Directory.GetFiles(folderviewer1.curren ...Show All

  • Visual Basic create an on-screen keyboard

    hello. i am programming using VB 2005 express edition. i want to create an on-screen keyboard to be integrated with my app, but i have no idea where to start. can anybody give me a direction thanks. hi. thanks for replying. as far as i can see, the thread in the link is dealing with a single textbox, right how about creating a keyboard that can be used throughout the form, without having to write code for each textbox control ...Show All

  • Visual Studio Team System Recator-->Rename won't let me change the case of an object name

    As above. I want to change the name of a column from "MyId" to "MyID". When i try and make the change it moans at me saying: "A schema object with the name [Column] dbo.MyTable.MyId already exists. Choose a differernt name."   This is a little annoying to say the least! I think this is a legitimate thing to want to do.   Another problem. My workaround was to change it to "MyID_" and then to "MyID" which it didn't moan at but after those two operations the column was called "MyId" again. Not what I wanted at all (although the SQL script has changed - it looks like its just hanging onto some metadata somewhere I guess). Are these bugs or by design Should I raise them at Connect -Jamie ...Show All

  • Windows Forms tree structere with expand/collapse functionallity

    Hi OmegaMan, I'm sorry, but I can't find anything in the links you gave me, how to make a treeview which I want..... I am able to connect to a database an get what I want and so on......that I'm not able to do, is to figure out how to use the data (and yes - I can show the data in a repeater and so on - but it is not what I want) in a tree structure where it collapse/expand and so on.... Kind regards, simsen :-) Hi, I am not sure if I catch your requirements, follow is an example read data form sqlserver and add to treeview, hope it help you SqlConnection cnn = new SqlConnection( "Data Source=(local);Initial Catalog=test;Integrated Security=True" ); cnn.Open(); SqlCommand m ...Show All

©2008 Software Development Network