TeTolWW's Q&A profile
Visual Basic Suppressing events such as text change
how do i or can i suppress events such as text changed. cos i want to set text in code and hence so not need it to be validated and stuff SJWhiteley wrote: There is no 'course material' because it's not taught (it seems C is not taught anymore). It's one of those things you learn through experience. There is a similar argument for naming conventions: there is no standard (sic) naming convention, but there are many 'standards' you can use: use them as you see fit, or make up your own (that's all they are - someone made it up). Same with this 'flag' convention: someone made it up, it works, so people followed it. So it becomes the standard way of doing things. Similarly with loop variables: the st ...Show All
Visual FoxPro VFP & ASP.NET 2.0 COM/Interop Problem
hi i need help i developed simple website (just for test) that use Simple VFP Com (one class have one method get the string and returns it's length) i tested the COM in VFP IDE , it;'s work fine i tested the COM in VB.NET (VS 2005) windows project , it's work fine without problem i tested the COM in simple ASP.NET 2.0 , and tested it in the web developer server which comes with VS 2005 , IT;S WORK FINE WITHOUT PROBLEMS but when i turned to ISS , i have problem when i click the command button which called my COM, this problem doesn't appear in web developer server (vs 2005-IDE) the error message is : error retriving the COM Class Factory , 80005004 i use Windows XP SP2 , ISS Version 5.1 what is wrong Greetings ...Show All
Smart Device Development a problem has occurred with edm.exe
When I run the Pocket PC Emulator (with and without debugging in VS2005) I get the following message: "We're sorry....A problem has occurred with edm.exe. Please tell Microsoft about this problem, at no cost to you. The data is used exclusively to improve products." Then i have two links to either show report details or turn off error reporting. If I wait long enough, the message goes away and my program appears to run normally. Can anyone tell me what this is all about Are you in the process of debugging your exe when this happens Make sure that all locals\watch\callstack\etc windows are closed and see if it repros. Could be that something is being evaluating that's exposing a bug (if that does seem to be case, anyth ...Show All
Visual C# HttpException:"Cannot have multiple items selected in a DropDownList"
I am using a DropDownList on my webpage. I have populated it from Database by using DataBind() method after providing him binding informaion. It works fine. But when ever i try to select an item by code. it generates the HttpException with message "Cannot have multiple items selected in a DropDownList". Few things: I am not doing post back, this exceptoin occurs on very first call. I am not selecing more then one values. I have also tried with by calling ClearSelection() before selecting an item. I have tried with multiple ways and i got the same error in every case. by usign .SelectedIndex by using .Text by using .SelectedItem by using .SelectedValue I had debug the c ...Show All
Smart Device Development breakpoint issues
I had this before and resolved it but cannot seem to resolve this one. I upgraded a .NET CF 1.0 project to .NET CF 2.0 (C#) and all seems ok. The thing is, everytime I place a debug breakpoint on any part of the code, it never gets hit and I Get the "the breakpoint will currently not be hit" etc..... Any ideas I know there have been posts here before but I pretty much tried most of them and didn't seem to help me unfortunately. Wondering if I should start a new project (big project) I also did create a new blank project and re-added all the files but that didn't seem to help at all unfortunately I had a similar issue but in C#2005 web project, turns out that SQL Debugging was broken for some reason (and was causing co ...Show All
SQL Server Dundas Charts for RS 2000
Hi all, maybe this is the wrong forum or company to post, but I'm looking for an answer, which I can't find at Dundas' Website. Is there a Version of Dundas Charts for Reporting Services 2000 All I find is the Version for 2005... And if there is such a version, are there differences concerning the possibility of usinig 2 Y-axis One more thing. What would be the arguments for using 2005 instead of 2000 Replies are very much appreciated! Thanks in advance! ME Have you looked into Chart FX at http://www.softwarefx.com/SfxSqlProducts/cfxReportingServices/ From their website: "Chart FX for Reporting Services leverages the charting features from the award winning Chart FX charting e ...Show All
SQL Server cpu quota / resource management
Hello *, Is there a way to restrict resource consumption by user or connection If I execute some long running reports my complete server slowes down. I'd like to assign this reports only limited resources. Thanks, Michael Thanks for the hint, "SET QUERY_GOVERNOR_COST_LIMIT" is useful in this context. Additional question:- Is there a way to cancel running querries For instance by issuing a "cancel" call from a seperate thread Thanks, Michael ...Show All
Software Development for Windows Vista "A network error occured while attempting to read from the file... drvupdate-x86[1].msi"
Hello, When Iattempt to install the Windows Mobile Device application (the Vista version of ActiveSync, the steup goes half-way through the "Gathering required information" part, and then reads: A network error occured while attempting to read from the file: C:\users\Alex\Downloads\drvupdate-x86[1].msi Since I'm new to Vista, and using the Enterprise edition, what is the solution to this issue Is it not compatible with Vista Enterprise Thank you, Alex Hello Alex Te., Since this is an installation issue, I would suggest posting your question to the TechNet Vista Beta Forums located here http://forums.microsoft.com/TechNet/ShowForum.aspx ForumID=722&SiteID=17 Also I wou ...Show All
Smart Device Development How to rename a project folder in Mobile 5.0 device project
I have started a Mobile 5.0 Pocket PC device Appliction project. At the end, I have been requested to rename the folder....grrrr. Any help I'm not quite sure I follow... It's a folder on your file system, so rename it as any other folder. Or, are you're asking about folder on device You can change it in the "Output File Folder" property. ...Show All
Software Development for Windows Vista The UAC Nightmare
I'm beginning to reach the conclusion that the current implementation of the UAC in Vista is, IMO, a nightmare that creates more problems than it solves. If Microsoft wants developers - and users - to embrace the UAC (instead of just turning it off altogether) then it better come forward with a LOT MORE information and support than it is currently providing! If it doesn't, I will begin to suspect Microsoft only added the UAC so it can tell Windows users 'well, we added the option to secure Windows - you're the ones turning it off' and therefore wash its corporate hands. I would really hate to see this happening. To name just a few of the problems the UAC brings to us developers: 1 - Applications that require Admin privileges are bloc ...Show All
Game Technologies: DirectX, XNA, XACT, etc. What about buffered input?
Please make also event based input option for Mouse and Keyboard. For example. 1.In Mouse and Keyboard, add EventDelegate like Mouse.OnMouseEvent, Keyboard.OnKeyEvent 2.We then just do Mouse.OnMouseEvent+= new MouseEventDelegate(game.OnMouseEvent); 3. OnMouseEvent should look like OnMouseEvent(object sender,MouseState state,MouseEventArg args) { //MouseEventArg tells us what button was pressed,released, wheel moved or //just x,y change } Thanks drEKO i understand what a "game loop" is...I am not beginner, I just need this as a OPTION , for more "GUI" oriented games. Gui system is also event driven in games as object oriented programming is and XNA should not be a exception. This addi ...Show All
Software Development for Windows Vista windows vista - users
i would like to give more permissions to my standard user. is it possible to create a user that have some of admin rights in windows vista thanks What you want to do it to figure out why your program requires administrator rights. Here's a link to the Microsoft Standard User Analyzer The Standard User Analyzer helps developers and IT professionals diagnose issues that would prevent a program from running properly without administrator privileges. On Windows Vista, even administrators run most programs with standard user privileges by default, so it is important to ensure that your application does not have administrator access as a dependency. http://www.microsoft.com/downloads/det ...Show All
Microsoft ISV Community Center Forums LBound and UBound functions
Is there a reference library I need to enable in the VBE to get LBound and UBound functions They don't appear to exist in the Object Browser with the current reference libraries I have enabled. Many thanks! I used UBound on Excel VBA before. No additional reference. I guess it is just like Ucase(), they don't have intellsence pop up. ...Show All
Visual Studio Express Editions display date and time
I cants eem to get the datetime things to work. I want to be able to display a label with Day of week, day of month, month, year, hour, min, am/pm Any advice appreciated. I cnat find any samples on the forums or microsoft or web. I get this to work for the time at least Public Class Form1 Private Sub Timer1_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Label1.Text = Now.ToShortTimeString End Sub Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load Timer1.Interval = 1000 Timer1.Start() End Sub End Class No these mistakes are all mine. ...Show All
Visual Studio 2008 (Pre-release) How to receive command event from data templated menu items?
How do you get the command event from your data bound menu items in a ContextMenu I tried to specify a MenuItem in my DataTemplate for the ItemTemplate but it looks like it is always disabled. I suspect that i'm starting to create another sub menu. Thank you John < Window.Resources > < ControlTemplate x:Key = " RcrCategoryListControlTemplate " > < Border MinWidth = " 0 " MinHeight = " 0 " BorderBrush = " #FF000000 " Background = " {x:Null} " > < StackPanel IsItemsHost = " True " Orientation = " Vertical " > </ StackPanel > </ Border > </ ControlTemplate > < DataTe ...Show All
