Software Development Network Logo
  • Game Technologies
  • Windows Live
  • Microsoft ISV
  • Windows Vista
  • Visual Studio
  • Smart Device
  • Visual C++
  • SQL Server
  • VS Express Editions
  • Visual J#
  • Architecture
  • Visual C#
  • .NET Development
  • Windows Forms
  • Visual Basic

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

kenn_rosie

Member List

pink_flower4love
Herback
Stephan M
Balsoft
DeveloperJTM
HXP
Pawel Olszewski
jakeysgt
keniiii
Sajal
anand_nalya
Dislay Name
atulverma82
Deathra
Ling2
Fab IT
_Thomas
MoeC
Jawad Naeem
New Guy
Only Title

kenn_rosie's Q&A profile

  • SQL Server Integrating KPI in Reporting Services and drill down reports

    I'm interested to implement KPIs from Analysis Services 2005 in Reporting Services 2005 in a graphical way as it is seen inside Analysis Services. how can I archieve this and what is the best way for drilldowns in reporting services Thanks for your help, Roger OK, my question is general - thats because I'm new to SSRS... So I did some reading and found out that the Matrix is a good way to display drill-downs. I'm wondering: Do charts offer a possibility for drilldowns and I did not found a place to read anything about KPI and presenting them in Reporting Services in a ...Show All

  • Windows Forms closing forms after page_load

    hi,    i am developing mdi application. I load my child window based on the user input, i found that user had given invalid input in page_load event of the child window.  how to stop the loading of the child window. when i use,     this.close(); error message appears that it cant be closed while handle is being created. thanks in advance ...Show All

  • Software Development for Windows Vista should VS2005 PRO install on Vista Build 5270

    Put CD in, say Permit, start screen comes up, click on install link then get a meesage saying Suit Integration Toolkit Stopped...... Should VS2005 Pro install ok   I'm seeing exactly the same thing. I noticed that the 5270 CTP uses the release version of the .NET Framework so I don't see why this shouldn't work. Any help with this appreciated. ...Show All

  • Visual Studio Team System Creating a solution in a TeamProject, how?

    I created a sample TeamProject but I can't figure out how to add a typical code solution to this team project, how can I do this Also, is the Team Server available via IP   Or do my team members need to be on the same domain/network as me   Thanks in advance.   Thanks for the help everyone.  The more I use and understand the features in Team System, the happier I am with the software. ...Show All

  • Visual Studio Express Editions insert filename into SQL Table

    Hi I'm just not getting this but how can you insert the filename into a table. I managed to upload a file from website to my hard drive but now what to save the filename to a field in the database. Can someone please help Here's the code for aspx file and following the code for aspx.vb file: <% @ Page Language ="VB" MasterPageFile ="~/MasterPage.master" AutoEventWireup ="false" CodeFile ="AddFoundImage.aspx.vb" Inherits ="MemberPages_AddFoundImage" title ="Untitled Page" %> < asp : Content ID ="Content1" ContentPlaceHolderI ...Show All

  • SQL Server Do I want the Developer version?

    I've downloaded 2005 Express but I want to do SSIS and don't see any way to do that with Express. The Developer Edition apparently has all features, but says you can upgrade to Enterprise, which I don't need (Standard would probably be fine). Here are my questions: 1) Is there any way to develop SSIS packages in Developer and run them in Express 2) Is it possible to upgrade Developer to something less than Enterprise, such as Workgroup or Standard 3) This page is titled "How to Obtain SQL Server 2005 Developer Ediiton" but doesn't explain how to obtain it. Instead it talks about which edition to select, trial software, ...Show All

  • Windows Forms adding new row in datagridview

    How do you get the values that were entered into a new row of a datagridview and update the datasource Is there an event that is fired when the user is finished or should I use an "add new button" to capture the new row. I am using bindingsource in my datagridview. the bindingsource datasource is a dataset. thanks! yanci. when the user finish entering the row to the datagrid, the row will be added to the dataset (related datatable) automatically. All you have to do is call the update of the dataAdapter and AcceptChanges of the Dataset. In order to get the row that was added use the following, VB.NET: CType(Tab ...Show All

  • Visual C# CallBack from a WIN 32 C++ dll

    Hello Everyone, My application is written under C#, but for some of the low level stuff I have to use C++ dll's and one of the dll require password before I can make some function call or if user entered wrong should ask again..... How can I implement something along those lines.... At first I can send the pasword, but if the password is wrong what is the way to get the password....If you want I can even post my procedure which asks for password..... Any help, suggestion highly appreciated... Thanks, Harsimrat   What were to happen if you were to return something other than S_OK, like ...Show All

  • Windows Forms How to copy a row?

    Hi guys, I need to copy the selected row and add it to the same datagridview. How can this be accomplished I tried all kinds of thing but it simply won('t work :-/ Can't be that hard, can't it Regards, Nick This is an example of how you can do it: Private Sub CopyRow( ) Dim dgvRow As DataGridViewRow = dgvDataGridView.CurrentRow Dim dt As DataTable = Me .dsDataSet.Tables( "TableName" ) Dim dtRow As DataRow = dt.NewRow() dtRow( "ColName1" ) = dgvRow.Cells( "ColName1" ).Value dtRow( "ColName2" ) = dgvRow.Cells( "ColName2 ...Show All

  • Visual Basic Disabling the close button of a windows application has a problem

    When I tried to disable the close button of my Windows Application program using an unmanaged code, this red close button will appear again if I maximized, minimized it , or using Win(key) + D (and again) I don't know why... I can delete the Close menu item, but rather, I wanna disable it. So, if you please find the solution, thanks... Set the forms controlbox property to false...this will get rid of the minimize, maximize and close buttons in the upper right hand corner of the window HTH ...Show All

  • Visual Studio warn if no user code on launch

    I also hav ethis problem and am very irritated.  I don't have this problem in 2003.  I can't use 2005 if I can't get rid of this message. Hi, If you hit F1 when you are on the Tools->Options->Debugging->General page then the context sensitive help that comes up talks about common reasons for getting this error message and how to disable it. For your convenience , here is that online help link: http://msdn2.microsoft.com/en-us/library/d493t3ew.aspx Hope this helps. Thanks for your feedback. Rupesh ...Show All

  • Windows Forms VB5 interop with .NET

    Hi, Anyone knows if there are any potential errors/harms if VB5 Active EXE interop with .NET DLL  Is .NET supposed to only to interop with VB6 Thanks, As Dan Appleman would say, "A DLL is a DLL is a DLL". Of course he said that before .NET. ...Show All

  • Visual C++ Attemp to use MSIL code from this assembly...

    I have a C/WIN32 program that I have "transformed" into "C++" and build with /CLR. Everything compiled ok - exept from some warning about: warning LNK4248: unresolved typeref token (01000011) for '_IMAGELIST'; image may not run warning LNK4248: unresolved typeref token (01000011) for '_TREEITEM'; image may not run But when I run my program I got the error : "Attemp to use MSIL code from this assembly during native code initialization. This indicates a bug in your application. It is most likely the result og calling an MSIL-compiled (/clr) function from a native constructor or from DLLMain" Does anyone have any tip what may be wrong ...Show All

  • .NET Development Quiting remoting client causes error: System.AccessViolationException

    I am experimenting with .net remoting and have written and tried a couple test applications but all of the same problem.When I quit the client I get the following exception.System.AccessViolationException was unhandled Message="Attempted to read or write protected memory. This is often an indication that other memory is corrupt." Source="System" StackTrace: at System.Net.UnsafeNclNativeMethods.OSSOCK.WSAGetOverlappedResult(SafeCloseSocket socketHandle, IntPtr overlapped, UInt32& bytesTransferred, Boolean wait, IntPtr ignored) at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode ...Show All

  • Windows Forms modify gridview according to listbox

    hi all, i have a gridview that will display all values when the page load. User can filter the data in the gridview by selecting multiple values in a few listboxes. However they do not necessarily need to select a value for each listboxes. how can i create a dynamic selectcommand for multiple non-mandatory selection i can't specify * as the default value as sql syntax does not allow ' in (*) '. please help... thanks! A siple solution would be having a default value fora ll the text boxesa nd use them in the query statement. And use the StringBuilder to write the query. Hence, you can h ...Show All

©2008 Software Development Network