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

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

FabioTv13

Member List

Duncan Stewart
nick block
Mohamed Harris
Irenej
SQL 2005 Error
woom
Codemachine
KirankumarC
jim_wizware
ddubya
DanM72
BigBoom
Dougal
idjones
Darren France
gchafee
Michael Thomas
chi2king
Matthew Yeh
Andres Alos
Only Title

FabioTv13's Q&A profile

  • Visual C# Loading html into an object

    I need a way to convert a full web page I have in a string variable into an object like the IE Dom so I can get values out of cells in the tables on the web page. I am using VS 2005 for Software Testers (VSST). What I am testing is dynamic and I can't get away with direct record and playback. (As if anyone ever can) What I need to do is post information to the web server and then get out of the response some key information that needs to be used to create the next post . To post to the web server the test software uses the WebTestRequest object. To get data out of the response you use an Extraction Rule. The test developer (me) can cr ...Show All

  • .NET Development Problem with transactions

    Hi, I am using VB.NET with ADO.NET. I am having a problem with transactions :    I can't read from a table that i am updating in a transaction.  I have tried to change the IsolationLevel, but it is always the same. To make it more clear : While user1 is updating a table (within a transaction), user2 is unable data from that table (not the old or new data). What am i doing wrong Txs in advance Timpie Timpie, Once User1 starts modifying rows, those rows are locked.  By default, User2's query to retrieve those rows will time out if the transaction is still active. 1.)  Minimize ...Show All

  • Visual C++ Showing my own minimized windows

    Hi I want to show ONLY my own top-level minimized windows. How can I get this Thanks This forum is meant to address general IDE questions. Win32 programming questions should be directed to the Win32 programming newsgroups. In fact there is a newgroup dedicated to UI issues such as yours. http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.ui&lang=en&cr=US ...Show All

  • Visual Studio Express Editions Tool Strips, Text Box Focus and Accept Buttons

    I'm working on a program that uses the Tool Strip to access data in my dataset. First, I'm trying to save keystrokes by having the cursor start focus( ) in the text box of my tool strip, so I can start typing without having to mouse click there first. Any suggestions Second, on the Forms property there is the property to choose a button to execute when the Enter key is pressed. I'm unable to figure out how to set that so the button on my tool strip will execute when the Enter key is pressed. Any suggestions I have to access the stuff in real time, quickly, so I'm trying to save every keystroke I can. Eventually, I intend to go to s ...Show All

  • Visual Studio Default "can grow" properity

    Hi All, I found that the default "can grow" in Crystal Reports 10 is different from the one in Crystal Report 9. In version 9, when "can grow" is disable, the words in the field are chopped off and doesn't not warp around to the next line. In version 10, when "can grow" is disable ,the text would overlap the field next to it if the text is too long, to make it field behave the same as version 9, I have to enable the "can grow" property and set the limit to 1. I am wondering if I can change the default "can grow" property to behave like version 9, so that I don't have to go to e ...Show All

  • Visual Basic System.IO locking my files preventing another Sub to run properly

    Once I get to this point and call this function below, I get a lock error on the incoming .mnt and .naf files that it tries to move.   here's my entire code: http://www.webfound.net/allcode.txt Here's the Error System Error Information: The process cannot access the file because it is being used by another process.Place: 6 System.IO.IOException: The process cannot access the file because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.__Error.WinIOError() at System.IO.File.Move(String sourceFileName, String destFileName) at HEDI2.Module1.MoveInputFiles() in Y:\ine ...Show All

  • Visual C# dataset table row into an arraylist

    How to put a list of rows from dataset table into an array I tried with this code but it doesn't help. ArrayList arrayList = new ArrayList(); foreach (DataRow dr in db.dataSetUsers.Tables["Functions"].Rows) { arrayList.Add (dr["Name"]); } Hi, Simplest option..Just call a Select on the DataTable with a blank string for filter. DataRow []arrDataRow = null ; arrDataRow = db.dataSetUsers.Tables["Functions"]. Select("");   This will give u an array of rows. (not an ArrayList) Regards, Vikram ...Show All

  • SQL Server Linked server distributed query doesnt work

      Hi,  The distributed query seems to work on the management studio of the server where I have linked the other server to but not accross the network on other management studio with the same impersonated logins. The error I get is.   OLE DB provider "SQLNCLI" for linked server "usbo-sql01" returned message "Communication link failure". Msg 10054, Level 16, State 1, Line 0 TCP Provider: An existing connection was forcibly closed by the remote host. Msg 18452, Level 14, State 1, Line 0 Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. ...Show All

  • Visual Basic Stopping Alt+Ctrl+Del

    Hi all I'm writting a program for public payable networked computers for playing games. I've got the server/client billing and other stuff like that done. Problem is, when my program boots up, it displays a full screen form (on top of everything), which holds the login/programs they can use/play. I've managed to remove the Alt+Tab, Alt+F4 and other key combinations like that.  Although, i'm finding that Alt+Ctrl+Del still brings up task manager no matter what i do. I have a solution, that on program startup, it renames taskmgr.exe, (and the backup in dllcache), and it works (Doesn't launch taskmgr),  however, there is a window ...Show All

  • Visual Studio Tools for Office Manipulate Bookmarks @ Server Side

    [Using VSTO 2005 Beta 2] I am looking for a way to change text within Word Bookmark controls at the server. I am aware of accessing the Cached objects within the Word Manifest and for instance fill a Cached Dataset with the information that I want to show in bookmarks. What I would like to know is if it's possible to change bookmark information directly using a ServerDocument. The Other thing, is it possible to databind Bookmark controls to a cached data object so that changing data in the cached object is enough to change de bookmark contents The reason for all of this is that the information is at hand at the serverside and it is needed t ...Show All

  • .NET Development WSE 'Bad Key' Exception

    This error has been driving me mad for weeks...Hope someone can help me out here...Thanks in adv... I am sending a soap msg encrypted using WSE 2.0 sp2, while the 'bad key' exception just keep coming out. I thought it has something to do with the certificate permission for the ASPNET accout which is generated by the .net framework automatically after it starts. However, the error still exists after I added the Read permission for that ASPNET account to the certificate used for encryption. help..... Hello Jahanzeb, Did you create a certificate using the switches below makecert -sk MyCustomCert -sky exchange -r -n "CN=My Cust ...Show All

  • .NET Development WebService not found when acessed via reverse proxy

    I've a WS running OK as http://localhost/MyWS/MyWS.asmx It can be acessed on intranet. I've configured a reverse proxy to access my intranet resource through Internet, like this: http://internet.domain.com/my --> http://localhost/ So I access succesfully http://internet.domain.com/my/MyWS/MyWS.asmx using IE. But when I acess using C# code I get System.Net.WebException: The request failed with HTTP status 404: Not Found. exception, although code builds URI object correctly. Any help on this will be very appreciated. Thanks in advance. Eugenio Have you set correct the Proxy propety of your webservice cli ...Show All

  • SQL Server Report subscription and Failure sending mail:

    I am using Reporting Services 2005. SP1 is applied (version 9.0.2047). I configured one of the reports with subscription and sending report via email. I used Report Manager to setup the report subscriptions, but I get the following status message: "Failure sending mail: The Report Server has encountered a configuration error; more details in the log files" The log file contains the following: ERROR: Throwing Microsoft.ReportingServices .Diagnostics.Utilities.ServerCo nfigurationErrorE-xception: The Report Server has encountered a configuration error. See the report server log files for more info ...Show All

  • Windows Forms [C#]DataGridView howto sum cells

    For example, in my grid cells, i write some numeric value: col1    col2   col3    col4  Total 1.5      5.5         6      7          How can i obtain the sum of that values in column "Total" considering that my rows and my column are generated at runtime Works perfectly :) Only need to use an array (for my scope) of decimal: private decimal[] d; ........ d = new decimal[31]; for(int count = 0; count < myVariable; cou ...Show All

  • Visual Basic WebBrowser Control

    I am having a problem with Microsoft Visual Studio 2005 (Version 8.0.50727.42 ) and .Net Version 2.0.50727) using the WebBrowser control. I get same error when using either the RSSReader sample or the MSDN SimpleBrowser sample. The error is that I cannot navigate to any URL - there appears to be an error in connecting to an ActiveX control on my PC .... WebBrowser1.Document.Domain contains the error text - {"Error HRESULT E_FAIL has been returned from a call to a COM component."} Anyone have a fix for this or a suggestion Thanks Tim, can you give a call stack for the exc ...Show All

©2008 Software Development Network