HJ Liu's Q&A profile
Windows Live Developer Forums Worlds Best App Contest Winners
It’s time to announce the winning applications for MSNR Messenger’s Worlds Best App Contest , which MSN ran from September through December 31 st , 2005. There were a lot of great entries, hard work and interesting new ideas for building new applications and games within Messenger. Submitted applications were judged based on the official rules and judging criteria which included creativity, launches during the contest, suit ...Show All
Visual Studio Express Editions accessing button by name
I'm not very experienced with C#, so maybe I'm thinking the wrong way around to fix this. Suppose you have 20 buttons. They are positioned so they make a rectangle. When a user clicks a button, the button changes into a textbox. So far so good, I've coded this, and its functioning perfectly. Now the problem: The user can fill in 1 digit, and then the textbox changes back into a textbox, and the next button transforms into a textbox. My probl ...Show All
SQL Server Data Source for Process Cube
Is the source for the data used to process the cube actually embedded in the cube itself I.e. I have source data which could move around. How can I programatically modify the source connection string before processing the cube using SSIS You are brilliant. I knew about the scripting feature however I wasn't thinking about the data source being surfaced in the Management Console for analysis services. Thanks! ...Show All
Visual Studio ReportServerCredentials in a WebApplication
Hi there, A similar thread on ReportServerCredentials was very enlightening however we still are not seeing our way through our problem. We have implemented Custom Authentication and we are using webforms, which requires us to manage a authcookie. Ideally we are looking for a simple sample that demonstrates our objectives. Let me know if you require more information. Cheers, Shaun ================== ...Show All
Visual Studio Tools for Office Is it not possible to update tables with ListObject without dataset (created through wizard)
Hi, I am new to VSTO. I am still not getting any suitable answer for my earlier posts. Let me expalin my actual problem: I have used following code to bind the ListObject: DataSet dsTrims = new DataSet (); dsTrims = MyDataAccessLayer .Provider.ExecuteDataSet(System.Data. CommandType .Text, strWhere); this .bindingdataSource1.DataSource = dsTrims.Tables[0]; myListObject.AutoSetDataBoundColumnHeaders = true; myList ...Show All
SQL Server Replication Montor 2005
Is there any way to configure repl. monitor in 2005 to view all the publications that go via a distributor in one place (as opposed to having to link to each publisher to see the replictaion status). we have 7 publishers going throigh one distributor and in 2000 could see them all on the distributor...now have to connect to each publisher & look on each... Thanks DesX This is a design change in SQL 2005 (largely based on c ...Show All
Software Development for Windows Vista Radeon 9600 Mobile and CTP 5308 - Not working Error (10) and (Code 43)
Hello! I have a Compaq R3000 Notebook (Intel 3.2 HT Model with the Radeon 9600 Built in). I just installed CTP 5308 and it detected my card but in Device Manager it states its not working. I have used the built in drivers and the Beta drivers from ATI and both have the same issue. Right after install I get an error code 10, but after a reboot I get : Windows has stopped this device because it has reported problems. (Code 43) Anyne h ...Show All
Windows Forms How do I layer controls on a form so that a PictureBox acts as a backdrop for all the other forms?
I want to have many TextBoxes and other controls layered on top of a background picture. I want the textboxes and other controls to be transparent so that the picture in the background shows through. I read numerous articles on Transparent textboxes, but none of the solutions seems to fit the bill. Why is something so apparently common so hard to accomplish Why isn't there better documentation on .NET Framework Why aren't the source for ...Show All
SQL Server OLE DB Source & Excel Destination
Hi, My OLE DB Source and Excel desintation values all will be assigned during the run time but it does work during design time but as on runtime columns are different. That's why it does not work. Here is what I want to accomplish, I have table which contains all my report which needs to dumped to excel at the month end. SQL Task using ADO enumrator read one record(one report), Give that record to For Each contair which Create the Excel ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Creating Mesh from my own
Hello again. In order to have a "clean" code, I'd like to work only with Meshes. I have some x files, but other objects I like to build myself using vertices and index buffer Is there anything to know about this Thanks, Steve You're in luck here... I wrote some code to create an ID3DXMesh from scratch a few weeks back. Needed a way of procedurally generating some terrain and then feeding it into the various D3DX ...Show All
Visual C++ WinInet and SSL...
Can the MFC WinInet classes handle SSL connections If so, how do you deal with certificates Thanks. Ken.... Hi Ken, MFC WinInet classes can handle SSL connections. If you are using an HTTP connection you can open a connection using CHttpConnection::OpenRequest . with the Internet flag set to INTERNET_FLAG_SECURE. http://msdn2.microsoft.com/de-de/library/b9zh7b56(VS.80).aspx To deal with c ...Show All
Visual Basic Subscript out of range
This routine was copied from another one which works. However when this code is executed I get "9 Subscript out of range" error right after "charge = charge + m_FBI(intSubscript)" and "charge = charge + m_FBI(intSubscript)". When added it also causes my other routines to get the same error. Private m_FBI() As Currency Private Sub chkFBI_Click() On Error GoTo What_error MsgBox "START" intSubscript = selectCustomer.ListI ...Show All
Visual Studio Team System MS Project Field Mappings
Does anyone know where I could find more information about customizing the field mappings with MS Project The current mappings have extremely odd behavior that doesn't seem consistent, i.e. no duration can be specified apparently because it isn't mapped but % complete can be specified IF you fill in Microsoft.VSTS.Scheduling.CompletedWork and Microsoft.VSTS.Scheduling.RemainingWork (but you have to use both and if they don't match Micros ...Show All
Visual C++ Keyboard shortcuts?
Is there a place in the help files with a list of all the keyboard shortcuts I have not seen one but maybe i'm looking at the wrong place. If it exist, please tell me how to find it. What i wanted to know at the moment was if there is any shortcut for the choice "go to header file" that appears when you right click in a cpp file. Thanks There is a dialog to find out what shortcuts are set and create your own. Y ...Show All
Visual Studio Team System Setting options for VBScripts wrapped in Generic Tests
Hello, I have a number of Test Scripts written in VB that I'd like to hook into the Test Manager in Studio 2005. While I can wrap them using Generic Tests, they all take different command-line parameters that are used to turn on or off specific portions of the tests. They also all need some additional common configuration details like the Source and Target machine information. I'd like to have an easy way to change these input parameters so I ca ...Show All
