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

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

dustinto

Member List

nickhaddady
OmegaMan
Whoisit
Waltari
MoniDD
hafi23
ThomasD14
dayrinni
Jon R Warren
Bubba76
Derek Ekins
RubMop
Madiba
Dan Mikkelsen
Chopaka
Brad3000
jeffreyJS
M.Glenn
Learning VB
barkingdog
Only Title

dustinto's Q&A profile

  • Visual Basic How to: tansfer records/data in dataset to datagridview in windows application

    Attn: alll users I need ur help to help me in my project.... How to tansfer the selected record/data to another dataset/datagrid like u click the button transfer and the details will be on the other datagrid pls provide link to relevant topics and alos sample code asap Ya its like something abt tat.... The selected record will be transfer to another datagrid instead so new rows/column will be added to the new datagrid with the selected data in it ...Show All

  • Visual Studio Team System WorkItem Project Alerts not working

    Hi, We have project alerts working fine for "Build completes" and "Anything Checked in" project alerts. But NOT for the "work items changed by others" setting. Any idea why this is the case We have been creating and assigning work items up the wazoo but no alert emails so far... I don't see errors in the event log either. Thanks, JGP I just made this post http://blogs.msdn.com/narend/archive/2006/07/27/679571.aspx on what things to check, a tool to create subscription and troubleshooting steps. ...Show All

  • Visual Studio 2008 (Pre-release) I am so fed up with WPF and .Net 3.0 !!!!

    I have dutifully followed the development cycle of Vista WPF and .Net 3.0 through over a years CTP's and although it all sounds great, the delivery from MS is very poor. It's strange how a xbap application will work, then suddenly not work and then I have start a new application with the code from the old one and it works. The documentation provided by the SDK is so technical and incomplete it's virtually impossible to decipher and errors fly thick and fast through the Extensions to VS2005. I have a entire book shelf of now obsolete .NET 1.1 Framework ... volumes and volumes of it which was outdated before I even got it and was over $600. Now .Net 2.0, and .Net 3.0 Come on MS, where the hell are you going and how the hell do you thi ...Show All

  • .NET Development OleDbCommand.Update method bug - parameter values overlap

    Here's a weird one I haven't been able to figure out. I have a DataSet with several new rows that I need to insert into my Access database. I have a query in access called 'insNewUser' that takes a single parameter -- 'UserName'. My DataAdapter fills the DataSet with no problem. If I add a single new row to the DataSet and then call my DataAdapter's Update() command, the row gets added without a problem. If, however, I add 2 new rows to the DataSet and call the Update() command, the first row gets inserted properly, but the second row contains "left-over" text from the first row! For example, if I added two new rows with the values: 1) "UsuallyPrettyKnowledgeable" 2) "Stumped" my DataAdapter would ins ...Show All

  • Visual Studio Application is closing when debugging in visual studio 2005

    Hi, My Application is developed Visual Studio 2005(ASP.NET & C#.NET). When I am running my application in debug mode. The application is closing itself and the Visual studio is getting restarted. It is throwing an error and giving a message " Microsoft visual Studio Encountered a Problem and needs to close " and then the application is closing immediately. After that Visual studio is restarting. Can any one solve this problem ...Show All

  • SQL Server Can SSIS work without SQL SERVER 2005

    Can I install only [Bus....integ.. dev.... st..]. on my machine without SQL 2005 I have a sybase database management system.. can I work with SSIS Can it extract something from IBM DB2/DATACOM/LOTUS NOTES/VSAM/   pl give me answers with justifications!!!! AHADI wrote: Actually the SSIS is one component of the SQL server 2005 and was build to interact with all other components. So it can work to some extends but not fully as you might need it That's completely and utterly untrue. It was built as Microsoft's ETL tool. You can build complete end-to-end solutions using SSIS without having to go anywhere near SQL Server. The only functionality that relies on SQL Server (as far as I know) are SQL Server confi ...Show All

  • .NET Development Help for Web Services

    do u know how to setup web-services the problem i am geting is that, while installing the service it is taking the name of the same machine where the service is developed How to remove it from it and set the name of server where we'll install it. < discovery xmlns:xsi = " http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd = " http://www.w3.org/2001/XMLSchema " xmlns = " http://schemas.xmlsoap.org/disco/ " > < contractRef ref = " http://psppc052/my_ws/WebService.asmx wsdl " docRef = " http://psppc052/my_ws/WebService.asmx " xmlns = " http://schemas.xmlsoap.org/disco/scl/ " /> < soap address = " http://psppc052/my_ ...Show All

  • Visual Basic Maximize my screen

    On my small application that I am writing, I have turned the Maximize & Minimize buttons off and was wondering how I could set the Main Form to fit the entire screen whenever the Main_Load occurs. Can anyone help me here Thanks, QWERTYtech SJWhiteley wrote: I'm really at a loss to what is needed here - perhaps the OP can show an example of what they mean Another commonly used program, perhaps 2nd that motion ...Show All

  • Visual C++ Disposing a connection

    Hello everyone, I'm writing a data access object, and when I compile the attached code I get the following error: error C2039: 'Dispose' : is not a member of 'System::Data::SqlClient::SqlConnection' c:\windows\microsoft.net\framework\v2.0.50727\system.data.dll : see declaration of 'System::Data::SqlClient::SqlConnection' You should invoke the destructor, '~SqlConnection' instead What's the correct way to dispose a connection Thanks a lot... Center^ CenterMsSql::GetItem( int id) { SqlConnection^ conn; try { conn = ConnectionFactory::CreateConnection(); SqlCommand^ cmd = gcnew SqlCommand(GET_ITEM, conn); cmd->Parameters->Add( "@cntId" , SqlDbType::Int); cmd->Paramete ...Show All

  • .NET Development Shutting down network computers?

    I suspect that I once again have someone leeching of my Wireless router again and I can't connect and lock it for some reason. So I thought perhaps I could shutdown the computer who is leeching off my network As a lesson :P There are probably a lot of software out there that could do this but it would be nice to learn how I could create such software. really you need to implement security on your wireless router, such as disabling SSID and adding encryption as well as MAC Address filtering. This would all be done on your wireless router configuration page. In terms of developing it in C#, not entirely sure. you can shutdown a computer by using the Windows 2000 (I think or at least XP) and highe ...Show All

  • SQL Server Custom Assemblies Performance

    Hi, I'm using the same expression in different reports, I'm going to write e custom assembly so I'll have a single point where I can change the function Does anybody know if time performance will be worst ...Show All

  • SQL Server What system stored procedures have changed between SQL 2000 and SQL 2005?

    What system stored procedures have changed between SQL 2000 and SQL 2005 You can find all the changes (breaking, behavior, deprecated etc) from the link below:   http://msdn2.microsoft.com/en-us/library/ms143532.aspx   In addition, there are individual topics that addresses backward compatibility issue. Below are some examples:   Mapping SQL Server 2000 System Tables to SQL Server 2005 System Views http://msdn2.microsoft.com/en-us/library/ms187997.aspx   Compatibility Views http://msdn2.microsoft.com/en-us/library/ms187376.aspx   ...Show All

  • SQL Server Asymmetry in "Execute SQL Task"?

    Anyone know why the Execute SQL Task is only available under Control flow and not Data flow (At times it's a useful data manipuation task and I wish was available as a Data flow task as well.) Barkingdog ssis provides the ole db command data flow transformation component for sql-based data manipulation: http://msdn2.microsoft.com/en-us/library/ms141138.aspx ...Show All

  • Visual Basic c# to vb

    What is the vb code for this public enum NotifyIconBalloonIconFlags : int { NIIF_NONE = 0x00000000, NIIF_INFO = 0x00000001, NIIF_WARNING = 0x00000002, NIIF_ERROR = 0x00000003, NIIF_NOSOUND = 0x00000010 } This does'nt work Public Enum NotifyIconBalloonIconFlags NIIF_NONE = 0x00000000 NIIF_WARNING = 0x00000002 NIIF_ERROR = 0x00000003 NIIF_NOSOUND = 0x00000010 End Enum Remco You'll have lots of problems like this if you use an on-line converter. Our Instant VB C# to VB conveter produces the following (after putting the problem code in a method) - note the use of the hidden <event>Event ...Show All

  • Visual C++ Converting from C to .NET C and to .NET C++?

    Newbie here. Not sure I have lost track. But I am really confused now. I have a C program and have open it with .NET VS2005. Some conversion has automatically done and now it is successfully compiled under the .NET environment. However, the file is still remained as a *.c file. I am not able to use some .NET functions like Console::WriteLine. I supposed I need to further convert it to a *.cpp file What should I do to fully convert an ANSI C program to a full .NET C++ program Please enlighten me. I promise to grade your posting. Thank you very much. Hello, You are 100% correct. I need to tune my brain to think as you do. Stay tuned for more questions from me. Have a nice day. ...Show All

©2008 Software Development Network