notinthisworld's Q&A profile
Visual Studio Sql server 2005 trial version
I ordered a trial version of Sql Server 2005 from Microsoft that is supposed to be valid for 180 days. Yesterday, after only some 30 days of usage I am told that the trial time has expired! Have anybody experience the same problem Any help/suggestion would be most appreciated. Thanks, the Cicada The RTM version of SQL Server 2005 Evaluation Edition should work for 180 days after you installed it. What exactly was the error message, and where did you encounter it What Edition and Version of SQL Server do you have Thanks, -Jeffrey ...Show All
SQL Server "Begins With" Filter in Report Builder?
Hello, Anyone know how to setup a "Begins With" or "Ends With" Promptable Filter in Report Builder Thanks!! -Brian Can't you use the LIKE clause ie, WHERE name LIKE 'A%' etc. dlesko ...Show All
Software Development for Windows Vista not because MS sold but bkoz u bought
Each time this happens.... we your PAYING customer for MSDN get the shaft. How come Vista Feb CTP is available but not yet on MSDN Why does Connect users have it, but not people how pay you hundreds, if not thousands for MSDN where you'd expect to be able to get it first HELLOOO Just want to add that MS release Visual Studio 2005 with thousands of bugs and we - paying customers - helping them to test and validate their software that we pay for! When you buy a car you don't make a crash test - it's car manufacturer's responsibility. Why with MS we are making software using our testing and our mo ...Show All
.NET Development DeflateStream throws exception when inflating PDF streams
Hi, I tried to use System.IO.Compression.DeflateStream to decompress streams from a PDF file. The streams use FlateDecode compression, which is supposed to be compatible with DeflateStream (both are supposed to comply with RFC 1951). In fact, I can successfully inflate these PDF streams using ZLIB library. But when I try using System.IO.Compression.DeflateStream, it consistently throws System.IO.InvalidDataException: "Block length does not match with its complement." Is there any way to fix that Thank you John Still no replies I will wait one more day, then try posting a bug report. John ...Show All
.NET Development problem to connect at imap server
hello l wold like to connect at a imap server but i can not i trie in dos "telnet imap.mail.yahoo.fr 143 ' but i lost to connect if anyone have solution please help me thanks the message error is: connexion at imap.mail.yahoo.fr......impossible to open connexion to the hote in the port 143: lost in the connexion ...Show All
Windows Forms font
Is it possible to use a control such as textbox or something similar and allow the user to change the font, size, etc... In addition I would like to retrieve the exact font and size, etc that was saved. Thanks The Control class has a Font property which you can set. To let the user set the font, you would need to give them a way of specifying it, and once you do that, as your code will set the font, your code can also use the info of what font was set in any way you like. ...Show All
SQL Server Value dimension
Hi, I have a dimension 'Customer' with 15 customers. When I look at the value of a customer it shows : [Customer].[Name].&[1] (this is the value for Kelly Woods). Is it possible to show it as [Customer].[Name].[Kelly Woods] thx I see you've got a userid and password in your connection string - so are you connecting to the server using http If so I remember in AS2K that certain connection string properties got lost if you made a http connection. Otherwise I don't know why it isn't working; perhaps AS is deliberately ignoring it if it thinks it will create ambiguous names. Sorry... Chris ...Show All
Visual Studio Tools for Office login to MS Exchange 2003
Hi, I need to do a very simple email notification application, which should loign to MS Exchange 2003 server and check if any new messages.. BUT there is one problem.. we use MS Outlook 2000 and 2003 which has two accounts, MS Exchange and POP3 configured.. so is there any way to login to both, check if any new messages and notify the user Many Thanks.. Jassim, I am sorry it took so long for us to respond. We are trying to now get on top of the forums in earnest! To check for unread messages for one area, just use the UnReadItemCount property of the folder you want. For example: Dim objFolder As MAPIFolder Set objFolder = ...Show All
Visual Studio Express Editions System Volume Control
Please can someone help me with Windows system volume! I have built an app that contains a slider control for which i would like to able to control Windows system volume from. I have found some stuff on the net but it all seems to deal with the wave output instead of the volume control. I am coding in CSharp. I thought these types of things were suppose to be easy in .net Thanks for any help in advance Mark Hi Mark, Check out the following sample: http://www.codeproject.com/cs/media/cswavplayfx.asp Regards, Vikram ...Show All
Windows Forms Selecting A List View Item
I have the hitch selecting a list view item. I want a user data entry form to dispaly when a user double clicks a listview item. Prospery - You should be able to hook up the MouseDoubleClick event on the ListView by goin to the Property Pane and selecting the small lightning bolt to look at the available events. Then double-click beside MouseDoubleClick to generate the code for the event handler and go directly to it. You can then use listView1.SelectedItems to get the set of selected items, which will give you the item that was double-clicked. Thanks, Luke Hoban Visual C# IDE Program Manager ...Show All
Software Development for Windows Vista Error installing WinFx Runtime Components 3.0
Platform: Win XP SP2 Visual Studio Team RTM Previously had WinFx Feb 2.0 I uninstalled (in order) Workflow Manager Visual Studio Orcas Design Thingies Windows SDK WinFx runtime components Then ran the 3.0 uninstall utility. When I run the setup for Beta2 runtime components, it errors toward the end of the download phase. This seems to be relevent portion of the dd_winfxinstall30.txt log [05/29/06,18:03:14] Windows Presentation Foundation Beta 2: dlmgr: entering CDownloadJob::Complete() [05/29/06,18:03:14] Windows Presentation Foundation Beta 2: dlmgr: leaving CDownloadJob::Complete() [05/29/06,18:03:14] Windo ...Show All
Visual Studio Express Editions drawing lines in windows forms application.
I use Visual VC++ Express Edition.it seems that it doesn`t have MFC.so i used windows form application instead.i was going to create a form,put some bottoms on it and by clicking on the bottoms some lines and rectangle (that are used in drawing flowcharts) appear in the form in different positions.i create a class (with class wizard)and wrote codes for drawing this lines...i used these functions: CClienttDC dc(this); Cpen *pen1=dc.SelectStockObject(WHITE_PEN); dc.lineto(50,50); AND these are error messeges: .\shekl.cpp(14) : error C2065: 'CClientDC' : undeclared identifier .\shekl.cpp(14) : error ...Show All
Visual C# C# socket programming help
Yeah, I know the subject is vague, so I apologize :-) I'm basically learning c# in my new job during the past month, and I'm feeling fairly comfortable with ASP.net, etc. I was given the task of making a basic socket listener that would basically listen on a specific port for data, and then write that data to a file. Eventually the data will be coming at any particular time, and won't be having any sort of header or footer or anything to handshake with. Pretty much anything that comes on that port we will be using, and right now I'd just like anything that comes on the port to be written to the file. I found a sample projec ...Show All
Visual Studio Express Editions Problems with StreamReader
I have an "address.txt" file containing some sample data ... for example containing 5 records. The fields are | deliminted and the records are separated by a " " or carriage return. Gomez|Addams|001 Cemetery Lane|Spooky|CA|90120 Morticia|Addams|002 Cemetery Lane|Spookyville|NV|12584 Lurch|The Butler|003 Cemetery Lane|Spooks|WA|25874 Thing|Handyman|004 Cemetery Lane|Sparkle|OR|65874 Grandmama|Addams|005 Cemetery Lane|Spegal|PA|55555 I initially load my form with record #1 and I have a next button which moves through the records 2, 3, 4, 5. My question is ... let's say I'm on record 3 and I want to immediately go b ...Show All
SQL Server Unable to connect to Developer Edition
I am having difficulties connecting to a named-instance of SQL2K5 Developer Edition running along side a default instance of SQL2K, from another machine. - workgroup member, non-domain - running on XP - domain clients trying to connect: Win2003 Server/SQL2005Ent machine, XP with SQL2K and SQK2K5 client utilities I haven't been able to find documentation on limitations of Dev Edition that could cause this problem. Any ideas how about telling us the error you're getting, that would be an excellent start. ...Show All
