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

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

Tanmaya

Member List

philcart
vtortola
blabus
Sassie
navbhan
Burgz
isurge
SalmonCreekGames
Tej62007
Rakesh-BNPP
Steve Jackson
Christopher Lusardi
TonyByers
Thomas Greenleaf
Joe Rattz
Lawrex
Miles100
rod_r
RichLeyshon
chrisryche
Only Title

Tanmaya's Q&A profile

  • Smart Device Development Debug using Emulator and VS 2005

    I installed VS 2005 machine that had VS 2003 on it, but NEVER a beta of VS 2005. At first I could not even connect to an emulator with VS 2005 (VS 2003 worked fine), but then I was told to delete all the files in the %USERPROFILE%\local settings\application data\Microsoft\CoreCon\1.0 directory and that allowed me to connect. The new problem is I still cannot debug. I select debug with VS 2005 and I can see all the files being deployed, but when it goes to run the application that was deployed, it seems like the debugger cannot find it. The entire application is there, because I can select with the file manager in the emulator and actually run it. I ran sysinternals filemon to look at the files, and VS 2005 was trying to run d:\microsoft vi ...Show All

  • Visual Studio Tools for Office How to change text on excel titlebar

    Hi, How can I change text on my excel sheet's title bar from my application I tried setting thisWorkbook.Title = DateTime.Now.Tostring(); but that did'nt change anything. What property should I use Thanks, ...Show All

  • Smart Device Development How can I Modify a menu's string dynamically in mobile5.0

    I want to modify a menu's string dynamically in windows mobile5.0. I use the following source code to implement it. but it has no any effect. hMainMenu = CreateMenu (); hMenu = CreatePopupMenu (); AppendMenu (hMenu, MF_STRING | MF_ENABLED, 100, TEXT ("C&ut")); AppendMenu (hMenu, MF_STRING | MF_ENABLED, 101, TEXT ("&Copy")); AppendMenu (hMenu, MF_STRING | MF_ENABLED, 102, TEXT ("&Paste")); AppendMenu (hMainMenu, MF_STRING | MF_ENABLED | MF_POPUP, (UINT)hMenu, TEXT ("&Edit")); hMenu = CreatePopupMenu (); AppendMenu (hMenu, MF_STRING | MF_ENABLED, ID_MENU_OPEN, TEXT ("O&pen")); AppendMenu (hMainMenu, MF_STRING | MF_ENABLED | MF_POPUP, (UINT)hM ...Show All

  • Visual Studio Team System Finding tutorial for VS Developer news...

    Where can I find whats new for a developer that have the Developer edition of VS 2005 I need tutorials, videos, books... All tips are welcomed! Hi, Check out this site http://www.learnvisualstudio.net/ Regards Arvind T N ...Show All

  • .NET Development MSXML 6.0

    I was using MSXML 4.0.  Today I discovered MSXML 6.0 and downloaded and installed it.  However, the documentation for XMLHTTPRequest examples all are as follows: var xmlhttp = new ActiveXObject("MSXML2.XMLHTTP. 3.0 "); xmlhttp.open("GET", "http://localhost/sample.xml", false); xmlhttp.send(); WScript.Echo(xmlhttp.getResponseHeader("Server")); I would like to know if the version number is correct.  Thanks. kk It is not correct, looks like the manual was copy and pasted from an earlier version . This and other mistakes in the version 6.0 documentation have been brought to the attention of Microsoft and they have vowed to fix them. ...Show All

  • Windows Forms datagridview

    hey. can somebody help me to implement a for loop with a datagridview. i want to insert specific records from a datagridview into a table for example, out of many fields i enter in the datagridview insert only the first three e.g dim r as integer for r = 0 to datagridview1.columncount-1 the code for inserting into the database next r please help note: i don't want to use a wizard(ado.net) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Edit soundwave frequencies?

    Where can i read an article about how to edit wave frequenciesm so that i can cut off the sound frequencies also where can i find the source code to adjust the volume of the music played.. im also using c# thanks alot. Hey,     I think that you can't do that via the DirectX SDK Directly, this is similar to mp3 or other lossy formats. I mean DirectX provides you capability on how you will be able to play sounds and record sounds in WAV format. You need to get an external API in order to do such modifications and then pass them as resources in directX to be processed and when needed played. I think you might be able to do a real time Frequency adjustment during post-process via xACT but for that I am not sure. Check ...Show All

  • Visual Basic Best place to put application initialisation code

    Hiya, I'm trying to get to grips with using a VB2005 splashform. Where's the best place to put in initiliasation code, like loading in XML settings, checking DB connection Is it in the Application OnInitialize function, the splashscreen_Load sub or somewhere else I'm a little concerned in that the splashscreen will close after X number of seconds. How do you ensure that all the initialisation is done before it closes Many thanks John good one. Well it makes logical sense that if you are going to be initializing your form in some way, to place the code there rather than calling it from another method, since you create a "new" instance, it makes logical sense that ok, you ...Show All

  • Visual Studio 2008 (Pre-release) FlowDocumentReader Find problem

    Hi, I'm using the FlowDocumentReader and the problem I have is that I can't use the find feature, When I click on the Find Button, the search text box opens, but I can't write anything in it. But I set the IsFindEnabled property to true and it still doesn't work. I use this to set the text in the document, is this that cause my problem set { TextRange sourceDocument = new TextRange ( this .Document.ContentStart, this .Document.ContentEnd ); using ( MemoryStream rtfMemoryStream = new MemoryStream () ) { using ( StreamWriter rtfStreamWriter = new StreamWriter ( rtfMemoryStream ) ) { rtfStreamWriter.Write( value ); rtfStreamWriter.Flush(); rtfMemoryStream.Seek( 0, SeekOrigin ...Show All

  • Visual C# A way to make easy the ACTIVE-X REGISTRATION for Excel Automation Add-Ins ? (ADD-INS with NO REGISTRY RIGHTS IS IT POSSIBLE?!?!)

    31 - OCT - 2006. Dear Friends from Microsoft,   I have an ActiveX function (sample: TESTFUNCTION in simpleclass).   If I compile the code below in visual studio 2005, and select REGISTER TO COM. The class will be visible in Excel 2003 and I will be able to use the class without further problems.  BUT, when I don't have access to the registry (ie. not with Administrator rights) I cannot use the Excel Automation Add-in, because the class is not registered in the registry.   Is there a way that I could use this "AUTOMATION ADD-IN" (that is nothing more then an ACTIVE-X OBJECT) without the need of being administrator   I just wanted to used like in the past with the XLL, just open and it will run, wi ...Show All

  • SQL Server SELECT RANDOM(4) FROM database?

    is that syntax correct well, my question is : how can i do rhat is there anyway to get a number of random records from the database The code, as written will return 10 values, even if in a stored procedure. Stored Procedures can return the results of a query, even if the results are multiple values, and multiple rows. The client application will have to handle it appropriately. ...Show All

  • SQL Server HELP! - The report server is not responding

    Hi, RS 2005 (sql 2005 SP1) on Windows 2003 SP1 The report server was running ok until this morning. Its just giving a "The report server is not responding. Verify that the report server is running and can be accessed from this computer." message when trying to open the report manager. Any ideas In the SQLDUMPER_ERRORLog.log file there is this.. 05/22/06 12:53:35, ERROR , SQLDUMPER_UNKNOWN_APP.EXE, AdjustTokenPrivileges () failed (00000514) 05/22/06 12:53:35, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied 05/22/06 12:53:35, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, ProcessID = 328 05/22/06 12:53:35, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, ThreadId = 0 05/22/06 12:53:35, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, ...Show All

  • Visual Basic ShellAndWait procedure not working on xp / Office 2002.

    Hi, I am using the following defined procedure to open an instance of Microsoft Access and suspend program execution until the instance is closed by the user. This works fine on Windows NT and Office '97 but running the same program on a Windows xp machine with Office 2002 on it results in program execution not pausing. Any ideas It doesn't appear to have displayed my code... Option Explicit Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long Private Declare Function WaitForSingleObject Lib "kernel32" (ByVal hHandle As Long, ByVal dwMilliseconds As Long) As Long Pri ...Show All

  • Visual C# Microsoft .NET Security Warning

    Hi all, I have developed a Windows Control Library that is called from a web page like explained in these sites: http://www.windowsforms.net/articles/iesourcing.aspx http://support.microsoft.com/kb/555687 All works fine, but if I open a modal dialog from my Windows Control Library, I got this message: Microsoft .NET Security Warning Never enter personal information or passwords into a window unless you can verify and trust the source of request. Source: localhost The permission sets at Runtime Security Policy to my strong name (of my DLL) is a copy of the FullTrust permission set with all permissions available selected. Anyone can help me This message doesn’t ...Show All

  • Windows Forms Writing event in Datagridviewcombobox?

    Hi guys, Greetings! I'm creating a datagridview with a combobox column, is there anyway that I can write an event everytime the user choose from the combobox list and when lost focus on it I can control the value to set on the next column like if the user choose from the list as "Chocolates" I can set the value on the next column as "PCS" these values where from the table. I appreciate any help you can give to me. Thanks, In the editing control showing event you can add a handler to the combobox's selectedindexchanged event. Here is link to an example ...Show All

©2008 Software Development Network