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

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

hellomcv

Member List

Xing Zhou
TomHope
allen herring
Christan
Wanel
Kryor
gheese
Troels Gram
albertvanbiljon
Guk
Oskar Gotte
clientserver
tReXx
Pharaoh Atem
eferreyra
kaebischer
Mustapha64925
Joe Conaty
Naresh27796
mul2006
Only Title

hellomcv's Q&A profile

  • Visual Studio Reportviewer doesn't print first time I click print button

    I use a WindowsForm Reportviewer. C# 2.0 I generate the report and all is OK but when the user try to print (print button in toolbar), the application open the printdialog, I select the printer and press Ok. But the application doesn't generate a document. When I try again, all work fine. If I close the application and restart, occurs the same (first doesn't works, second works, all time works). somebody have any idea Thanks form Spain.               Are you using the RTM version of the controls and of the 2.0 framework   We saw iss ...Show All

  • Windows Forms Use DataGrid to display simple Excel Table?

    Hi everyone, I'm starting to use VB.NET i figured it wouldn't be such a bad transition after all the VBA in Excel and a some in Access i've been doing.  But i'm getting stuck with all these components available. Two questions: 1)  To display a simple table in excel, one where there is a header on the top (2 headers actually) and the first&nbs ...Show All

  • SQL Server Working with Linked Servers

    Hi, Iam new to exploring the linked servers of MS SQL SERVER 2000, and i had created linked server (Oracle DB) and trying to insert record into linked server whenever a new record is inserted into a SQL Server database table. For that reason i have created the below described trigger. CREATE TRIGGER TEST_TRIG ON ORACLE_TEST FOR INSERT AS DECLARE @EMPNO VARCHAR(10) DECLARE @REMAKR VARCHAR(30) SELECT @EMPNO = (SELECT EMPNO FROM INSERTED) SELECT @REMAKR = (SELECT REMAKR FROM INSERTED) SET XACT_ABORT ON insert into sedco5..APPS.TEST_TIME values (null,@EMPNO ...Show All

  • .NET Development .net remoting issues...

    Hey everyone, I have a asp.net 1.1 app that is using .net remoting to create a remote object and send data to it. It work just fine up until a certain point. That point is when I try to connect to a computer in a completly different location (i.e. a different businesses computer that has my app installed on it). I get this error: The underlying connection was closed: The remote name could not be resolved and after some research I have found that it is obviously a proxy error. I dont really understand that whole flow of events that take place when a http request is flying arounf the world so could someone maybe help ...Show All

  • Visual Studio 2008 (Pre-release) assembly reference

    The type or namespace name 'Design' does not exist in the namespace 'System.ServiceModel'(are you missing an assembly reference ) This namespace has been removed from the Feb CTP, see: http://blogs.msdn.com/mahjayar/archive/2006/02/22/537587.aspx . ...Show All

  • .NET Development Deleting lines from Text File. - after a specific charater has been met.

    Hi, I'm using VB.NET 2003, and I would like to know if it's posible to read a file, line-by-line, and then after a 5, or more consecutive (-----) character has been met, it must delete all the line till the end of the file. Thank you... You will have to read charachter by charachter not line by line. And yes of course it is possible, whit kind of framework would .NET be if you would not be able to read a file ...Show All

  • .NET Development Retrieving Image with Html using HttpWebRequest

    i have been trying to retrieve the contents of a web page via HttpWebRequest and send the display (Response.Write) to a client browser. the html contents are being displayed properly but the images are not there. even the httpWebResponse.ContentLength shows the length of html content only.  i have also tried increasing the ServicePointManager.DefaultConnectionLimit   to 100 but without any result. someone plz tell me how to retrieve the images along with html using HttpWebRequest so that the page displays properly. Thanks in advance. Amiya. This has nothing to do with HttpWebRe ...Show All

  • Visual Basic Calling a Java Class from VB

    Hi, I am a new bee for VB. I wanted to know how to use the java Class from VB6. Coud any one help me. I am getting error message for the following code. When I run this code I am geetign the following error at Line 4 as ( Runtime Error '91': Object variable or Block variable not set. ). This working fine in VB .Net. But in VB 6 it is not working. I tried in different PC also having the same error.         Dim retValue As String       Dim Y As Object       Dim X As JG.JUtil   &n ...Show All

  • Visual C++ Migrating a VC 6 Project to VC 8 (aka VC 2005)

    Dev Environment: VC 8 version 8.0.50727.26 (RTM.050727-2600) OS: Win XP Pro I am migrating a VC6 project to VC8 and I'm getting an error that doesn't make a lot of sense.  First of all, the project builds fine in VC6 - no errors, but of course, some warnings.  The project uses STL heavily so that some of it (not all of it) can be built on different OSes.  After fixing 700+ errors from the initial attempt to build (mostly due to new and better C++ conformity and MFC changes in VC 8) I am now down to one error(!) and I'm stumped.  Here it is: c:\program files\microsoft visual studio 8\vc\include\istream(842) : error C224 ...Show All

  • SQL Server SQL Instalation Error!!!

    hello everyone, it's first time for me to write here and also to use SQL. While i was installing SQl 2000 i got Setup Message said: " Microsoft SQL Server 2000 Enterprise Edition server component is not supported on this operating system. Only client component will be available for installation." Hope to know what's wrong, and please guide me. Thanks alot ...Show All

  • Visual Studio Team System The Local Security Authority Cannot Be Contacted

    After installing a Team Foundation Server (beta 3 refresh, single server, in a domain, on a virtual server). The server is up, and all works fine for 3 client systems we have. I have setup 2 projects so far... no problems. But I have one machine that cannot talk to anything on the team server anymore. It is a laptop. Yesterday when I first installed the vs 2005 team suite trial and team foundation client software, all was fine on that system. It was connected via LAN to the network, and is a member of the domain. I log in using the same user account that my desktop system uses (which is one of the 3 clients we have no problems with ...Show All

  • Software Development for Windows Vista Data Activites missing - UpdateDate SelectData WaitFoData WaitForQuery

    Hi Everybody, I have installed the latest version (Beta 2 and 2.2) of the WinFx Runtime Components 3.0 Beta 2 and Visual Studiao 2005 Extensions for Windows Workflow Foundation Beta 2.2 and the Data Activities are missing. I have searched for the dll and it does not exist. I have also tried three different machies and the Data Activities are missing. No other activities are missing. I have created datasources in the hope that they might appear when a valid datasource exists. Can somebody please give me some light on this issue. There is a beer in it for the person that help me solve this issue. Thanks greatly, Russ. ...Show All

  • Windows Forms Added unbound grid rows are blank

    Added unbound grid rows are blank I have a master-child relationship.  The master are unbound controls, and the two children are grids. The column names and types I created in the columncollection. When I save the master, values automatically go into the grid columns and saved.  They appear in the grid and are updated correctly to the database. If I add another row, it's values appear in the second row.  However, the first row's contents become invisible.  Same for each subsequent row.  However, when I save each row, it is updated correctly in the underlying database. How can I get the values to stay visible wh ...Show All

  • Microsoft ISV Community Center Forums Read data from excel through VB.NET

    Hi friends, I need to read symbols(like ALPHA,BETA,MEU) from excel and show it in a data grid through VB.NET.Later insert it into Oracle 8i DB. I am able to read entire data but i am getting 'a' instead of ALPHA symbol and 'b' instead of BETA symbol. I am querying excel via OLEDB provider.The following snippet is using for accessing excel. Dim MyCommand As System.Data.OleDb.OleDbDataAdapter Dim MyConnection As System.Data.OleDb.OleDbConnection MyConnection = New System.Data.OleDb.OleDbConnection( _ "provider=Microsoft.Jet.OLEDB.4.0; " & _ "data source=" & ExcelFilePath & "; " & _ "Extended Properties=Excel 8.0") ' Select t ...Show All

  • Software Development for Windows Vista Workflow Runtime SqlPersistance and App-Domains

    Each one one of my workflows will be hosted in an app-domain based on their type (Each will be loaded remotely via fusion and each will have its own config file). The workflow runtime will be loaded into each app-domain. My question is if I use the persistance store the workflow will be pushed into the db. What happens if my process dies thus all app-domains die When I come back up I can check my own db tables to see I need to create the app-domains again and re-init the workflow runtime in each. how do i ensure those workflows that were running at the time it died come back into the appropriate app-domain Basically is the workflow bo ...Show All

©2008 Software Development Network