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

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

Rozee

Member List

Tim J.
Kamii47
Keith Farmer
Glenn Burnside
jerjer
wvsever
Kish_UNI
RabinLin
Madhu Gandhi
Kevin Dente
XNA Rockstar
prk
Brandon T Perry
keopsito
Jeff Williams
tarun_nagpal
HighTower
PedroCGD
SchallerJe
SquishyPBJMom
Only Title

Rozee's Q&A profile

  • Visual Studio Team System IIS version

    In the LDD. Is a specific version of IIS supported Hi Kevin, You can import settings from IIS versions 5.0, 5.1, and 6.0. However, application pools did not exist prior to IIS version 6.0, so attempts to import application pool information from earlier server versions using the wizard will result in errors. Here's links to the documentation that mention this (word for word): How to: Import ASP.NET Settings from an IIS Server http://msdn2.microsoft.com/en-us/library/ms181997.aspx How to: Import Settings from an IIS Server http://msdn2.microsoft.com/en-us/library/ms181998.aspx ...Show All

  • Visual Studio Team System Service Pack 1 error

    Error Unknown. The only thing of relavance i see in the event logs is this: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 10/3/2006 6:59:13 PM Machine: TEAM2 Application Domain: TfsGssInit.exe Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: TfsGssInit Process Id: 7816 Thread Id: 6552 Account name: P2P\TFSService Detailed Message: TF53013: A crash report is being prepared for Microsoft. The following information is included in that report: System Va ...Show All

  • Visual C# BindingSource Filter with textbox.

    Hi All! I have a question... How can I do filter the BindingSource and the TableAdapter under c# 2005 with textbox My database is mdb. Please help me! Thank's! Szia Monika! What I want: I have a table (for example personal table). I would like to upload the adapter (whit the all of the hits). The filter is the textbox. It's like query (in sql). ...Show All

  • Visual J# Save an Image in jpeg

    Hi, here is my problem: Im developping a J# program who will save image and reload it. I construct this program from an open source program written in java pure. So, I want to know how can I save in java.awt.Image object in jpeg format. Thanks for any help Hi, please refer to following thread from J# MVP- http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=279494&SiteID=1 let us know if it doesnt work for you or you have any questions. Thanks, Varun ...Show All

  • Windows Forms Strange Graphics Error

    I've built a WinForms C# app that implements MDI to allow multiple files to be loaded at once. Each form contains a tab control with 5 pages. All has been working fine until I added a custom user control to the first tab page. Now, if I open a file and leave it on that first tab page and then open a 2nd file, strange things start happening with the graphics of the application. I've taken two screen shots to better illustrate the problem: http://mwtech.com/downloads/personal/Strange_Graphics_Error1.jpg http://mwtech.com/downloads/personal/Strange_Graphics_Error2.jpg I'm thinking that the problem has something to do with the user control because the error does not occur if I first switch to another tab page of the open file. I wish I could ...Show All

  • SQL Server SQL Execute Task

    Hi how would you use a package variable in inline sql, is there a format utilized Are there any steps I need to take to do that I currently have the SQL Execute task inside a ForEach Loop container, which has the variable mapping for the ID that i need for the SQL Execute task. I just need to know the syntax to use parameters in my query in my task. here is the current code which doesnt work: INSERT INTO LAFProcess.ProcessList (WorkListID, CreatedOn, ProcessStartedOn, Status) SELECT WorkListID, GetDate(), NULL, 2 FROM LAFProcess.WorkList WHERE Status = 2 AND LoanApplicationID = " + @[User::LoanApplicationID] +" UPDATE LAFProcess.WorkList SET Status = 1 WHERE LoanApplicationID = " + @[User::LoanApplicationID] +& ...Show All

  • Visual Studio 2008 (Pre-release) wcf based sample for sync service

    Hi Rafik Thanks for the great example. I was actually looking out for a viable solution to implement sync feature with our product. Ours is a health care product and we need to make available the application and the data (partail content) to doctors who go to remote locations to visit patients. I was looking out for various options like SCOAB, SQL Merger Replication, etc.. finally got hold of the ADO.Net sync service, and I hope this would provide me with the right solution to for adoption. I initially had a look at the webcast from Steve, was pretty interesting and then was looking out for samples, which I could run through. then luckily happened to come across your samples, which were of great help. Rafik, do you also have a sam ...Show All

  • Visual C++ Problems by using _beginthreadex() in VS 2005

    Hi, I'm trying to make a C++ thread example to work with VS 2005 without any luck. My implementation attempts to create a thread within a class. A simplified version is: Header: #include <windows.h> //For multithread support #include <process.h> //For _beginthreadex() and _endthreadex() #include <iostream> using namespace std; class Receiver { public : Receiver(); unsigned __stdcall MyThread1( void * param); unsigned tid1; // thread IDs HANDLE hThread1; // thread handles }; Source: #include "Receiver.h" Receiver::Receiver() { hThread1 = (HANDLE) _beginthreadex(NULL, 0, MyThread1, ( void *) NULL, 0, &tid1); ...Show All

  • Windows Forms Minimize child form with parent form problem!!

    Hi, I have FormA and FormB, FormA is the main form and I have a button in FormA when click will bring up FormB. The problem is whenever I Minimize FormA, FormB doesn't minimize with it. Please help me on how to do that, makes FormB minimize with FormA. Thanks Jason In FormB ButtonClick SubForm frm = new SubForm() frm.Owner = this.Owner; // Maybe and only this will work frm.show Best Regards Misa ...Show All

  • Visual Basic PrintForm does not Install via ClickOnce Deployment

    PrintForm works on my development workstation in both IDE & the application EXE installed from ClickOnce site. However, on 2 client PCs, both running Windows XP, the EXE fails with "Could not load file or assembly 'Microsoft.VisualBasic.PowerPacks.Printing.PrintForm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified." During ClickOnce install: No errors. In fact, I can find no install log in C:\WINDOWS\Temp\Temporary Internet Files afterwards. No signing. No elevated permissions. gacutil finds Microsoft.VisualBasic.PowerPacks.Printing.PrintForm on my development workstation, but does not find it on a client PC. the e ...Show All

  • SQL Server Unpredictable queue order - PLEASE HELP !

    Hi There I am having alot of trouble with the order in which messages are being delivered, here is my scenario. I have a transaction action table : message 1 - xml schema A. message 2 - xml schema A. message 3 - xml schema B. message 4 - xml schema D. I have the following SP: BEGIN TRAN BEGIN DIALOG CONVERSATION SEND ON CONVERSATION message 1 BEGIN DIALOG CONVERSATION SEND ON CONVERSATION message 2 COMMIT AT the target i get message 1 in the queue first them message 2. But then i try this. BEGIN TRAN BEGIN DIALOG CONVERSATION SEND ON CONVERSATION message 3 BEGIN DIALOG CONVERSATION SEND ON CONVERSATION message 4 COMMIT At the target i get message 4 firs ...Show All

  • .NET Development Displays Excel worksheet in DataGridView

    How can I bind an excel worksheet data to a datagridview Im trying to load an excel sheet with numbers to my form, im trying to get as much of a look and feel as excel as possible. Hi Charles, Is there any alternative for updating data back to Excel. I tried using OleDbDataAdapter however it is not working as expected. Is there any way to create connection to Excel through Data Source Wizard Thanks, Unmesh ...Show All

  • Windows Forms Datagridview column header color

    I want to change datagridview column header color maintaining visual style enable. Thanks. Hi Danilo80, Could you describe the 'visual style' in more detail Though, try this: Choose the datagridview control. Then in the 'Property' window, there is a 'ColumnHeadersDefaultCellStyle' in which you can change the color, font etc. ...Show All

  • Smart Device Development in WM5.0 smartphone, how to attach JAD and JAR (Midlet) to the Outlook MMS composer?

    In smartphone 2005, Can I attach JAD and JAR files to the MMS composer of outlook I tried to do this using following code. I get a message that file format not supported. _stprintf(commandline, _T("-attach \"%s\" -transport \"mms\""), tempFile); if( ! CreateProcess(_T("\\windows\\tmail.exe"), commandline, NULL, NULL, FALSE, CREATE_NEW_CONSOLE, NULL, NULL, NULL, &procInfo) ) return -1; tempFile is the JAR/JAD I want to attach. Is there any way we can attach JAD and JAR and send through the outlook MMS composer Is Outlook 3rd party When I launch Outlook in SmartPhone2005, I get an option to send "Text message", "Ou ...Show All

  • Architecture Looking for guidance

    Hi, I am developing a ASP.net 2.0 web app in C#.I am going to use MVP pattern.I am designing,my domain model first.I have 2 questions.. 1. I want to use 2- way databinding,with gridview,for which I can use objectdatasource..should i create an objectdatasource object representing my domain,since my classes in domain wont follow pattern required by objectdatasdource.. 2...In MVP pattern,how to trransfer data from presenter to model..use a dto,or directly model classes.. thks As pyeung is saying you mean MVC. The main benefit of the MVC pattern is that you can change the view without changing the domain model. This is done through decoupling the view (of data) from the model. With this in mind, you can an ...Show All

©2008 Software Development Network