Software Development Network Logo
  • Visual FoxPro
  • Microsoft ISV
  • .NET Development
  • Windows Forms
  • Visual C#
  • Visual Studio
  • Game Technologies
  • Windows Vista
  • VS Team System
  • Smart Devicet
  • Audio and Video
  • SQL Server
  • SharePoint Products
  • Visual C++
  • Visual Basic

Software Development Network >> Puffarbubbole's Q&A profile

Puffarbubbole

Member List

David J Oldfield
Mantu Singh
MrZap
sally_de
Ray C
amberBC
Jym
AdriM
Paul_T
jzfredricks
mwoehlke
Bigmo
Jon Abbott
Visual Basic Expert
Radith
L. G. Flatron
sunny123
mabxsi
kadabba
davidy13
Only Title

Puffarbubbole's Q&A profile

  • SQL Server help needed to drop a table!!!

    hi, can any one tell me how to drop a table...i tried to delete using the command : drop table sample; but it displays an error stating that, Cannot drop the table 'dbo.sample', because it does not exist or you do not have permission. pls post the reply asap -Sweety check whether the table exists in the db at all... if exists , see who owns it.... give fully qualified name. in SQL 2005 select Name from Sys.Objects where name='tablename' Drop table databasename.schema.Tablename SQL 2000 select Name from SysObjects where name='tablename' Drop Table databasename.owner.Tablename Madhu ...Show All

  • Software Development for Windows Vista Using DeviceIOControl under Limited user account

    Hi, I have an application that gets hard drive serial number through DeviceIOControl. Strangely, on some machines limited user is able to get the number while on others not. Could you please tell me how to configure windows security (ease restrictions) so that limited users can get the serial number I am not sure which part of group policy I should play with. Thanks, Arben Forgot to say that I am using Windows XP not Vista. Sorry about that. Arben ...Show All

  • SQL Server CLR Stored Procedure in Reporting Services

    Hi I have created CLR Stored Procedure and my CLR stored procedures are not appearing in the Stored Procedures drop-down list located on the Data tab within the VS2005 Business Intelligence Development Studio. After Creating the dll I have registered the dll like that CREATE ASSEMBLY MY_SP_NAME from 'C:\MY_DLL_PATH\MY_DLL_NAME.dll' WITH PERMISSION_SET = SAFE After registering I have deployed the dll : CREATE PROCEDURE [dbo].[MY_SP_NAME] @dbname [nvarchar](4000), @varTable [nvarchar](4000), .............. .............. .............. AS EXTERNAL NAME [MY_DLL_NAME].[MY_CLASS_NAME].[MY_SP_NAME] GO EXEC sys.sp_addextendedproperty @name=N'AutoDeployed', @value=N'yes' , @level0type=N'SCHEMA',@level0name=N'dbo', ...Show All

  • Smart Device Development Adding Custom Today Screen Item

    Actually I need to add a "cutom today screen Item" to Pocket PC automatically when message has been reached to my messenger. I am presently working on Visual Studio.Net 2003( Compact Framework1.1). Actually I have tried this link: C:\Documents and Settings\Administrator\Desktop\malleswar\adding image\Creating a Pocket PC Today Screen Plug-in with the _NET Compact Framework.htm but for building Embedded Visual C++ (eVC) has to be used. If u know better way than this plz guide me. Hi Manav, Thank you very much for giving me response with lot of patience. Manac I have already tried that way which you have suggested and faced this error The project file 'C:\program Fil ...Show All

  • Visual Studio Express Editions How to Detect another applications GUI controls in C#

    Hello, I'm new to C# (and OO programming in general). I'm looking to make a program that detects controls on another application and manipulates those controls. For example, can detect a radio button on an MSI installer and click it, or detect fields of a web form and fill them out. I'm sure there must be .NET libraries for this sort of thing, but I couldn't find what I was looking for. I could use AutoIt instead, but that would hardly be good C# practice :). Can anyone point me in the right direction Thanks. Spying is not the purpose, though I suppose it could be used as such. The purpose of my application is automation of other applications for testing purposes. So if you had a web or desktop based appl ...Show All

  • Visual C++ How to use dll created in vc,in vb

    hi, I have created a DLL in Visual c++, I need to call this in Visual basics. I just tried to Use reference file, but there were no vc++ ref. files Check this link. There is a sample of code. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1007188&SiteID=1 ...Show All

  • Software Development for Windows Vista Activity project misbehaving

    Hiya I have a solution that contains a project that has all of my custom activities in it. I have a 2nd project in the same solution that contains a sequencial workflow for testing my activities. When i make changes to the activities, the toolbox doesn't update automatically in the way I would expect. New activities seem to go in, but older ones disappear. If I choose "Show All" in the toolbox, most of them are there but greyed out. Some disappear from the toolbox entirely. One activity that I haven't changed in 2 months has decided to disappear entirely only last week and now I can't get it back. I have retried closing and re-opening, reseting the toolbox, removing all references to the activity project, then restarting VS ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Short tech demo

    Here is a tech demo of something I've been working on. Demonstrating a simple Xbox 360 XNA project pulling data from an unexpected source. Hope you enjoy it. http://waru360.codesan.com/2007/02/quick-tech-demo.html How in the heck did you get access to the wiimote device memory on the 360 in XNA I've been able to write a driver for the wiimote but I had to use C++/CLR and C# so its only windows compatible. Share the wealth man! Ziggy www.ziggyware.com ...Show All

  • SQL Server How to uninstall SQL Express Reporting Services without uninstalling the database engine?

    When the SQL Express Sp 1 with Advanced Services came out, I just had to install the Reporting Services. I did manage to install it, but after tampering with it, I've messed it up seriously. So now I'd like to uninstall Reporting Services, but not the whole SQL Express, or more spesifically - not the database engine. But is this possible I've tried going through Add / remove programs and selected Change components instead of Uninstall. I've tried selecting uninstall as well, but this seems to only allow me to uninstall the whole thing. I'd rather not do that. Off course, if this is the only way to uninstall RS, I'll do it, but I thought I'd check here first... So, anyone got any advice Kaisa M. Lindahl Lervik ...Show All

  • Visual Studio Deleted configuration in project build menu/Not possible to create configuration with same name as deleted

    I have a configuration that I have deleted in VS. Under the "Build" tab under project properties the deleted configuration is still available. Is this a bug in VS In the dropdop configuration in the VS toolbar the deleted configuration is not shown. If I try to recreate a configuration with the same name I get the error message "Outout path is not defined" when building, but if I look at the build tab for the project the outout path is correct. If I create a new configuration with a new name everything builds OK. Hello Ok, thank you. But still I think it's strange that I get the "Output path is not defined" with this configuration. On the build tab the output path is correc ...Show All

  • Visual C# waiting for an event

    Hi I don't know if this is the apropiate forum to write, but I think someone might know about this. I am developing a library that invoques some methods of other library, he other library is a com object and the method tha I Invoque is called Login. Thre thing is that this Login method executes asynchronously and fire some event to say that it has finished the login process. In the event I write the code to send a messag for example. So fra everything is ok when I invoke the method from a windows or web app, but when I call the method from wthin a deliverychannel which is a common dll the event apparently did not get fired Here is the code of the method and the event handler public Yahoo( string action_param, s ...Show All

  • Windows Forms Concurrency violation

    hi, i am new in visual studio and i try to make a program but i have a problem: i use an access database and i have 2 tabels in relation and when i try to delete a row from one i receive msg " Concurrency violation: the DeleteCommand affected 0 of the expected 1 records." this is my code Private Sub BindingNavigatorDeleteItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorDeleteItem.Click Dim gol = Me .DataGridView1.RowCount() If gol = 0 Then Exit Sub End If dim msj msj=MsgBox( " Soll es wirchlich geloscht werden " , MsgBoxStyle.OkCancel, "A C H T U N G !" ) If msj <> vbOK Then Exit Sub ...Show All

  • Windows Forms doubt regarding panel location at runtime

    My UI is like below........................... it has two panels................. one left and one right in right panel there is one tabcontrol, one toolbar,one panel But here my question is for the tab control its name is tabBooks. now in tabBooks there are 4 tab pages . in first tab page there is a panel. in seond tab page there is one more tabcontrol and panel. in third tab page there are 2 tab controls My question here is for second tab page Currently tabcontrol and panel is side by side. I want to put panel below the tabcontrol. I am changing the location of panel at runtime. but it's not changing............ Can anybody please tell me what may be the reason for that. I have tried ...Show All

  • Microsoft ISV Community Center Forums Excel disjunction

    I have a macro that searches a spreadsheet for certain cells that contains certain values. In some cases I need to specify that I olny want to search parts of the spreadsheet. For example I first search for the word "IMM" and then I search for the word "FUTURE". I then want to search to rest of the spreadsheet for the word "DATE" i.e. search all rows except for the rows that conatins IMM and FUTURE. I know that there is a union thing in Excel but is there a thing such as disunion My code looks like: Dim searchRange As Range Set searchRange = Range(Cells(secID.Row, 1), Cells(secID.Row, 100)) Set secID = Worksheets("Sheet").Range(Cells(segment.Offset(i, j).Row, 1), Cells(3000, 100)).Find("Date&q ...Show All

  • Smart Device Development ASSERT when clicking on link in notification

    Hi, in my MFC/WM2003 application I create a notification using the following code (Visual Studio 2005 SP1, WM2003 SDK): SHNOTIFICATIONDATA sn = {0}; sn.cbStruct = sizeof(sn); sn.dwID = 1; sn.npPriority = SHNP_INFORM; sn.csDuration = 0xFFFF; sn.hicon = LoadIcon(AfxGetResourceHandle(), MAKEINTRESOURCE(IDI_MAINICON)); sn.clsid = myCLSID; sn.grfFlags = 0; sn.hwndSink = GetSafeHwnd(); sn.pszTitle = L"Notification"; sn.pszHTML = ConstructNotificationMessage(type, data); SHNotificationAdd(&sn); The HTML contains a '<input type=button name='cmd:45000' value='test'>"' button to click. When the user clicks this button, my application receives a message with wParam=45000 and I can react to ...Show All

©2008 Software Development Network