popoi90's Q&A profile
.NET Development What type of security should I use on web app(asp.net)
Hi, Hopefully I've posted in the correct forum. I have a relatively simple C# asp.net web app that a user enters personal data it POST's back to the server and an email is sent to a specific user with that data. I have all the code and everything working, my problem now is security. I want to implement some on the POST and on the email, but hopefully with no cost$(third party) involved and conceptually easy to develop. I've looked at the ...Show All
Visual C++ To create a window
Hi, Just within C++, how can we define a window How is that associated with a class object I think based on a class, we should be able to have such an object, correct Thks & Bst Rgds, HuaMin Please follow your post at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=206527&SiteID=1 for using winforms. Also, you can use MFCs or just Win32 APIs. Thanks, Ayman Shoukry VC++ Team ...Show All
Smart Device Development Form inheritance and the inputpanel control (SIP)
I develop in VS 2005 with CF 2.0 and use form inheritance to put common functionality in a base form used by a number of derived forms used for editing of various things. In the base form I have a TabControl component. I would like to have an InputPanel component in the base form and respond to EnableChanged events so that the TabControl is resized based on the visibility of the SIP. When I add the InputPanel component to the base form the deri ...Show All
Visual C++ How to find what library to link to?
For fuctions that are not documented with a lib on msdn, how to know which lib it needs. The 2 functions that i am currently trying to link are F ONTOBJ_pxoGetXform and XFORMOBJ_iGetXform. Thanks for any help I am using it within a driver. I am modifying one of the DDK samples for my needs and cannot find what to link to it to get it to compile. (I am working with the sample *WINDDK\2600\s ...Show All
Windows Forms minimize forms
I have a series showdialog forms open, it is like, form2.showdialog in form1, form3.showdialog in form2 then when click form3 minimize button, a strange situation. one computer will minimize all 3 forms, which is what I prefer. the other computer will minimize only form3, put it in the bottom left of screen. why two computers have different behavior ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Managed C++ (2005) and DirectX - Application Crashes
Hi, I'm writing this demo DirectX app using VC++ .NET 2005. And my appliction is crashing without any error messages. I managed to figure out the line where it's failing using MessageBox::Show(); commands. Prints only "Mark 1" & Line is marked red. Code - bool StingRay3DGraphics::CreateVertexBuffer(Device^ device) { try { vertices = gcnew VertexBuffer( &nb ...Show All
Windows Forms Problem with value DataGridViewComboBoxCell
In VB 2005 Express I have a problem, which completely do not understand. I use a DataGridViewComboBox in a DataGridView. When I change data and save it, I have no problem. But when I close the form I a repeting error, being: System.ArgumentException: DataGridViewComboBoxCell value is not valid. Can anybody help Thanks in advance, Simon Use the following link: http://lab.msdn.microsoft.com/productfeedback/De ...Show All
Visual Studio Applying styles from a stylesheet
Is it possible to apply styles to the report (.rdlc) items by specifying css classes on the items when the report is displayed using a web form.... Thanks in advance for help! This feature is not currently supported, but we are looking at it for the future. ...Show All
Smart Device Development Smartphone device debugging problem with VS 2005
I have just setup VS 2005 beta 2 and I'm having trouble debugging native C++ apps on my smartphone device (even the simple one created by the New Project wizard). The error I get is: Unable to start program '%CSIDL_PROGRAM_FILES%\TestApp\TestApp.exe'. Operation not supported. Unknown error: 0x89731102. Obviously I can't find any info about error 0x89731102. Now, I can debug on the emulator, both for smartphone and pocket pc, and I can also debu ...Show All
Windows Forms Datagrid heirarchy
I've a dataset with 1 table and 1 relation. I set this dataset for data source of 1 datagrid. The datagrid creates automatically a link for the child rows. How is possible put the data instead of link You might try posting this in ...Show All
Visual Studio Express Editions Connection Test
Hi, im very new to Visual Basic 2005 Express Edition. I have had a bit of past PHP codeing but not alot. I was wondering what i code i could insert into my applictation so that if it does not connect to a webpage, any webpage that it will display a message... "Internet Conection Unavaiable" Then close the program Any help would be great thanks........ Hi, Use the My.Computer.Neto ...Show All
.NET Development HttpWebRequest fails on some computers (weird...)
Hi all, I got a strange problem with HttpWebRequest code, failing on some computers, but i can't reproduce it on either of my 3 different computers here. Following is the code snippet causing the error (on some machine configurations): HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http: //someurl.tld/somefile.txt"); /* --> optional block */ request.KeepAlive = false; request.ProtocolVersion = HttpVersion.Version10; request ...Show All
Visual Studio Team System Work Item Tracking Across Branches
How does Team System handle WorkItem cloning/linkage across branche . The best example of this is QA tracking bugs that have been fixed in an earlier release and retesting in the current release. For example: an issue is found in version 1.0 which is in production. An incident is logged -The incident is fixed in 1.0.1 -Source changes are merged into main branch /trunk -2.0 is created from /trunk How does QA track that the incident from 1. ...Show All
.NET Development Where is mscorcfg.msc(beta 2)?
I've installed dotnetfx from vwd.img and now I don't know where to find mscorcfg utility.I'm using windows xp(sp2) What's wrong with configuration utilities looks like they are trying to "shed some pounds" from the framework download (since Java is about half the size) i believe that my mscorcfg came with .NET 1.1 which was a critical hotfix for SP2 via WinUpdate - there does not appear to be one associated with ...Show All
Visual Basic sql delete statement to change two tables
Hi im trying to delete data from one table if it exists in another i have this code but it deletes all data from server table please help DELETE FROM Server WHERE EXISTS (SELECT [Product 1], [Product 2], [Product 3], [Product 4], [Product 5], [Product 6], [Product 7], [Product 8], [Product 9], [Product 10], [Product 11], [Product 12], [Product 13], [Product 14], [Product 15], [Product 16], [Produ ...Show All
