EnigMa_AnGeL's Q&A profile
Visual FoxPro Auto test a vfp form of exe
Dear Experts, Is there any testing tools that can work with a vfp form or exe to repeat a set of mouse click say 10000 times for a stress test Any suggesion and thank you in advance. Milton As per DNI, with MOUSE command For lno to 100 Mouse click AT nRow1 + lno , nColumn1 + lno && etc. endfor ...Show All
Software Development for Windows Vista under Vista, Studio 2005 is crashing only on somes solutions
Hi, Since a couple of days, I encounter a strange behaviour under Studio 2005 C++. When I try to load somes previously created solutions, projects reloading perfectly but 1 or 2 seconds after items are displayed in the solution explorer, Studio crash. But strangely, all others solutions opens without any problem. I think the pb. come from Intellisense which is confused by some of my C/C++ files. But more strangley : I can't reproduce this bug on XP. So I guess that the problem come from the Vista + VS2005 combo . I'm rather irritated because, the trial period for Vista is very short, so I will not be able to test it anymore and report feedback. For now, disapointedly I switched back to XP. The bug occurs with the Express version of VS2005, ...Show All
Software Development for Windows Vista Compatibility between beta 2 and June CTP
I'm porting my app to the June CTP and thought that the wire formats would be sufficiently stable to try to convert my client to the June CTP and let it connect with the existing beta 2 server. However, this does not seem to work. I encountered two problems: 1) svc_util returns a number of warnings: Attempting to download metadata from 'http://www.blogoholic.net/blogoholicwebser vice/service.svc' using WS-Metadata Exchange or DISCO. Error: Cannot import the security policy. The protection requirements for the se cure conversation bootstrap binding are not supported. Protection requirements f or the secure conversation bootstrap must require both the request and the respo nse to be signed and encrypted. Error: Cannot import the ...Show All
Windows Forms Need some information from all you smart follks... :)
Let me tell you a little about myself. My name is Dave Scott Anderson, I am 16 years old and have been programming in C++ for 2 years, C# for a couple months, and HTML for over 5 years. I have become quite addicted to C# programming with Windows Forms. I have finally decided that I want to purchase the full version of Visual Studio...But heres the problem... Where are Windows Forms technology headed Would it be a waste to purchase VS2005 since Microsoft is going to come out with Vista and the .NET Framework 3.0 I need advice on this.... Programming is what I love to do. And I prefer to be up to date with technology... Sorry if this is in the wrong forum... but it is related to Windows Forms, so I posted it here. Yes, everybodies ...Show All
Windows Forms Maskedtextbox and SelectAll()
Hi, If have a problem with the maskedtextbox. I want the select all the text when the the maskedtextbox got focused (via "Enter" event). and then using the maskedTextBox.SelectAll () funtion. It works fine without putting a mask. But when i put the mask = "00000", the SelectAll() funtion doesnt work anymore. Little side question, whats the difference between the mask "00000" and the mask "99999". Can anyone can help me with this thx ! BambooZelD Hi, I can answer your side question easily. Go read here :) You want to look at the remarks section. I'm not so sure about your first problem, however. Perhaps because the input has failed validation against th ...Show All
Windows Forms Display multiple fields in a DataGridView cell
Hi All! How do I display multiple fields (1 line per field) in a DataGridView cell... i need to display it like below: Cell1 | Cell2 ------------------------------------------- ID | Desc Name | Other Field Address | etc. ------------------------------------------- ID | Desc Name | Other Field Address | etc. -------------------------------------------- Any help will be very much appreciated. Hi,CrytoKnight, there is another people have the same question to you. http://fo ...Show All
Visual Basic Procedural question
I'm looking for the benefit of anyone's experience. I'm using VB.Net 2003 and an Access 2000 database. I'm tracking a list of Part numbers and their Serial Numbers. This description is very simplified: My dB has a Parts Table, and a Serial Number Table. On the form for maintaining SN's I have Listbox1 which is databound and loaded using DataAdapter.Fill method. I also have Listbox2 which is not databound and is loaded from Listbox1 using the DataAdapter.Add method. This was done so that I could add subsequent S/N's to the list or remove some existing ones. My question then is, When I press my update button to write/add this changed list of S/N's back to the database, what method would I use to do this If I initially h ...Show All
SQL Server Monitor Jobs on SQL Server
Hi, I'd like to know if I can monitor all the jobs in SQL Server 2000 or 2005 using SMO Objects. Specifically, I'd like to know if the jobs has been run, executed suceefully or not (recording to Log files). I also like to view/enumerate all the existing jobs. I'd like to know if all these are possible if I use SMO Object with Visual Basic.net.. If possible please give me sample code or web site so I can learn how to do it. Thanks for reading my post. Thanks for reply my post. Furthermore, can i monitor the jobs that has been run successfully or not by using SMO object for example, i like to have the SMO object to tell me if the jobs has run successfully or failed after a certain period. Thanks. ...Show All
Visual C# problem with multiple serial ports
Hi, I am having problem with reading data from multiple serial ports on same form. I have 1 form with 2 serial port objects on that. Both serial ports connected to diffrent printing devices and handles send and receive of data for devices. These printing device expects data to be print in such a way that once you send data you have to wait for response from device and then and only then you can send next data. Here is summary of my code: I am assigning port details to both ports in form initialization On button click I am sending data to both ports one by one. There are two functions SendDatatoVIN() (which sends data to first serial port and waits for response and once it receives response it will send next data.) a ...Show All
Visual Studio Express Editions relays...
Could someone point me towards some material on programing with the serial port or if someone saw a post on a site like hackaday that uses serial port programming. I am trying to be able to control 4 relays (or i can start with 1) over the serial port. or usb, you decide what the best thing would be to use. Thanks to all the people who post on msdn forums.. Average Joe In the knowledgebase on our homepage you may find a small program for serial port communication including source code and documentation. The URL is: http://www.innovatic.dk/knowledg/SerialCOM/SerialCOM.htm Best regards Innovatic, Carsten Kanstrup PS! I will recommend you to use a more describing headline the next time you ...Show All
Visual C# Why doesn't this work?!
I need to fill the lines of a multiline TextBox with the contents of a ListArray. I have a TextBox on a form, with properties set as follows: Name = txtErrors MultiLine = true AcceptsReturn = true AcceptsTab = true In my code, I do the following: private ArrayList myErrorList = new ArrayList (100); // The array is filled elsewhere with error messages txtErrors.Lines = new string [myErrorList.Count]; myErrorList.CopyTo(txtErrors.Lines); My code compiles, but the multiline text box is empty, although the myErrorList ArrayList has 3 entries in it (as seen during debugging). Why isn't this working J. well you are going through each element of the array, the ar ...Show All
SQL Server parameters in reporting services
hello to everybody. can anyone give me some info (some links)on how to create parameters in RS my problem is that i pass all the values as selection but when i push the button i get all the results. so the problem must lie in the connection of the parameters with the questioning. can anyone describe the procedure than u in advance thnxs. i know that. the problem is that when i switch to mdx to modify the query, the fiels disappear. and i have a prob passing the pqrqmeters in the query. ...Show All
.NET Development out of memory exception in .NET Remoting v2.0 - TCP Channel Binary formatter
Has anyone seen this error I am getting it when the server is supposed to return a dataset with response data. The database may be large but not more than a couple of megabytes. can anyone advise what could be the issue System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. Server stack trace: at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity) at System.Text.StringBuilder..ctor(String value, Int32 startIndex, Int32 length, Int32 capacity) at System.Text.StringBuilder..ctor(String value, Int32 capacity) at System.Data.DataSet.SerializeDataSet(SerializationInfo info, StreamingContext context, SerializationFormat remotingFormat) at ...Show All
Microsoft ISV Community Center Forums Reading an Excel workbook without opening the file
Is it possible to read a workbook and store in a db component without opening it thanks, music ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DirectX merge module for windows installer
Hiya, I developed a small application that uses DirectX... Create an installer wizard using VS2005 ( the deployment project ). Is there any DirectX merge module there I don't want to pack a 200Kb setup + 54Mb of the DirectX redist... what I want is the wizard to connect Microsoft and download the latests DirectX like it does with the .NET 2.0/Windows Installer 3.1 stub! Any solution to this please ps: I know I could use DirectSetup, but I WANT to do it inside the installer pointing to a web site. thx Yep yep, I know in the documentation says: Reducing the DirectX Redistribution Size The DirectX redist default file set contains all the files that are needed to support all DirectX applications. It ...Show All
