victoriak68's Q&A profile
Visual C# Key pressed
Hi, I know how to check if a single key has been pressed, as long as it is an ASCII character. But how can I check for, say, the Insert key, or a combination like Control-X Regards, Guido Thanks, Bonnie! Is there a way to distinguish between left and right Shift/Alt/Ctrl Regards, Guido ...Show All
Visual FoxPro using vars in a thisform. statment
Hello again, I have a problem using a variable in a thisform. statment. I tried it using the following code: IF v_sichtbar < 10 then DO WHILE v_sichtbar < 11 v_button = "button0"+ALLTRIM(STR(v_sichtbar)) v_label = "label"+ALLTRIM(STR(v_sichtbar)) thisform.v_button.visible = .F. thisform.v_label.visible = .F. v_sicht ...Show All
Software Development for Windows Vista Removing windows vista
I have installed MS vista beta and want to remove it from my system -- I have formatted the vista partition and removed the entry from boot.ini But it is still showing the vista option in boot up. Here is the dump for my boot.ini file. [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /FASTDETECT /NOEXECUTE=OPTIN ------ Kindly help. Adnan Ashraf Please boot through recovery console of WInXP, and do: fixmbr fixboot c: In the future, please post Vista related ...Show All
Visual Basic Don't see local SQL server 2000 instance.
I've installed vb.net 2005 and then a few weeks later I installed a SQL Server on the same machine. I have both SQL ezpress and EQL Server installed on the same machine now. I can see the both servers in enterprise manager, but when I view the Server Explorer in the VB IDE, neither shows up. I set up the SQL server to use system account for startup, and windows authentication for security. I'm not familiar with SQL express, which is why I installed SQL server. I'm new at setting up SQL servers for development, and am not sure where to look for the soruce of this problem. Not even sure if this is a VB IDE issue, or a SQL serve issue. ...Show All
.NET Development Send e-mail through a winforms application
I'm about to deliver and install a Windows Forms application (made w/ vs2005 and .net 2.0 beta) to a customer, and a problem came up ... The application will have to send an e-mail in a specific function. To send the email, I tried the code below: Try Dim oMail As New MailMessage With oMail .From = New MailAddress(" sender@domain.com.br ", "Sender Name") & ...Show All
Windows Forms Error 0: [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
I have written a VB.NET application that connects to Oracle database. The connection uses DSN created through Control Panel->Administrative Tools->Data Sources (ODBC) The data source works fine, but the first time a select is run through the application, I see the error: Error 0: [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed The data is returned correctly, a ...Show All
Smart Device Development Windows CE from commandline?
Is there a guide or document explaining how to use the to use the tools in VC\CE directory I can create a smart device project inside the IDE but it is only limited to ARM processor. I want to perform compilations from commandline but I have yet to find a reference for the tools. Even a simple hello world program will do fine. -- Henrik However, if you use EVC clarm, some libs are linked automatically. Perhaps there is no such a link error with the VS2005 Arm cl. I am using an old VC cl right now that requires all necessary libs to be included. ...Show All
SQL Server Generating Reports in SSIS
How can I setup an SSIS package so that it will generate a report and email (html version) everytime upon completing/populating my datareaderdest Thanks for the lead on the SSIS configurations. My main concern is pushing schedules thru the Dev, QA, & Prod environments and synching the SQL server Agent schedules with the schedule internally in SSRS. GUIDS are used in the SQL Agent. I'd like the same GUIDS to be in Dev, Prod, and QA or way to insure that they are matched up. ...Show All
Visual C# Office, Windows Media Player components
I noticed that if I add either Office or Windows Media Player (WMP) Component onto a form, the application can only run on a PC with those software installed, ie. if I were to deploy the application to a PC without either Office or WMP software, the application fails at startup. Is there anyway to overcome this problem so that at least the application starts up. I know I can declare those components programmatically but would like to know if the problem with the above approach can be overcome. Thanks No, you need to declare them programatically, checking first if they are available. AFAIK, dragging them ont ...Show All
Visual Studio Crystal - Installation Server
Hi, I have a web application that needs the crystal to run, but how can I make a installation in a server, without the need os the instalation of the Visual Studio 2003 I've tried to copy the dll's but didn't worked Thanks You need to use the proper deployment procedures found at the following link on their website: http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf.asp ...Show All
Windows Forms Modeling ASP.net security
Each time you call get tasks, update tasks, IsTicketValid gets called. This results in a database hit. wouldn't it make sense to have asp.net sessions instead Or some other implementation.... Seems we need to implement more advanced caching ...Show All
Visual Studio 2008 (Pre-release) Information about hosting xaml
Hi, Is it possible to take advantage of the designer side of the XAML controls in an application. Basically I want to create simple application that can load XAML in and then allow users to make simple changes like moving the control etc. I have seen a couple of example of this for Windows Forms but is there any for XAML and/or are the example for Windows Forms the same for XAML. If so is there any other information available to help show how this can be done. Thanks. What you are referring to is what internally call "Designer Hosting". As you mentioned, the Windows Forms designer does ...Show All
Visual Studio Is there an equivalent to UML multiplicitys in the class designer?
Hi there, was wondering if there is a way to represent an association between two objects in the class designer with anything other than a one to one relationship as is done with the multiplicity attributes on either side of an association in UML. What I was hoping for was to be able to specify a one to many relationship and have the code represented as a Generics collection of the appropriate type. Failinig that is there a way to display an association without it generating any code so that my model atleast made sence visually and then put the code in myself. We tried to get support in for creati ...Show All
SQL Server SQLServer2005_SSMSEE_x64
Pls i have a problem with the installation of this product. Each time i try to run the set up, it gives me a message that "This installation package is not surported by this type of processor" Please what type of processor do i need to run this set up. There are two versions of the installation package: SQLServer2005_SSMSEE.msi: can be installed only on x86 machines SQLServer2005_SSMSEE_x64.msi: can be installed only on x64 machines You should download the package that corresponds to your processor type. ...Show All
SQL Server DTC error with concurrent data flows
I have a package that has several data flows that run concurrently after some initial tasks and an initial data flow. I want transactions on each of the data flows and have set the transaction option to Required on the data flows (not on the package itself). I am also using checkpoint restart on the package. A couple things are happening. 1) the first data flow is successful and that releases the several that are waiting. Some of these complete OK but inevitably one or two will fail. The failing data flows will be different from run to run, sometimes one and sometimes two will fail. The error says: Error: 0xC0202009 at Provider_NF_Co ...Show All
