NBB's Q&A profile
Windows Forms Adding nodes to a treeview dynamically
Hi I have a main Form with a treeView...and some nodes which are populated from a database....I have an Add New Node Form with an add method that adds a new node to the database...Obviously I have to reload from the database before I ...Show All
Visual Studio Team System I do not have permission to view the sharepoint webpage
Hello! I've just installed Windows Sharepoint Services and when trying to got to http://localhost/ I get this: ------ You are not authorized to view this page You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept. ----------- I am logged in to the Administrator of the domain, what is it ...Show All
Visual Studio Team System HTML formatted results from Unit Tests
Hi there, I am converting our project which has used NAnt and NUnit to (primarily) use MSBuild and MSTest. The only thing that I am really missing is an equivalent of the <NUnitReport> task that reads teh XML results file(s) and produces a pretty HTML report of the results. The report was very useful for mailing out in the build success/failure notification and can be easily viewd from machines that don't have VS2005 installed. It al ...Show All
Visual Studio Express Editions How to display Master and details in same datagridview??
Hi. I think that I saw on a site that I can display Master and Details in the same grid with "+" on the left of each Master's row. and if I click on the "+" so it open the details rows in the same grid with few left margin increment. can anybody help me please... I forgot where I can find this article This is not supported in the DataGridView. You can, however, use the old DataGrid (which is still in .NET 2) to achie ...Show All
SQL Server sql server manipulation with chinese
Hi, I am having problems with working with asp.net and sql server 2000. If I use utf-8 encoding, then the characters display correctly in asp.net pages. But it will stored as strange characters (~7~) in db. vice, versa, if I change the encoding to Chinese Simplified (HZ), then the characters saves ok from asp.net page to db. But when I retrieve the characters from db back to display in asp.net page, then now I am getting (~7 ...Show All
Visual Studio Express Editions Extracting and installing of IMG-Files
Hello! I want to know if it is possible to extract the IMG-Files with IsoBuster and than to copy all the files on a DVD I only ask because i can extract the image files and install it from the hdd but i don't know if i can copy the files on the DVD in the folder for example VisualCSharp and install it from there. Another question: I read in the web that visual C++ don't have an IDE. You have to install the IDE separatly. Is that right or doe ...Show All
Visual Studio Using Custom Paper
I need to user Paper Size Width 15 inches by Length 12 inches !!! How do I do this Go to Control Panel -> Printer and Faxes . Click on File -> Server Properties. Check the Create Form checkbox. Type the lenght you want under Form Descriptions column. and click save. afterward, open Crystal Report, and you should be able to see the paper size you set. Hope it helps! Goh Siang Hwee ...Show All
SQL Server Forms security deploy problem and email-subscription
Hi, I have changed my Reporting services from Windows Security to Forms Security. When I deploy reports on the local SQL server, a windows pops up. This windows requires my username and password for the report server. After I input them, everything works fine. However, When I deploy reports to the above server from the different SQL server located on a different computer, the windows always pops up, although I type the same usern ...Show All
Software Development for Windows Vista the question about the FindInterface() method
hi guys. i can capture the video into a file first, but when i add this code into the programm it can't capture video into a file , the file is only 64kb. the following code is i added into: hr = pBuild->FindInterface(&LOOK_UPSTREAM_ONLY, &MEDIATYPE_Video, pSCFilter, IID_IAMCrossbar, (void **)&pCrossbar); if(FAILED(hr)) { return hr; } why hi, every guy. i'v gotten the answer, but don't know why ...Show All
Software Development for Windows Vista TransactionService sample problem
Hi, I am getting the following error when running TransactionalService sample: "Connection currently has transaction enlisted. Finish current transaction and retry." The error occurs in the following function internal void CreditAmountInAccount(System.Transactions. Transaction transaction, Int32 amount) { SqlCommand command = new SqlCommand (); command.CommandType = CommandType .StoredProcedure; command.Command ...Show All
Visual Basic Relase the Fix for Visual Basic Compiler Error &H8013141e&
Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e& this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 .. JSB PS: this error pisses me of, i need to res ...Show All
Visual Basic VB 8 or VB.NET 2.0
Just a quick question about what people are calling the new version of Visual Basic. Around the office we call it VB 8 and regard VB.NET as the worlds worst marketing decision. So how come Visual Basic was the only microsoft product that didn't ditch the .NET tag Was it just to confuse us when searching google for code When the .NET framework first came out every microsoft product got tagged with .NET. There was W ...Show All
Visual Studio Team System Help!!! Can't find Code Analysis Configuration
In Beta 1, i enabled to check for FXCop rules. Later, I uninstall beta and installed the RTM version of VS 2005 and I couldnt find Websites> Code Analysis Configuration Do i need to install FXCop seperately..or does it comes with vs itself..HELP! Code analysis is only available in the Visual Studio Team System edition, not Professional, Standard or Express: http://msdn.microsoft.com/vstudio/products/compare/default.aspx ...Show All
Windows Forms Binding DataGridViewImageColumn in DataGridView
Dear all, I would like to binding (string or bool) data from database in DataGridViewImageColumn. However, i catch exception in DataGridView_Error event when i run it. Exception message is Formating error or Commit error. Please help me to resolve my problems and give me example code if possible. Thanks for your help. Khiem Vo. great help - new URL link: http://msdn2.microsoft.com/en-us/library/z1cc3 ...Show All
Visual C++ Link:Fatal Error LINK1104: cannot open file "C:\DOCUME~1\Alia\Local
I have vc++ 6.0 and use Windows Xp(user name:Alia) I try to complie rainbowcrack source codes http://www.antsight.com/zsl/rainbow...ack-1.2-src.zip in the readme file its says "build as : nmake -f makefile.win first i got openssl error. but later i solved this error. But now i get this error.Look at the pic: http://img93.imageshack.us/img93/5067/errorpic8gb.jpg i didnt change anything in the source code. ...Show All
