Software Development Network Logo
  • Visual Basic
  • Windows Forms
  • SQL Server
  • Visual C++
  • Windows Vista
  • Windows Live
  • Visual FoxPro
  • VS Express Editions
  • VS Team System
  • Game Technologies
  • Visual J#
  • Microsoft ISV
  • Visual C#
  • .NET Development
  • Architecture

Software Development Network >> Ashwin Jayamohan's Q&A profile

Ashwin Jayamohan

Member List

AntonioF
Yalix
Amit Thakur
Rob_Cliffe
Xin Yan MSFT
TorB
Gerhard B
Karen Chen
Hpolanco
ZGutt
Elvia
Ritterbeck
Rahul Nadkarni
jlavallet
MadCat
Alok Pagariya
John Love
MalcolmGreene
SudhaArch
Anoush
Only Title

Ashwin Jayamohan's Q&A profile

  • Visual J# J# Browser Control under 2.0

    I have an application running in ie using the JBC that ships with 2.0. Whenever a modal dialog is displayed, then my system will "beep". Atempting to move the dialog around inside the JBC container causes coruption of the display. The graphics context gets all messed up. I have signed the dll that is loaded and given it FullTrust. This did not occur in 1.1, but renders the JBC virtually useless. Any ideas on how to resolve this behavior Barry Hi Barry Would you be able to give a small piece of code which reproduces your problem. We have a fix for a known issue in 2.0 related to t ...Show All

  • Visual C++ Question about Microsoft.obj

    I wrote a very simple C++ program. I began the compiling and linking process with Visual C++ 2005 Express Beta. I am only getting only one error: LINK : fatal error LNK1104: cannot open file 'C:\MATLAB71\extern\lib\win32\microsoft.obj' microsoft.obj is not located on my computer. Is this file created by the linking process I am not familiar with what microsoft.obj does. Should I have this file installed in the Windows XP environment. Does anyone know what microsoft.obj is Thank you. Jason I use the current VS C++ 2005 Express. And I get the same error. In my directory are spaces, but I can't quote them. ...Show All

  • Visual C++ What API required to access HTML tag of a chm file in MFC program????

    Hello, I like to write an MFC program that will have to check the value of an html tag (<meta>) in a chm file. So I like to know what MFC class and method is required to use to have my program access the html tag value of a chm file Any idea pls Thanks. http://msdn.microsoft.com/library/default.asp url=/library/en-us/htmlhelp/html/vsconhh1start.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/htmlhelp/html/vsconhh1start.asp ...Show All

  • Visual C++ Dynamic add controls to a dialog frame.

    Is there a relative easy way to dynamic add controls to a dialog frame For example, in JAVA, you can put an array of comboboxes in a form and initially set the array size to one, and them add more when you need. Is there any thing like this in VC++ Thanks in advance. jpx wrote: Is there a relative easy way to dynamic add controls to a dialog frame For example, in JAVA, you can put an array of comboboxes in a form and initially set the array size to one, and them add more when you need. Is there any thing like this in VC++ Thanks in advance. Yep there is, you could use C ...Show All

  • Windows Forms Check box data binding, AddNew doesn't work

    I am having problems with binding to a check box. It works fine until I attempt to add a new record to the dataset through the binding context object. The code that adds the new record to the dataset is listed below Me.BindingContext(dsDataSet, TableName).EndCurrentEdit() Me.BindingContext(dsDataSet, TableName).AddNew() The add new statement generates an error and a new record is not sh ...Show All

  • .NET Development Reading XML using XMLTextReader

    Hi all, I'm a dev newbie and need some assistance with something i'm working on. I need to read through an XML file and output the values of only certain elements. Say my xml file looks something like this: <element id="1">   <text> Blah blah blah </text> </element> <element id="2">    <provide name="Access">   <defaulttext> Blah-di-blah </defaulttext> </element> So basically i will have a form where users can pick an a number, and this will be passed as a paramter into a function that reads through the xml file - so if you picked 1, then it will look for element ...Show All

  • Visual Studio Express Editions Adding a data source

    Finally got the Northwnd.mdf file to work.  Now when adding it to an application, the dataset doesn't appear in the "Data Sources" window on the right.  It is listed in the Data Explorer on the left but not on the right.  So,,,, no drag/drop feature on a form.  This is with the latest download, not the beta version. I had the same problem (used the book to), and found a solution here :   MSDN Visual Basic >> Visual Basic IDE >> Re: DAta Sources Toolbox functionality reversed Thread Starter: JoshSommers    Started: 04 Nov 2005 12:29 AM  http://forums.mic ...Show All

  • Visual Studio Express Editions burn IMG download

    Hello How to burn IMG file onto a DVD/CD I tried Nero but it doesn't recognise the format. Is is possible for MS to change the downloads to ISO or BIN formats which are more popular Cheers Yuelin are you sure that will work, because often if i need to convert a song i put on iTunes to WMA and i just rename it, it stays as m4a ...Show All

  • Visual Studio Express Editions Beginner Code Help. Not sure where to start.

    I have a .bat file that I would like to convert into an .exe using visual basic express 2005. This is what the bat file looks like: @echo off IF EXIST "c:\network.txt" ( rename "c:\documents and settings\all users\desktop\network.lnk" Mobile.lnk rename c:\network.txt mobile.txt copy c:\away.ini "c:\program files\cad\etc\standard.ini" cls echo. echo Copying Cad Standards Directory xcopy /E /I /Y /Q \\server\proj\stds\new folder\newfolder\*.* c:\dwgs\stds\new folder\new folder cls echo. echo 10 Percent Complete ... xcopy /E /I /Y /Q \\server\proj\stds\new folder2\*.* c:\dwgs\stds\new ...Show All

  • .NET Development please help me to create dialup connection i c#

    hii  how are you  i want ask, how i can create program to connecting to internet by using dialup connection in C# please tell me any information   thanks Ahmed Osama You may also want to look at the following MSDN site on WinInet: "Establishing a Dial-Up Connection to the Internet": http://msdn.microsoft.com/library/default.asp url=/library/en-us/wininet/wininet/establishing_a_dial_up_connection_to_the_internet.asp This article describes how to interoperate (call unmanaged code from managed code) with the WinInet code from C#: http://msdn.microsoft.com/netframework/programming/i ...Show All

  • Visual C++ Converting existing VCL-based code to VS C++

    Has anyone ever converted a Borland C++ project that includes any use of the Borland Visual Component Library (Delphi components written in either Pascal or C++) into a new Visual Studio project I would be interested if there are any tools around for this because I have a long-standing code base written using Borland C++ Builder (versions 1 - 6) and am interested in seeing if it would be possible to leverage this code, some of which is quite sophisticated and powerful. I'm not sure VCL.NET would be viable.  While VCL.NET code would probably compile in VS, I seriously doubt you would have any designer support. Steve Teixeira Micros ...Show All

  • Windows Forms Add a new value to a bound ComboBox

    I have a bound ComboBox that presents a list of products to be selected. I'd also like to have the value "Any" in the ComboBox, as the first item.  I tried to do cmb..Items.Insert(0, New ListViewItem("Any")) but I get an error saying  Cannot modify the Items collection when the DataSource property is set. Can this be done with a bound ComboBo ...Show All

  • SQL Server Problems with Identity Specification - deleting rows

    First of all, I'm new to the forums, and I'm still getting started with VBEE and SQL. I'm building a simple Windows Application that has a SQL Database with three tables, related to each other. In all of them I need to set one column as a simple index for the rows (1, 2, 3... etc), to work as a PK and relate to the other tables' FKs. I've set the property Identity Specification of the column to Yes, and added some rows of data for testing. If you just keep adding rows, the PK columns work fine, but if you start deleting rows, the numbering gets fragmented, and the relations between the tables lose integrity. I've tried the MSDN Onl ...Show All

  • Visual C++ Problem calling JavaScript from C++

    Actually, all examples where you use a UI button for a JavaScript call work; but when a call is done without any button being pressed, there's an error! The program does a JavaScript call when window loading is complete: DWORD WINAPI CallJScriptLater( LPVOID lpParam ) {     CHtmlCtrl* a = (CHtmlCtrl*) lpParam;     CStringArray strArray;     strArray.Add("Picture@500");     strArray.Add("Video Clip@200");     strArray.Add("Some more@50");     // first element in array     // Name @ size @ free_space     strArray.Ad ...Show All

  • Software Development for Windows Vista Issue Moving Lab 04 (Beta 2) to VB

    In order to try and have a workflow example running in VB (I tried the code examples that I got from http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=139052&SiteID=1 and they don't seem to build properly - could they be for ver.1.2 ) I've taken my favorite example, (StateMachine, 04) and I've tried to move it to VB. The actual code in the OrderWorkflows project was easy enough but the code in form1 from the OrderApplication project was somewhat more challenging. The good news is that I think I'm almost there. The bad news is that I've hit a rather large snag with the StateMachineTrackingService.RegisterInstance method in the Sta ...Show All

©2008 Software Development Network