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

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

rgreene_blizzard

Member List

Megadanz
Teo
stan_v
mapradeepkumar
GKNewYork
HashPlus
Saila
LProgrammer
StevePee
Vincent D. - Nolme Informatique
AndyHopcraft
oldolddba
bstearman
Discofunk
BLueDeViL
afung
Sean Laberee
Matthew Yang
panaconsultas
WordScript
Only Title

rgreene_blizzard's Q&A profile

  • .NET Development How to pass data from a dataset directly to SQL 7.0 in VB.NET?

    Hello, I have filled a dataset and would like to take that data and pass it to a sql server database on the network How can I accomplish this task Thanks, Rashar You can use a sqldataadapter to pass the data for you See http://samples.gotdotnet.com/quickstart/howto/doc/adoplus/UpdateDataFromDB.aspx ...Show All

  • .NET Development CoCreateInstance is called in VS 2005 and Multithreading, Urgent help !!!

    Hello folks or guys from MS can help, My code structure like the following using VC++ : CIrDlg::OnInitDialog(){ ..... m_pWaitForMessageThread = AfxBeginThread(WaitForMessage, this ); //create a thread ..... } ClrDlg::WaitForMessage(){ AxCOM::Class2 * pObj = new AxCOM::Class2(); //AxCOM is managed component; hRes = CoCreateInstance(clsid,NULL,CLSCTX_ALL,iid, reinterpret_cast < void **>(&pObj)); ...Show All

  • Windows Forms BindingList ListChanging event? Something equivalent?

    I'm using a BindingList<> in my data structure so that the list contents can be bound to a DataGridView. I'm also listening to the ListChanged event, in part because I'm trying to implement undo. The difficulty I'm having is with the delete events (where the change type is ListChangedType.ItemDeleted ). While it gives the index of the deleted item, the item itself has already been deleted at this point so it can't be retrieved in order to ...Show All

  • .NET Development Why is System.Net not available in my add reference list?

    Subject pretty much says it all. I'm using Visual Studio 2005 C# Express. I went to add a reference to System.Net and System.Net.Sockets, but they simply aren't there. I tried reinstalling/repairing the SDK, but to no avail. I can't find any reference to this problem by googling it. I'm completely confused as to why this namespace isn't present. All work is halted until this issue is solved, so any help would be greatly appreciated! Thanks, Jas ...Show All

  • Smart Device Development Capture Screenshot from a Form to a File

    I have created a free hand drawing board using cf2.0. It is simply allows people draw on the PPC screen and the board is actually a form. The question is, how can I capture the form's screenshot to a graphics object or image object. So that I can save the drawing to a file finally. Hi Alex,          Did u Solve ur problem. I had the same problem. If u solve it Ple ...Show All

  • Visual C++ Buliding BaseClasses in .net2003

    How can I build the base Class Library. I’m a C++ newbie, and I don’t know how to build it in Visual C++ of the .NET 2003. Thanks a lot!  I have to build BaseClasses to generate "Strmbase.lib" and "Strmbasd.lib". In the BaseClasses folder I have *.cpp and *.h files and a makefile. I don’t know how to build the project using "makefile"   Thanks ...Show All

  • Visual C++ ATL Server with precompiled headers (VS 2005 beta 2)

    Using the wizard to create the basic default ATL server application, I am able to build the solution and it works fine.  Now if I set a breakpoint in the isapi cpp file at the line: return theExtension.HttpExtensionProc(lpECB); and if I "go to definition" on theExtension.HttpExtensionProc (it opens atlisapi.h) and set a few more breakpoints in the  HttpExtensionProc(LPEXTENSION_CONTROL_BLOCK lpECB) member function... On debuggin ...Show All

  • Windows Forms Combo Box - Newbie Question

    I am very new to developing applications that use a db and can't quite quite figure this one out. I have two tables, employees and postions. On the form I have the employee's information and a combobox that displays the postions from the positions table. When I select the postion, I want the postion key to be stored in the employee table. How do I do that In access (of course with wizards) is a very simple thing to do ...Show All

  • Windows Forms Exchange 2000 Help (msExchMasterAccountSid)

    The msExchMasterAccountSid field is a nightmare.  I can set the fields value, but I can't undo it.  I can uncheck the flags in Active Directory Users in Computers via Visual Basic, but that does not clear out the msExchMasterAccountSid field. & ...Show All

  • SQL Server using package variables as parameters in Execute Sql Task

    Hi, I need to run an SQL command, in which one of the fields is based on the current time, represented as a string in a specific format. I used a script task to create the string from the current time, and store it in a package variable named "newDate". Later, in the execute sql task, I have the following update statement: "update table_1 set field_1 = " (OLE DB connection is used) and in the parameters mapping I set ...Show All

  • .NET Development Preserving Isolated Storage between Versions?

    I have a problem with an applicaiton that I have written to log time spent for a user. The application is designed to work disconnected, and caches a list of tasks the user can work on in Isolated storage, as well as writing work data there to synchronize when next connected. The problem occurs when I deploy a new version of the application. The app is deployed via ClickOnce, and set to update on startup. If the user connects after a period of d ...Show All

  • SQL Server How to copy SQL server logins from one server to another

    Hi all... I am in a process of copying all databases from a server to another. Both are running SQL Server 2000. First of all, I tell you that I could not use "Copy Database Wizard" option because of a lot of problems with it. By using DTS didn't work either. Finally, the only solution was to backup the database first and then to restore it back to the new server. In such a case only database logins are restored, but not associat ...Show All

  • Visual Studio Check in web service that are already under source control for VS2003

    At this moment we are upgrading web services, that are already under source control, from VS2003 to VS2005. The upgrade is successful, but when we want to check these web services in VS2005 is complaining that the *.asmx is already under source control and stops with check in of the other files. For a web service we checked the other files in with our source control manager and reopened the project. VS2005 do not notice that these files (app_cod ...Show All

  • SQL Server SQL 2005 SP1 SAP BW Datasource Error

    We are trying to test the XML/A provider datasource connection piece of SP1 and are receiving an error when we attempt to connect to our SAP BW 2004S SP7 server through a shared datasource connection string in VS 2005 reporting services. The error occurs when we attempt to use that datasource connection string when creating a new report. Unable to cast object of type 'System.Xml.Schema.XmlSchemaChoice' to type 'System.Xml.Schema.XmlSchemaSequ ...Show All

  • Software Development for Windows Vista Sample XPS documents

    Does anyone know where I can find sample XPS documents to view I've downloaded the WinFX runtime, so I should be able to view documents through Internet Explorer, I think. Now I just need some XPS to look at. Any help would be greatly appreciated. The XPS spec and the Open Packaging Convention spec packages include the spec in XPS .container format and the files can be viewed with the XPS viewer. You can dowload the spec packages at ...Show All

©2008 Software Development Network

powered by phorum