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

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

Speedlearner

Member List

BrendaL
marben79
Jeroen Bransen - J-Thread
Morna
fireGeek
GeoffMF
prasliv
DivideByNought
ScottRogersGBR
CindyG
Coconut1
Raven-X
SkySigal
Chuck LeDuc
BABSBINI
abcoura
Sean P. Mehrlander
polmau
MadsNissen
JeffM
Only Title

Speedlearner's Q&A profile

  • .NET Development Posting a DataSet from A Windows Form to a web server

    How would I go about posting a dataset from a Windows Form to a Web Application (.NET 1.1) The Windows Form I am using as an admin tool and I need to post the configuration data to a specified web server. If a DataSet is not the best option, I am all ears. You can create a Web Service in the web application and have a web method that takes DataSet as its parameters. From the Windows appilcation, take a web reference to that web application and invoke the web method sending the dataset. ...Show All

  • Visual Basic Get information from database

    Hello I was using Visual Basic 6 and when I want to get information from a database, I write: Dim Con As New ADODB.Connection Dim rst As New ADODB.Recordset Set Con = New ADODB.Connection Set rst = New ADODB.Recordset Con.Open "Provider=MSDataShape.1;Extended Properties='Jet OLEDB:Database Password=111';Persist Security Info=False;Data Source=D:\Programs.mdb;Data Provider=MICROSOFT.JET.OLEDB.4.0" rst.ActiveConnection = Con rst.Open "Select tab1.* from tab1 wehre tab1.Name='Example'" MsgBox rst.Fields("FileName") When I wrote that in VB 2005, it said about this line (MsgBox rst.Fields("D ...Show All

  • SQL Server Component Property Data Types - How to set?

    I have developed a component, and within ProvideComponentProperties I have added a property (reflected code)-       IDTSCustomProperty90 property1 = base . get_ComponentMetaData (). get_CustomPropertyCollection (). New ();       property1 . set_Name ( "Seed" );       property1 . set_Description ( "The first row number." );       property1 . set_Value ( 1 );       property1 . set_ExpressionType ( 1 );       property1 . set_TypeConverter ( typeof ( Int32Converter ). AssemblyQualifiedName ) ...Show All

  • Microsoft ISV Community Center Forums Client to SSAS

    I would like to know How I can use OWC11 with ASP.NET 2.0 because the past version we only put the control en ASP.NET page and working, How I can do that with a new version Thanks for your help Flavio are you know how I can use OWC11 with ASP.NET 2.0 because when I try select a control this are disable it's possible use similar last version of Visual Studio 2003 ...Show All

  • SQL Server backup on remote computer

    Hi How can i make backup on the other computer. 1. SQL computer is express edition, and computers are in workgroup 2. SQL computer is express edition and is not on domain, and backup computer is on domain. thanks alex Hi, you can simply make a backup by connecting to the server and issue a backup command LIEK BACKUP DATABASE (...) the exact syntax can be found in the BOL. if you want to store the backup file on a network share you have to priviledge the user connecting to the SQL Server for writing to the backup directory. The easiest way would be to allow guest or everyone access, the mor ...Show All

  • Windows Forms Tab Control Data Loss

    I have a data form that has controls in the top portion of a form and then also controls divided on a tabs in the bottom portion. If I put text in the control manually it works fine. If I put the text in programmatically and then click out of the tabbed section I lose the data I entered programmatically. If I type in the tab&nb ...Show All

  • Visual C# Windows Services - Is there any code that cannot run in a service?

    At startup, I need to check the status of a variable on my systems. First I tried using task scheduler to launch the code at boot, but it didn't work, so I am now looking into just writing a windows service. The idea is, I launch a dos based utility to check the stauts of the variable (I cannot check it directly it is proprietary), storing the status in a registry key. After the utility completes, I read the key. If the status is correct, I want to check the time. If the time is within a certain timeframe, it should launch a seperate program. The service seems to start ok, but as soon as it goes to check the time, it stops working. Code ...Show All

  • Visual Studio Team System named instance of SQL Server in beta refresh

    Is this supported Will it be supported in the final release Thanks Deployment to a named instance of SQL Server is not supported in Beta 3 and will not be supported in the final release. ...Show All

  • SQL Server SSMS Express: Creating Parent-Child Table via LEFT OUTER JOIN - Error Message 156

    Hi all, I got an error message 156, when I executed the following code: ////--SQLQueryParent&Child.sql---//////// Use newDB GO ----Creating dbo.Person as a Parent Table---- CREATE TABLE dbo . Person ( PersonID int PRIMARY KEY NOT NULL, FirstName varchar ( 25 ) NOT NULL, LastName varchar ( 25 ) NOT NULL, City varchar ( 25 ) NOT NULL, State varchar ( 25 ) NOT NULL, Phone varchar ( 25 ) NOT NULL) INSERT dbo . Person ( PersonID , FirstName , LastName , City , State , Phone ) SELECT 1 , "George" , "Washington" , "Wash ...Show All

  • Windows Forms Checking for file as boolean

    I've just written a window application that reads a file in the bin directory, and then writes the information from that file over an existing file in another folder. What I want to know is if there is a way to check the folder I am writing to for a certain file and only write to that folder if that file exists in that folder.  ...Show All

  • Software Development for Windows Vista WWF Beta 1.2 not installing properly

    Hi, I tried today to install WWF Beta 1.2. However, after starting the setup, accepting the EULA, checking all 3 boxes, and selecting Install the GUI goes immediately to the final page telling me that the installation was succesful. However nothing is installed. I have the VS2005 RTM version/Windows XP SP2. The log file stops at [11:51:45 AM Error] c:\depotsetupv2\private\common\setup\wizard\exe\progressdlg.cpp(1109): FAILED hr = 80070422 === Logging stopped: 11:51:47 AM Tuesday, November 15, 2005 === Any clue on this will be appreciated. Thanks Doriak Finally i got it installed. The installation did no ...Show All

  • Visual Basic Current Record

    Hi, How can I display the current record info(Record X of XXX) in a ADODC control Is it possible Greatly appreciate your suggestions and feed back. Struggling to teach myself. KPLG yes this is possible... WHy are you using ADODC If you are just learning I would strongly suggest using ADO.Net technology with the 2.0 framework which inludes nice controls such as bindingsource and bindingnavigator which will go along way in your learning ADO.NET ...Show All

  • Visual Studio Tools for Office Range name errors on Sheet1_.Designer.vb

    I keep getting errors in the sheetx_.Designer.vb Error - 'MyRangeName' is not a member of 'MyWorkbook.MySheet1_'. These error are in Sub InitializeComponents() CType(Me.MyRangeName,System.ComponentModel.ISupportInitialize).BeginInit() .... and at the .EndInit() I am unable to find a way to correct these errorr. The same range names keep coming up. Any suggestions. Dave Hi Dave. Do the ranges that are giving errors actually exist on the Worksheets Did they exist and then they were deleted If so, how were they deleted If they do not exist on the Worksheets, can you try adding t ...Show All

  • Windows Forms transfaring code from one language to anther one!

    Hi , I have to transfer a big program implemented in visual C++ to ASp. Someone told me that i can use C# to solve my problem by compiling my programe in C# .NET and then use it as ASPX .And he told me that i don't have to understand the code and transfare it handly. Is that true   Please tell me all you know about this essue i ...Show All

  • Windows Forms Top-level forms

    My project uses two forms: the first form (frmLoading) appears at the starting of the program. Then I need to close "frmLoading" and to show "frmMain". I use this code to show "frmMain". frmMain* frm = new frmMain(); frm->Show(); And to close "ftmLoading" I use: this ->Close(); But when frmLoading closes, frmMain closes too. And I want to forbade the closing of frmMain, when I close frmLoading. How can I realise it Where did you made this call this ->Close(); -chris ...Show All

©2008 Software Development Network