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

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

TapasChoudhury

Member List

slippyC
dougzhoez
Darren_Yu
sagarmalik
anandss
Glendower
Paula M
Nguyen Duy Linh
axelfxxx
Rajesh Kumar J
Tobias Boehler
Flap
Mónika
Here2Play
bgailer
Ingenious
Todd Biggs - Windows Live
xRuntime
Anand Raman - MSFT
Kyle Anderson
Only Title

TapasChoudhury's Q&A profile

  • Audio and Video Development js file not Big Endian

    I wrote some javascript to test out in the iHD simulator. When I try to play the content I get the error: "Script is not Big Endian" I haven't heard a reference to big endian storage since my mainframe days. Do I need to convert my javascript to big endian And if so how do I do that on an XP box Bad Analog wrote: Per the HD DVD spec, all JavaScript files must be UTF-16, Big Endian (with BOM). XML files can be UTF-8 or UTF-16 and should include which encoding they're using in the XML header. Right. I usually use Notepad to convert one encoding format to others. ...Show All

  • Visual Studio 2008 (Pre-release) RadioButton binding

    How do you get a RadioButton Group to bind to XML I don't want the LIST to bind, I want the value to bind. This is an example of the grouping. I want to store a number between 1-4 in the XML file. < GroupBox Margin = " 148.994,8,186,0 " Header = " Subnet Mask " d:LayoutOverrides = " Margin " VerticalAlignment = " Top " Height = " 82.492 " > < StackPanel HorizontalAlignment = " Stretch " VerticalAlignment = " Stretch " Margin = " 0,7,0,0 " > < RadioButton GroupName = " subnetgrp " > 255.255.255.255 </ RadioButton > < RadioButton GroupName = " subnetgrp " > 255.255.255.0 < ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. putting background image in Console applicaiton

    I have an application and i want to place an background image to my console application. The image that i want make background image is in the Resources file. Does anybody know how i can do that pls help .... You are utterly going about it the wrong way. I strongly recommend you read a few game programming tutorials, either for DirectX or XNA. There is no way , as Hans has said, to do what you want to do in the console window. It wasn't even built for that. Windows Forms isn't well-suited for such a game either. ...Show All

  • Windows Forms Opening Microsoft Office Outlook !!!

    Hi everybody, I have Email Addresses in a column of one of my DataGridViews. I need to open Microsoft Office Outlook, whenever users click on these Email Addresses, and have a new Email opened and ready on the screen with these Email Addresse in front of TO: section. I have already tried the following code in the Click Event of this column: Process .Start( name@yahoo.com ) ; , but didn't work. Does anybody have any idea !!! Thanks so much, Mathew Putting carriage returns or breaks into the body section is a bit tricky because it depends on the format of the email message. If the email message type is HTML, then you can add &lt;BR&gt; for breaks in the test. Not sure what to ...Show All

  • Visual Studio Express Editions Totaling a table

    I want to be able to have the program calculate the total of a column of values in a table. How would I go about doing this I played around with this for a while, and cannot see a way to do this... Any help would be greatly appreciated. Thanks, -Matt Thank you. O.K. Just to make sure I got this right. I can put in the TotalTextBox and then double click on this control and enter in: SELECT SUM(Amount) AS Total FROM Database I'm sorry if it's taking me a while to understand this, but I can't seem to figure this out. Thanks, -Matt ...Show All

  • Windows Forms Suppress Ctrl key + Mouse cell selection on DataGridView.

    Hi, I am using a DataGridView with its MultiSelect property set to true.However i want to suppress the multiple cell selection on the datagridview only when Ctrl key & Mouse click on a cell is performed.All other ways of multiselection should work(e.g Shift+ Arrow Right Key or Shift + Cell Mouse click). Can anybody provide the solution Thanks. Hi I’ve just posted a snippet in my blog http://netexperiments.blogspot.com/ I’ve haven’t tested it throughly, but maybe it works for you, or at least is a good starting point. Cheers. ...Show All

  • SQL Server Date Select Query - select between two dates

    have a table with students details in it, i want to select all the students who joined a class on a particular day and then i need another query to select all students who joined classes over the course of date range eg 03/12/2003 to 12/12/2003. i have tried with the following query, i need help putting my queries together select * from tblstudents where classID='1' and studentstartdate between ('03/12/2004') and ('03/12/2004') when i run this query i get this message Server: Msg 242, Level 16, State 3, Line 1 The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. the studentstartdate field is set as datetime 8 and the date looks like this in the table 03/12/2004 03:12:15 please help mustfa ...Show All

  • Gadgets Posting forms to websites.

    hi, I'm making a booking gadget and need to post a form to an external website is this possible Thank you for your answer. Useing GET isn't an option since this is for a login, but maybe we need to do as you suggests, using a form "proxy". Google is doing this. It would be nice if somebody from Microsoft could answer if not being able to do a POST is by design or if this is a bug that will be fixed :) Also, if one of you gurus could tell me how to do a post using the InternetExplorer.Application object I would be very happy. ../Per ...Show All

  • Visual C++ detecting ctrl+s

    Am doing windows sdk programming. am creating a notepad. Which msg(WM_KEYDOWN or WM_CHAR) is generated when i press (ctrl+s) and how do i detect it Sam Hobbs wrote: the answer is: Both! Both WM_KEYDOWN and WM_CHAR messages are generated for Ctrl-S. Just apparently (as a final effect), because Sam Hobbs wrote: there is good documentation about the keyboard and messages and such in the SDK documentation which states that MSDN wrote: The WM_CHAR message is posted to the window with the keyboard focus when a WM_KEYDOWN message is translated by the TranslateMessage function. ...Show All

  • SQL Server Invalid Character in Flat File or Turncate problem

    My source is a csv flat file. Currently I use that same flat file on SQL 2000 and SQL 2005. On SQL 2000 it runs fine and it inserts that character as part of the string (varchar), however, it gives me truncate error on sql 2005. I already use the "Suggest Types...." and my Output columns have the correct lenght (specially that lehght of that column is only 30 char which is less than the default anyways). If I remove that character it runs fine for that column..... This is the values that I get in my flat file for the trouble coulmn is "ATTN: JON OLSEN a€“ CTRL8 " And the error that I get when running the SSIS is [Flat File Source OrderDetail [1]] Error: Data conversion failed. The data conversion for ...Show All

  • Visual Studio Diffreence between CR and Report.rdlc(VS2005)

    hi forum What is basic differencd between Crystal Report and Report.rdlc (vs2005). what and why should be prefered(CR or Report.rdlc) for Reporting. Hi, the rdlc file that you are seeing is the SqlServer Reporting Services. So if your asking the difference with SqlServer Reporting Services and Crystal Reports, you might want to check this out: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=597098&SiteID=1 http://www.crystalreportsbook.com/SSRSandCR_Conclusion.asp cheers, Paul June A. Domag ...Show All

  • Software Development for Windows Vista sqlPersistence

    Hi, A simple question. I am using sqlPersistence services to persist my workflow instances. An instance was already created say 2 days back and was persisted in the database. If I want to work on the same instance again, what should I do workflowInstanceId = <Comes from the database if record exist or new GuiID) WFInstance = workflowRuntime.CreateWorkflow( typeof ( InterviewProcessWorkflow ), null , workflowInstanceId); WFInstance.Start(); or WFInstance = workflowRuntime.GetWorkflow(workflowInstanceId); WFInstance.Resume(); Please help. The WorkflowPersistenceService abstract base class includes an abstract method called UnloadOnIdle. When the instance becomes idle the runtime will persist the ...Show All

  • Visual C# DataReader Read Data

    private void BindTheCombo() { sqlcon= new SqlConnection(Tools.sqlconstr); sqlcom= new SqlCommand("select CityID,CityName from Cities" ,sqlcon); sqldr=sqlcom.ExecuteReader(); while (sqldr.Read()) { oDDLil.DataTextField=dr(0); //error oDDLil.DataValueField=dr(1); //error } } I bind to data to dropdownlist What I should do Thanks For Help Thank You Mohammad(Muhammed) Nice name ...Show All

  • Windows Forms Menu Titlebar

    Hi I want to put in titlebar of my windows a menu, I am using Windows Forms C++. Can I put it You can draw a button to a the non-client part of the window which open up a context-menu, but I don't think it will allow you to override the default context-menu of Windows' titlebar. ...Show All

  • Visual Studio Tools for Office Outlook: MAPI fields versus User Properties

    Hi, I want to improve an outlook addin which is using mapi fields (a lot) and this is generating abnormal behaviors in outlook, so now I'm in doubt to quit all use of mapi fields fo User Properties but I need some recomendatios or comments about using "mapi fields vs user properties" (or viceversa). Thanks, Mauricio. .NET languages have no support for accessing MAPI properties in versions prior to Outlook 2007. Therefore, the UserProperties collection would be the supported approach. What kind of behaviors are you seeing as abnormal ...Show All

©2008 Software Development Network