Pivinski's Q&A profile
Windows Forms TextBox's efficiency
Hi, there I put a string in a TextBox, the string.Length is 60000. It spends 10 seconds, Label is the same. why Thanks... Probably the call to MeasureString would be my guess. ...Show All
SQL Server Process Analysis Services task missing Update Dimension
In the SSIS Analysis Services processing task, I was wondering if anyone knows why some dimensions do not have the Process Update option in the list of options for processing them If there is only Process Full, Process Data, and Unprocess, I am not sure how I can do incremental updates without scripting. Also, will this affect the cubes if a full process is performed Any help is much appreciated! ...Show All
Visual Studio Team System Custom Process Template Plugin
Hi, I create my own plugin to include in the process template but I don't know how to do the following task and I need help. I want to let the user decide witch folders/files to add/remove in the document library by selecting them in the wizard page at team project creation time. So my question is: Is there a way to do this in a Process Template Plugin If yes could you give me an example Thank you! Eric You wou ...Show All
Visual Studio Domain model designer
Hi all, I just started with the DSL Toolkit and have a question. I'am trying to build a new DSL based on the "simple architecture template". When I add a new class to the model and after that build the solution (and transform the templates) the new class doesn't show up in the domain explorer when I am debugging the new DSL. I noticed that when I add a "<shapeMap>" section for the new class in the .dsldd file it works fine. In this ...Show All
Visual C# Working with Certificate Revocation List
I need to load CRL file (or Byte array) and retrieve the Serial numbers in. I notice that System.Security.Cryptography.X509Certificates namespace is for certificates (and I'll use it) but what namespace can I use in order to retrieve the CRL Hey http://www.bouncycastle.org/csharp/ has a Libary that can open a CRL file and run thru it. I use it to load the CRL file into a hashtable. And then use the hash ...Show All
Smart Device Development TreeView partially transparent
Hi. I have a treeview in my Compact Framework 1.0 Form. How can I make my treeview partially transparent Can I paint on the treeview myself it does not seem to have a painthandler Can I get the window handle to my treeview I guess I could paint directly on the form, only implementing a treeview is much work... Transparency is not supported on a platform level (Window CE) ...Show All
Visual Basic invisible textbox - more complex than it sounds
It have made a custom combo box that uses icons and populates the list in it to that of windows explorer combo box for browsing. Well I would like the user to edit what is in the combo box. But if I change the combo box style so that it can my icon and all other code is disabled. So if I could have a textbox that is invisible but the text isn't. I could easly modify my code to make it look like the explorer bar. But if anyone knows a way I ...Show All
SQL Server Programmatically Add Logging to Package
This is a sample for adding logging to a package programmatically. It's a simple process, but it took some time to find all the pieces required so I wanted to share it for others who can use this in the future to save them the time I spent it. _Package.LoggingMode = DTSLoggingMode.Enabled Dim Log As LogProvider = _Package.LogProviders.Add("DTS.LogProviderEventLog.1") Log.Name = "Windows Event Log Logging ...Show All
SQL Server is it possible to know whether report still executing
Hi friends i've .net app where display reports from report server using SOAP api. all works fine. my question is, i have a export button on my screen to export to different formats. whats happening is , as you know, when load report it says "report being generated" ,right so our users clicking export button before report is loaded into report viewer control. is it possible to know whether the report is still being loaded Thanks for y ...Show All
Visual Basic VB 2005 Ejecting removable media
I'm writing a program that reads and writes to MO drives and I need to be able to eject the MO disk on completion. Any suggestions how to do this within VB2005 would be most welcome. I assume it is that same process as with Zip drives and similar to that for CD/DVD drives. Thanks Here's a C# version so others may benefit as I got here from Google: Code Block using System.IO; using System ...Show All
Windows Forms Handling events fired from inside of BackgroundWorker
Hi, I'm just trying out the new BackgroundWorker (great control, I love it). Here's my problem: I have a form where the user inputs some data. When the user clicks a button, that data is checked and if it's ok, it's written to a database.& ...Show All
Visual Basic defining a stored proc for use with dataset using tableadapter wizard
things look good till I reach the Bind Commands to Existing Stored procedures page of the wizard and I select my target spproc (rpt_IPR_...) then I hit the finish button and see the message : invalid object name '#TmpResults' now the dataset seems to setup correctly but was wondering why we are getting this message and should I be concerned. The same proc in Access had no issues. Here is the proc: ALTER PROCEDUR ...Show All
Visual Studio Express Editions need SerialPort control code example
I'm currently transitioning from VB6 to VB Express. All my applications thus far have used the MSCOM control. I see that the new .net version of VB has a SerialPort control. Is there anywhere I can get some sample code that uses this new control. The the "About SerialPort Class" page in help: ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/cpref8/html/T_System_IO_Ports_SerialPort.htm explanes the SerialPort Class and indic ...Show All
Visual Studio Team System Adaptive Object Modelling
Hey, Is there any person who know or use the "adaptive object modelling" in his/her project. http://www.joeyoder.com/Research/metadata/OOPSLA2000/poster.htm I think it would be good discuss Hey, Yeah AOM is slow and poor performance. I have developed my project with aom. I could never release it with this performance. Then I have changed my structure. I started to use oodbms instead of using rdbms(mysql, mssql..). Now my project i ...Show All
SQL Server Error 0xc0202009 for importing access97 into sql
We have an Access97 database with 122 tables. I try to use import and export wizard to import the data from access into SQL 2005 database. I find an interesting problem. When select all tables, the wizard give following errors: Pre-execute (Error) Messages Error 0xc0202009: {DBD1EAB5-7865-4B89-A7BB-DDC8507D8119}: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft JET Database Engine" ...Show All
