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

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

bxchan

Member List

ttad
chiquiman
John.Doe
CodeDigger
bubsnt3
linzbfc
Amanda Jamin
Keeep Out
Chrisull
HedleySohn
Mr.Bean
Ha Duo
osamaT
Andrew DeVaughn
Marcel Wauters
Atlantaazfinest
KDeepak
SMang
Sten G
Buddhist
Only Title

bxchan's Q&A profile

  • Smart Device Development Dialpad plugin?

    I am interested in creating plugin for the WM5 defaul dialpad (cprog.exe) just like other vendor adding smartdialing functionality to that program. Anybody know where can I find the proper document to start with ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XACT praise, request

    Just a quick comment and question: 1. XACT is definitely a step in the right direction for semi-professional work. It simplifies a lot of things and brings some powerful abstractions. As long as you don't care about Sony and Nintendo, it's fantastic ;). The integration with the XDK is also nice. I haven't used XACT as a retail game-wide solution, yet, though - just for small personal projects and voice chat. Those who complain about how many steps it takes to play a sound might want to put off ranting until they get some more experience and a better appreciation for what it takes to ship a game :) On the other hand, I'm using C++... so their impatience may be a testament to how easy XNA is to use. Anyway, I like XACT. Or at least I really ...Show All

  • SQL Server What is the best way of moving indexes to a different file group in SQL2005?

    I was looking for a simple way to script out the delete and create statements, so I can change "ON [new filegroup]".  There are hundreds of indexes in this database.  If you know an easy way of doing this or a better way please let me know. Thanks. This is more like what I was looking for. I am hoping someone will post a tried and true version of this that they have used. This looks like it handles the majority of cases but if someone used one of the lesser used options like "sort order" it would be lost. Rob, thanks again for the post. ...Show All

  • Visual Basic Events / Custom Events

    Ok..I have a custom browser control which I am using in a windows application. I need to be able to catch the newwindow2 event of the AxWebbrowser control in order to keep popups running with-in my application, not IE. How do I let my windows form know when the AxWebbrowser newwindow2 event fired Thanks for any help! ...Show All

  • Visual Basic Making a window appear at the mouse

    But I want the bottom-right hand corner to appear at the mouse popint. How would I do this Ok .. is this what you were after Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Dim pt As Point = Windows.Forms.Cursor.Position Dim size As Size = Me .Size Me .Location = New Point(pt.X - size.Width, pt.Y - size.Height) End Sub Richard ...Show All

  • Visual Basic Remove blank space from middle of string/Concatinating

    I have a program (Visual Basic) where I click on a file name in a ListBox, i.e. "0001 42356.tif" which loads that selected string into a textbox. I click that ListBox again and another file name as string, i.e. "0001 43278.tif" is loaded into a second text box. These two strings will eventually be joined to create a "span" First issue is - I need any blank spaces gone from the strings leaving them as: "000142356.tif" and "000143278.tif". The Trim methods I've studied just trim space from the beginning or end so I've tried 500 other things but nothing is getting rid of the space yet. The second issue is, I need to concatinate those 2 file names (creating a span in a third textbox) &qu ...Show All

  • .NET Development CLR TRIGGER

    Hello, I have created CLR trigger (AdventureWorks database) and it works. It exists in the sys.trigggers view, however, I do not see it in the database object browser. If i try to DROP it, I get this message: Cannot drop the trigger 'trcs_GetInsertUpdateDeleteInfo', because it does not exist or you do not have permission . If i try to (re)CREATE it, I get this message: There is already an object named (the trigger name) in the database. I think that I am dealing with some bug in SQL Server 2005, but I could be wrong of course. If anybody faced the same problem, please let me know. Thanks an regards. Alex. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where does Directx 9L fit in?

    Uptil now I was under the belief that DX 9L was the DX9 version of Vista. That means vista had DX10 and this 9L (Legacy ) together. So games that could use DX10 used that and other stuff defaulted back to the old DX architecture.  Now today I read on the Inquirer (rumor central) that DX 9L is basically DX10 for XP...that is DX9c in XP will be replaced by that.  Can someone clear out what is the position of DX9L in the world of DX10 and DX9c and what OS is it meant for..Thanks It's a very funny rumor. First, officially DX10 is D3D10 only. There's no DSound10 or blah blah blah. Only D3D10. And no, D3D9L is a Vista extension for D3D9-based titles so they can make use of some of the new Vista- ...Show All

  • Visual Studio Team System TFS Word Integration Starter Kit

    Hello: I heard about this Starter Kit. Is it available Where to get it Thanks, Yuhang I can personally attest to the fact that integration of any sort with Word is greatly improved in Word 12. The custom xml and content controls allow for integration between systems and Word unlike anytime before. Depending on your needs- I definately encourage you to look at the CTP for VSTO for Office 2007 and Office 2007 Beta 2. I know that once I started using Word 12. I simply won't look at trying any significant integration from other systems without seeing if it is within the timeframe to simply do it under Word 12. ...Show All

  • .NET Development How I can read XSL file?

    Hi, I want to read Xsl file.My problem like this. I have one Xsl file.I want to read the Attributes data and put into Table.Here is my Sampl Xsl file Code.\ < xml version="1.0" encoding="UTF-8" > < xsl:stylesheet version =" 1.0 " xmlns:xsl =" http://www.w3.org/1999/XSL/Transform " xmlns:xsi =" http://www.w3.org/2001/XMLSchema-instances "> < xsl:template name =" memmaxdes "> < specification > < name > Memory; Maximum description </ name > < value > < xsl:value-of select =" specifications/memory/general/maximum/size/description "/> </ value > </ specification > ...Show All

  • Visual Basic Check if remote computer is locked

    Is there a way in visual basic to check if a remote computer has been locked Cool! Thanks Sven. This is a great help. ...Show All

  • Windows Forms Changing the Location of control created at RUnTIME

    I create a panel by clicking a button while my application is running....When i click the button the 2nd time to create a new panel i want the new panel to be placed below the previous control that was created...Is there somthing i need to change in the "Location Property" That works...but the qestion is now that all my panels are running together...no way to divide them or create space between them instead of them all running together....do i use the top left properties is so how do i do that with the controls already set to a location and drawing point ...Show All

  • Visual C++ IA64 VC8 merge module download

    I'm trying to locate the following two merge modules for IA64: Microsoft_VC80_CRT_x64_ia64.msm and policy_8_0_Microsoft_VC80_CRT_x86_ia64.msm. Can anyone tell me where to get them I got the impression that I would get them with Visual Studio 2005 Professional. I installed it (English version onto a Windows XP system) but no luck. I've spent days looking for the silly things -- help, please! They should be only with VS8 Team. Pro only has the x64 compiler. They should also be with the Windows SDK too, since that has the IA64 compiler with it, but its a 1GB download. If you need the runtime but can't find the merge modules, the following link will give you the full release libraries for the CRT, MFC ...Show All

  • SharePoint Products and Technologies in output cache of sharepoint site where the data of cache store on which client or on server location ?

    Output cache storage location temporary where on client or server sides ...Show All

  • Windows Forms String Function for repeating character string

    in VB6 we can use String Function for repeating character string of the length specified, what can be used in windows mobile or visual studio The String() function is still around in VB.NET. For C#, you could use this replacement: public static string FillString(char ch, int count) { StringBuilder sb = new StringBuilder(count); for (int ix = 0; ix < count; ++ix) sb.Append(ch); return sb.ToString(); } ...Show All

©2008 Software Development Network