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

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

Skippy1313

Member List

malhar
Derek Nedelman
cbpd86
Paul Pavlinovich
SP534
XImplosionX
Ken98045
mshvw
furjaw
Josh Smith
LoSko
Quirk
Ted12893
Rick1138
Frank Uray
UltimateSniper
Joe Rattz
Joseph Stalin
Sonia2
Buddhist
Only Title

Skippy1313's Q&A profile

  • SQL Server How can i transfer a database from Access to Sql Server 2000?

    Hy , How can i transfer a database from Access to Sql Server 2000 Exactly : i want to transfer a .mdb into .mdf, and i want to keep the structure of .mdb, a structure which have tables, queries, macros, modules... When i start the transfer with Data Transformation Services ( DTS- Import Data ) , i can see that DTS shows me only tables and queries. At the end of transfer, in my .mdf database, on server, i have only tables, without queries, macros, modules. My question is how can i transfer the queries and macros ( exactly how are in .mdb ) to .mdf database Thanks in advance for any advice.. Emanuel. SQL Server surely won’t transform macros, forms, and modules because it doesn’t have the e ...Show All

  • SQL Server Div encapsulating Report

    I have a problem with my reports after upgrading to SSRS 2005. Some of our reports are now wrapped in divs that generate there own scrollbars. This is a problem because our customers have to print via the IE print button (because they cannot download the activex object required for the print in the SSRS toolbar) and when they print they get a single page with scrollbars printed on it Any help anyone could give in solving this problem would be apreciated thanks a lot tom ...Show All

  • Visual Basic email to send in html format !

    I have to use only visual basic 6. Want to send email in html format. Any code please use xp_sendmail http://msdn2.microsoft.com/en-us/library/ms189505.aspx ...Show All

  • Smart Device Development How to call WebService with SSL client certificate authentication

    I am trying to call a webservice that uses SSL certificates for authentication. On the compact framework, the ClientCertificates property is not supported, so calling the webservice gives an exception "Could not establish secure channel for SSL/TLS", and the inner exception is "Client certificates are not supported". I am trying to find a work around for this, but I haven't had much success. Any ideas are greatly appreciated! Hi, I have same problem, looks my thread and if you have lucky with me source code, please send me your solution. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1087788&SiteID=1 thanks. ...Show All

  • Windows Forms AcceptButton problem

    I have a dialog window with some buttons. Button2 is my CancelButton and have the DialogResult set to Cancel. Button1 is my AcceptButton but I have set the DialogResult to None because I don't want this button to close the form. I only want it to be affected every time I hit the ENTER or RETURN key. When I click another button on the form and after that hit the ENTER key, the AcceptButton is not affected. How do I get it to allways be affected when I hit the ENTER key I read something about using eventhandlers for keyUp events for other buttons to "guide" the keystroke back to button1_click event handler. Do I have to make keyup eventhandler for every other button on the form to make ENTER key allways affect button1 or ...Show All

  • .NET Development How can I fix this Error ?

    I use ODBC to connect to Excel file and when I insert or update data on that file I get the following error. I am writing Windows App. Error[HY000][Micorsoft][ODBC Excel Driver] Operation must use an updateable query I have checked sql command text. It OK. Please help me solve this problem ! Thanks in advance ! Add ReadOnly=false to your connection string like this: "driver={microsoft excel driver (*.xls)};dbq=D:\Study\Delphi\Check\Excel Files\MemberList.xls;ReadOnly=false" ...Show All

  • Windows Forms DataGridView EditingControl.KeyUp event strange behaviour

    I am trying to capture datagridview cell KeyUp event while in CellEditMode. This I achieve using the EditingControlShowing event, where I add handler to e.Control.KeyUp event. This whole thing works well, except for one particular situation. Example 1: After pressing any letter (lets say letter 'g', cell KeyUp event is raised. After that, if I press Keys.Down key, cell KeyUp is again raised, as it should be. This all works well Example 2: I press F2 to go to edit mode (or call BeginEdit method, I believe they do the same thing). If I press Keys.Down at this point, cell KeyUp is NOT raised. But if I continue with steps from example 1, two events will be raised, as expected. The question is, why is KeyUp event not raised if there was no entr ...Show All

  • Visual Studio Express Editions Adding more than one record

    I can't seem to add more than one record at a time. If I want to add another record after the last record added, I have to go out of the programme completely and re-run my programme. If I don't, an exception is thrown, any ideas why this is happening Here's my code below: Private Sub btnSave_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click Dim newVenueRow As WhiteboardDataSet.VenueRow newVenueRow = Me .WhiteboardDataSet.Venue.NewVenueRow() newVenueRow.VenueName = txtVenueName.Text newVenueRow.description = txtDescription.Text Me .WhiteboardDataSet.Venue.Rows.Add(newVenueRow) Try Me .Validate() Me .VenueBindingSource.EndEdit() Me .VenueTableAdapter ...Show All

  • Windows Forms How To Add Labels & Textboxes To WinForms As We Did In VB 6.0

    Hi PPL, plz let me know how to add Labels & TextBoxes To WinForm In DesigTime As We Did in VB 6.0. for Ex. DataEnvirement1----- Connection1----- |----1. Select Or Enter DataBaseName | |___ C:\Program Files\Microsoft Visual Studio\VB98\BIBLIO.MDB |--- Command1------- | ^ |___ Select Sql Statements | |------ Select * from Authors; |--------- if we Drag & Drop the Commad1 on the form this will Create the Labels & Text boxes with name & caption properties set to the controls. Hope Some One Will Help Me On This. So ThnX In Advance... Regards Sonal :) From the main menu select Data...and then Show Data Sources...this open the data sources window.. ...Show All

  • Visual C++ Permission Denied

    I'm a student working in a computer lab at college. We've recently installed Visual Studio 2005 in one of the labs, and have encountered a problem. Under the public user account, when someone opens Visual Studio and attempts to create a C++ Project Workspace using the Project Wizard, after all options are selected and the Wizard attempts to create the Project, an error message pops up saying Permission Denied (No other information in the error message) and the project is not created. This problem only occurs when using the Wizard to create the project, if they select the appropriate project type from the list instead of using the Wizard, it is created without any errors. There are no errors when working under the admin account. Any ...Show All

  • Visual Studio Express Editions draw to picturebox image surface

    I am new to VB 2005 and would like to ask for help on the subject: whilest this seams to be an easy problem, considering all the forum traffic on this topic with its expert advice covering large amounts of extra capability - question - "I have set up a form that includes a picturebox. Lets assume that all I would like to do is write a single color pixels, preferably pxl(R,G,B), into the picturebox image surface at an (x,y) location" I am wide open for methods but would prefer to use an 3D array like ImgAry(,,) to draw and than pass that array containing color pixels to the form preferably to the pixturebox image 'surface'. Having coded the application in MatLab all 'pixel producing' algorithms are in place. The ima ...Show All

  • .NET Development scavenging?

    What is scavenging When server running your ASP.NET application runs low on memory resources, items are removed from cache depending on cache item priority. Cache item priority is set when you add item to cache. By setting the cache item priority controls the items scavenging are removed first. ...Show All

  • Smart Device Development Why can't I ping outside of the Emulator?

    Hello All, I have tried to ping the IP and hostname of the Vs2005 Arm Device Emulator without any trouble but I can't seem to ping even the machine the emulator runs on. I get PING: transmit failed, error code 11010 Any thoughts would be appreciated :) Bob Hanson barely really used the emulator, my development has mostly been targeted at three specific devices I have on hand, haven't had this experience when I did use it ... but I'd be curious, have you tried the wince emulator do you get a similar outcome ...Show All

  • Visual Studio Express Editions Problem Adding DLL to C# Project

    Hi, I wrote a simple dll in C++. I am trying to add it to a new C# project but I get this: "A reference to... could no be added. This is a not valid assembly or COM component. Only assemblies with extension 'dll' and COM components can be referenced. Please make sure that the file is accessible , and that it is a valid assembly or COM component" The file I'm trying to add called: Worker_Class.dll Please help, what could be the problem Iram Make sure you declare your DLL export like this: extern "C" void __declspec(dllexport) DoWork(void) The 'extern "C"' attribute prevents the C++ compiler from mangling the symbol. The '__declspec(dllexport) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. and then, it ALL broke!

    Hi fellow XNA'ers, Has anyone else had problems with XNA 1.0 I have just installed it (after uninstalling Beta 2) and pretty much every project is broken. I'm getting stuff like this... in Program.cs there is the line:- using ( Game1 game = new Game1 ()) Which on one of my projects generates the following error:- Could not load file or assembly 'Microsoft.Xna.Framework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f48fa5f25d27e8ff' or one of its dependencies. The system cannot find the file specified. I have another project that has generated many similar to this but others telling me things like Error 11 Argument '1': cannot convert from 'Microsoft.Xna.Framework.Matrix [c:\Program Files\Microsoft XNA\XNA Game Studio Ex ...Show All

©2008 Software Development Network