momibutt's Q&A profile
SQL Server 1802 access denied
Hello everyone, I got a strange problem when installing sql express on an empty windows xp sp2 machine. When I try to create a new database within a directory, which existed before installing the server (e.g. c:\programme), i get an error message something like "1802 access denied, cannot create database". But when I try to create a new directory on the harddisk (e.g. c:\oliver) and create the database into this directory, then it works! I am logged in as admin, with full access rights. And everything is on the local machine. Anyone got a clue Thanks a lot in advance, Oliver Does ...Show All
Visual Basic Please Help Me in Visual Basic 6.0 SP6
I have an idea where i want my application can choose which database they are going to insert their data in. So, my question is, how can i do that in my programming. As example, let say i've 3 batch of files. 1 batch of files will store in 1 database, and also other two. So, how can i make my user to select their database which one database they have to insert the data As your information, i'm using Microsoft Access 2003 as the database. Actually this is as temporary as then i'll migrate it into Oracle 10g. Hope you all can help me. Please... Vikram wrote: Hi, This newsgroup is for questio ...Show All
Visual C++ Visual C++ 2005 Extremely Disappointing vs C#, J#, VB.NET
Based on the many features available in the 4gl(ish) type languages that are NOT available in C++, I must admit that everyone on the Visual C++ 2005 team have greatly disappointed many of us C++ developers/engineers. You've made it difficult for me personally to justify upgrading our organization to the MSDN 2005 Architect suite since the majority of our organization develops software in C++. While the sourcing and bug tracking suite of products sell themselves, features NOT supported in C++ such as MSBUILD integration, refactoring features, Code Snippets, Class Designer, and more productivity features, make migration to VS2005 a hard sel ...Show All
Visual Studio How do I Integrate Visio 2003?
I have a copy of Visual Studio 2005 Pro from the UK launch and as a MS partner with an existing licence for Visio 2003 I wish to integrate it but have so far failed. Can anyone help point me in the right direction, or must I have the MSDN subscription to do this Hi ha1o, I have a similar requirement and while searching for a solution, I came across your post. As this post is old, you would have already implemented it. Can you please share with me the solution you implemented. The only difference in my application from yours is I need to draw logic circuits (AND OR gates), connect them toge ...Show All
Windows Forms Shell Extension Context Menu in C# strange error.
Hi, i'm writing a shell extension in c# that will add two menu's to the right-click menu of explorer. Here is the problem. If i select one file and use the standard OPEN context menu all is well, but if i select two or more files and use the standard OPEN context menu it seems to want to run through the code for MY created menu. Here is the code in question: int IContextMenu.QueryContextMenu(uint hmenu,uint iMenu, int idCmdFirst,int idCmdLast,uint uFlags) { // The first id to use (should be 1) int id = 1; if ((uFlags & 0xf) == 0 || (uFlags & (uint)CMF.CMF_EXPLORE) != 0) { // Create a new Menu Item to add to ...Show All
SQL Server SQL Server Management Studio
I have downloaded and installed the developer addition of SQL Server 05. I don't see the "Management Studio" associated with the installation of the developer edition. The only tool I see is the configuration manager. Where is it Thanks, Fred H. How did you install SQL Server 2005 When you install the the GUI interface you should be prompted for components to install. At this point you should be able to select client tools including SQL Server Management Studio. I'm not sure if it's installed by default or if you need to specifically select it. Hope this helps, Vaughn ...Show All
SQL Server difference between dbo user and another user
hi ! what is difference between dbo user and another user Look in the BOL for mre information: "Database Owner (dbo) The dbo is a user that has implied permissions to perform all activities in the database. Any member of the sysadmin fixed server role who uses a database is mapped to the special user inside each database called dbo. Also, any object created by any member of the sysadmin fixed server role belongs to dbo automatically." HTH, Jens Suessmeyer. ...Show All
Windows Forms Missing buttons on a Windows Forms Form
Hi, I'm working with C# windows forms for more than 3 years but now I'm facing a strange problem: One of the customers reported that he can not see the 2 buttons (Add and Delete button) on the initial form of a simple c# application we provided for him. This is a really simple form with a tab control and 3 tab pages. The 2 buttons are on the first tab page and the customer says that he can not see them. This is strange because We don't have any code about making these buttons visible/invisible. Is there any known bug about this Like the bug in Mcaffe virus scan that causes blank listboxes Thanks in advance, Shadi ...Show All
.NET Development why we hide away the "lock" and give away a "key"?
My application uses a text file that i would like to encrypt. I know .NET encryption classes and routines, but i am not sure how i am going to secure a "Key", that generates the cipher Most security experts suggest to keep "Key" in more secure location,I wonder where is it What exactly is secure location where is it we hide the "lock" and give away a "key" The topic of encryption and keys is too complex to discuss fully in a topic post but I'll give a brief synopsis. Caveat however is that I'm not a security expert by any stretch so you should rely on the docume ...Show All
Visual J# List of All J# Browser Controls from Different Iframes
getAppletContext().getApplets() method does not return all the J# browser controls when controls are in different iframes. I run the page not from a server but directly from local disk from the same directory. This is an important widely used standard feature and it works fine with java applets. I just tested it with a iis server, and it is a no go. It seems like you have a bug in getAppletContext().getApplets() on a multi frame document. Also, a java console like convenience would have been nice. ...Show All
Visual Studio Team System Deleted Project using TFSDeleteProject but Source Code Root Still Showing Up
I deleted a project using TFSDeleteProject (with the force option) but my VS 2005 IDE Source Control Explorer still shows the deleted source code folder root (with a single TeamBuildTypes folder with a red X thru it). The funny thing is is that if I go to another machine and log in with the same credentials the particular folder does not show up. Looks like there is some sort of hanging artifact on my local work machine that isn't getting udpated. I have the "Show deleted items in Source Control Explorer" unchecked and I still see the problem. BTW, I am using Beta 3 Refresh. One thing that is different with this ...Show All
Visual Studio Team System Recording a web test for a page that executes javascript
Hi, I've read a lot on this forum that web tests for pages that execute javascripts don't re-play properly and I shouldn't use them. Are there any work arounds for this I have a page that I beleive executes a javascript and my web test does not replay correctly. I tried to use Fiddler to record my web test, but it still didn't work. Does anyone have any suggestions for what I can do Thank you in advance. Hi Yulia, A workaround is to validate the contents to your page using the Response tab, or to use validation rules. Currently webtests work at an http layer; javascript is not executed at a ...Show All
Visual Basic How to create 32bpp icons
i've found lots os examples for a diferent kind of thing to do on vb.net, but now i'm trying to breate 32bpp icons from an image. the folowing example uses a simple way to get icons from a bitmap, "Alph.bmp" is in 32bpp with alpha chanel, but the result gives-me a white backround. Public Shared Function From32bppBMP() As Icon Dim bmp As New Bitmap("Alph.bmp") Dim HI As IntPtr = bmp.GetHicon Dim a As Icon = Icon.FromHandle(HI) Return a End Function HOW can i convert this image to an icon with a tranparent backround The sample seems to work for ...Show All
Windows Forms sql statements...
Hi, I have two tables in an access database. How can I create the select command for both I know that for just one table i can do this: "SELECT * FROM Table1", but from two would this work: "SELECT Table1.*, Table2.* FROM Table1, Table2" Thanks Following up on my previous question, you can easily send the following as Com ...Show All
.NET Development How to remove HTML controls by JavaScript?
I wanna delete a tags "<iframe></iframe>" when I click on a button. If anyone can help me Thanks a lot in advance! Thank you Pascarello! But I still have a question about <iframe>, I think proberly you can help me. Like your reply,you use <iframe> tag to include a HTML file,now,I want to get an object in that file you have included. For example, you have a textarea in http://Pascarello,com ,how to get the content of the textarea in your included file ...Show All
