PremP's Q&A profile
Visual Basic Search function
Hi! I need help to make a search function to my program. I want to search after Spyware (my program is an antispyware program) So then i need help with the search thing. I thought that maybe I must make a file or database with all the spyware names in. Then my program reads the names fro the file\database and search after it. Just think about a anti virus program that search after viruses. Could somebody help me with this you have to do s ...Show All
Smart Device Development ws2.dll and msxml.dll
Hi, I just downloaded the Smartphone 2003 SE emulator. I was browsing the \windows directory and noticed that there is no ws2.dll and msxml.dll. Is XML and WinSock supported with this emulator Do I need to copy these dlls from the Smartphone 2003 sdk emulator Thanks. I have also the same problem. I can navigate in /windows directory of the emulator, but ws2.dll is not present. Why What is missing ...Show All
Windows Forms ThreadStateException from background thread manipulating its control
Hi, I came to this exception: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. and I don't know what to do with it. My application creates some Panels with a lot of components at run time (according to the database entries). Each panel takes a second or two to load so I decied to use multithreading and choosed the ThreadPool. S ...Show All
SQL Server a lot of exception were output when I debug
when I debug my appliction with .netcf , the output panel display a lot of exception as shown the following, But it still does work , just very slow. What's matter 'MobileCard.exe' (Managed): Loaded 'C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v2.0\Debugger\BCL\mscorlib.dll', No symbols loaded. 'MobileCard.exe' (Managed): Loaded 'c:\documents and settings\pan\桌面\mobilecard\mobilecard\bin\release\MobileC ...Show All
Visual Basic How to encrypt connectionstring (my.settings) in Winform (VB2005)
I'd like to encrypt/decrypt a connectionstring stored in my.settings. How can this be done (in a Windows Application) (I only can find solutions regarding web applications, but I need one for a Windows Application) Thanks in advance Leo Leys You coud use the built in RSACryptoServiceProvider. If you are struggling with the coding side just hit me up on ictjason@hotmal.com (MSN) and I can give you so ...Show All
SQL Server MSDE Installation
I'd like to know if there is a way to install the MSDE using the Windows installer. I'd like to create a setup realy user-friendly, so besides the msde I need some others programs to install and they also need to reboot the machine. I tryed to use the merge modules, and the msde Toolkit, with not success. Thanks Peter ...Show All
Smart Device Development DateTimePicker appears above msgbox when msgbox opened from ValueChanged event
Hi, I've got an smart device application that when a value is changed in a datetimepicker needs to show a message box if the value selected is less than another date. The problem is in both the valuechanged and textchanged event handlers for the datetimepicker if i get the messagebox to open it is shown behind the datetimepicker calendar and the calendar will not close. Has anyone else managed to work around this The code looks like ...Show All
SQL Server column names of the table
Hi guys, Is there any function that can the column names of the table I know about the sp_help but I want I'm going to call this from my .net application Thanks How about using the INFORMATION_SCHEMA.COLUMNS view -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ Blog: http://solidqualitylearning.com/blogs/tibor/ wrote in message news:2ff402f1-91fb ...Show All
Visual Studio Express Editions Order Tables Ascending in DataSet
Hey there, I have a problem cause I don't know how to order tables ascending within a dataset, so I need to know how can I do that, I have for example these tablenames within a dataset in this order: "0050Colors" "0021Cars" "0120Symbols" "1008Field" "0215Country" that's the order in what the tables are added into the dataset, and I need them in the next order: "0021Cars& ...Show All
Windows Forms Where I can get Terrarium sources?
Where I can get Terrarium sources Patience my friend. I'm aware that Mitch has upgraded the external servers to support the latest Terrarium Server. The Terrarium source release will include a new server and a new client. If you check& ...Show All
Software Development for Windows Vista Cleaning Persisted Workflows
What's the correct way to clean workflows that have been persisted in a SQL database I have a ton of workflows that are no longer necessary that were created during development of my web page. Rather than running all of them through to completion, is there a quick and easy way to clean them up Thank you, -- Sean Are there other running workflows that you want to keep Or do you mind if you blow them all away I ...Show All
Visual Studio Team System Vssconvertor
hi, I try used the VssConverter tool to convert a VSS 6.0 database to Team Foundation. I followed the walkthrough for converting VSS to Team Foundation but with not succses I ask for more exmpale or guide with screenshot or any kind of help 10x vizi Vizi, Check out these blog entries on the same question http://blogs.msdn.com/vstsue/articles/Migrating_from_Visual_SourceSafe_to_Team_Foundation_Source_Control.aspx http: ...Show All
SQL Server Not in correct state to become principal
I am using asynchronous mirroring. When I try to failover on the mirror server using “alter database xxx set partner force_service_allow_data_loss” (having disconnected the primary server from the network) it sometimes fails to failover (it reports that the database is not in the correct state to failover). I can re-connect the primary server, get them sync’d again, then unplug the primary and it will failover ok. Any ideas... or is this j ...Show All
SQL Server INCORRECT DATE WHEN USING MOLAP AND HOLAP STORAGE.
When designing storage for my OLap cubes . I notice that the data is not correct when using MOLAP and HOLAP storage , but is absolutely correct when I use ROLAP . I have a total of 204 aggregations.If I process only 18 of those aggregations ,the data is correct on all MOLAP HOLAP and HOLAP cubes . but if I go above 18 only ROLAP retrurns the correct data. If the data is correct in ROLAP shouldnt it be the same in MOLAP and HO ...Show All
Windows Forms handle multiple URL links in a richtextbox
how do you determine which link was clicked Private Sub RichTextBox1_MouseUp ( ByVal sender As Object , ByVal e As System . Windows . Forms . MouseEventArgs ) Handles RichTextBox1 . MouseUp Dim TheUrl As String = "www.TheUrl.Com" Dim StartIndexOfLink As Integer = Me . RichTextBox1 . Find ( TheUrl ) Dim EndIndexOfLink As Integer = StartIndex ...Show All
