Iced Earth's Q&A profile
.NET Development .Net 2.0 Navigation Controls & User Mgt. Service
Can anyone give useful links for this topic Thanks in Advance ! http://msdn.microsoft.com/asp.net/support/multimedia ...Show All
SQL Server SQL Express - Can't run a create table query
Create table query is not supported. Is that cheap >>Is that cheap Not very sure I understand your question. You might want to take a look at the Express manager features. Please refer to this article that walks through easily creating accessing data using sql express and explores its new features: http://msdn.microsoft.com/msdnmag/issues/04/09/expresseditions/default.aspx ...Show All
Windows Forms Click-once application doesn't start
I've having big problems with Click-Once deployment of my application. The application appears to install correctly and adds an entry to the start menu, however it won't run: either from the Start menu or from the web page. The application does seem to work correctly for my colleagues, but not for me (although it used to). I can't see any event log entries, and the application isn't running in task manager. How can I see what is going on I've tried reinstalling .Net 2 framework, but that didn't help :-) Best regards, David Do you see any ClickOnce error dialog If "yes" what does it say in the log I ...Show All
Visual FoxPro Keypress Event question and ALT + L
I need the ALT + L key to activate something on my forms and cannot seem to get the keypress event to handle this. All the other keyboard shortcuts work fine but this one. What is the keyboard code that I need CASE nKeyCode = 38 ** Letter ALT + L for ALL LEASE PAYMENTS Page Activation ** cancel the Alt + L in order to stop ** an L from being placed in the textbox ** for stocknum in the Inventory Page KEYBOARD '{BACKSPACE}' ** call show ALL LEASE PMTS page (4) THISFORM .pageframe1. ACTIVEPAGE = 4 If all you want to do is activate the fourth page of the pageframe, then ho ...Show All
Visual Studio Express Editions Making "MaskedTextBox" values return in order...
I written some code (with some help..alright, alot of help) to store the values to a .txt file(s) so that when I re-open the form, the values will return (Hopfully to where they came from), but unfortunately they don't. What happens is, they start back filling from the bottom of the form (Highest "MaskedTextBox" number to the lowest) P.S. I'm already using this solution for "TextBoxes" Using FileOpen(1, "FSO.txt" , OpenMode.Input) and it works fine (Confused) I'm saving the values for "TextBoxes" to one file( FSO.txt) and the values for the "MaskedTextBoxes" to another file( FSO2.txt ...Show All
Visual J# hi
Hai ,,,, a simple Question ... Is there any similiraties between C# and J#... Yes, you are right...if you compile code written in a language that runs on .NET, Then the compile code (called IL) can run on any machine that has CLR. ...Show All
Visual Studio Unistallation help required
I am unable to complete the uninstall process of visual studio 2005 beta 2. can any of you give me some guidence to complete the process of the same. i have uninstalled all the products from my control panel other than the visual studio 2005 beta 2 english version. i used some of the utilities which i found in the same site to complete the process even though i am not able to complete the process. some one please guide me to complete this. Thank you. You can also try the updated clean up tool at: http://go.microsoft.com/fwlink/ LinkID=47598 ...Show All
SQL Server Missing a needed using statement but not sure which one
I'm trying to get my feet wet with creating a Sql Server project within VS 2005 and I have the using statements below present but when I compile I get errors stating that SqlContext, SQLPipe, and SQLCommand do not exist in the current context. What am I missing Under the references node I have 3 references present (System, System.Data, and System.XML). What am I missing TIA using System ; using System . Data ; using System . Data . Sql ; using System . Data . SqlClient ; using System . Data . SqlTypes ; using Microsoft . SqlServer . Server ; I would make sure ...Show All
.NET Development Active Directory- login and domain problems
I installed active directory using the typical dcpromo. Then i used the default sysvol and ntds locations. I also checked the option where active directory will configure and install windows 2003 dns server. I then fixed the tcp/ip properties to accomodate dns settings. After I restart the domain controller. I tried to place another computer in the domain. I go to mycomputer properties then domain. Place a user name and password then restart. But when I try to logon it does not allow me to log on to the domain computer. It gives me an error message that says. I must have allow log on through terminal services. This right is granted to the r ...Show All
SQL Server Tips on using the SQL Server Security forum
I am collecting here a few tips on using this forum. The tips are actually pretty general, they're not really specific to SQL Server or to this particular SQL Server Security forum. 1. Verify that you are posting to the right forum. Check the list from http://forums.microsoft.com/MSDN/default.aspx SiteID=1 to see whether there is a more appropriate forum for your discussion topic. By posting to the appropriate forum, you will be able to get an answer to your questions faster. 2. Try to avoid crossposting or posting the same issue several times. Do a search to see if your question was already answered. If you receive an answer on anothe ...Show All
Microsoft ISV Community Center Forums Sql Server 2005 Resource Kit
Hi all, how do I view the slides that accompany the webcasts on the DVD. I can hear the audio stream fine but just get 'page not found errors' for the graphics. I just found out that all of the Webcasts that were included on the Resource Kit have been archived and are available on http://msdn.microsoft.com/sql/webcasts/default.aspx The SQL team has also added new Webcasts to this location since the beta RK was sent out! Please let us know if you still have the same problems running the Webcasts from the Web site. thanks, -brenda (ISV Buddy Team) ...Show All
Windows Forms ADO.net and MS Access Errors
I am trying to update/insert/delete data using ADO.net connection to MS Access tables. I have successfully created a connection to a table and can successfully insert data into the table using the update command. But when i try to amend data i use the oledbcommandbuilder and i get the following error. Dynamic SQL generation for the UpdateCommand is not&nb ...Show All
Windows Forms Controlling elements in a seperate C# form
Hi, I'm fairly new to C# and OO stuff, being an embedded C specialist. I'm trying to write an application that can talk serially to several units on a bus. That side of things I can handle, but the windows forms is harder for me! I have the main window form of the application where the user can setup the connection and so on, which will actually do the serial communication, however I need multiple extra windows that not only display information recieved (which one depending upon an ID), but also send data back to the master. IE: there will be one master, and multiple slaves (eg 4) that communicate only with the master. I'm struggling to ge ...Show All
.NET Development Using usb-bluetooth from pc
How can i manage my bluetooth in my pc , i want to detect all available bluetooth devices and to send message to them , but how While this is possible, much heavy lifting is required. If you would like to see simple bluetooth support in System.Net, let us know what your requirments and scenarios are by emailing nclasks@microsoft.com.dontspam (remove the .dontspam) ...Show All
Visual FoxPro DO FORM does not work in exec (for me)
I have close to 50 clauses, it turns out, DO FORM in my application. They all work perfectly well in interactive mode with the browser but do not work at all in exec after I built it. By "do not work" I mean that I do not even get an error message. Those statements are completely ignored. What I've done so far is trying to find a formula under which I could call outside forms. As I mentioned, when a statement DO FORM <formName> is placed inside a method it does not work. I tried to place them in a prg file--the same negative effect. Or rather no effect. The next trick was to invoke a form in my startup (main) prg file a ...Show All
