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

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

EGutierrez91

Member List

sparkdog
Rich Tebb
djshades2004
hieu.nguyen
BarataMota
2006
Phil026
fscarpa58
Hrishikesh
Hyde
Daniel_laksjdhfg
justom
Espo4Life
sai ravi
iftekhar
baobab
rockowpb
041661K
vsnetdeveloper
Daniel Coleman
Only Title

EGutierrez91's Q&A profile

  • Visual J# Vj# 1.1 based Zip Extraction...

    hi All, I have created a tool for my company which is predominanlty in C# and the application downloads a ZIP file from the internet. This is were I use VJ# because I guess it is easier to use VJ# for extracting the file. If I run my application on my DEV machine, the application runs so smoothly and it is able to extract the files according to the logic. But if i run on another machine, It does not. I have installed the Vj# redristibutable. Can anybody give me pointers on where this could go wrong... Many thanks, Shankarr Hi, The Exception Message says :    "The Type initializer for java.io.File threw and exception. The exception is triggered when the I am trying to initialize a Zip file ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Xbox Live Arcade "Standards" ???

    Does anyone have any information about the required "standards" for an Xbox Live Arcade game For example, most arcade games I've downloaded appear to have the following 6 standard menu options for their splash screens (in order)... 1. Single Player 2. Multiplayer 3. Leaderboards 4. Achievements 5. Help and Options 6. Return to Arcade (For trial versions, there is also a 7th option, Unlock Full Version, or something similar. Also, I'm assuming Multiplayer is optional; non-multiplayer games obviously don't need it.) What other requirements are there Where can I find more information about this Thanks! Robin, that's pretty cool :-) thanks for putting it together. I actually had an item in Conn ...Show All

  • SQL Server Using FreeTextTable Conditionally

    Hello all! I have a stored procedure that accepts a parameter @SearchTerm that may be null. In my WHERE clause, I check for all records where @SearchTerm is null, or are LIKE '%' + @SearchTerm + '%' when not null: SELECT (some records) FROM (some tables) WHERE @SearchTerm IS NULL OR (some fields are LIKE '%' + @SearchTerm + '%'); I am trying to use FTS with a FreeTextTable to make our search ability more robust: SELECT (some records) FROM (some tables) JOIN FreeTextTable(tableName, columns, @SearchTerm) ft ON ft.[KEY] = tableName.[KEY] However, because @SearchTerm can be null, meaning the user is not filtering our records by a search, doing a JOIN to a FreeTextTable throws an error (cannot have null as search string). Ple ...Show All

  • SQL Server SQL Backup hangs, server freezes

    We have SQL 2000 running on Server 2003. The server has 4 GB RAM, RAID 1 and has the /3GB switch in Boot.ini. We have 6 databases, the largest is about 14 GB. Until recently I could use Enterprise Manager to perform database backups to a folder on the same server but now the operation fails. After selecting the location for the backup and clicking OK, the hard drive light comes on but goes out after 15 - 30 seconds. The progress bar does not move. I've waited and waited but nothing further happens and the server doesn't respond. The only solution is to push the power button and let the server re-boot. Very occasionally the backup will run for a minute or two and the progress bar might get to about one third of the way across, (in which cas ...Show All

  • Windows Forms How to set Text to DataGridViewRowHeaderCell dynamically?

    Hi, there: I would like to set row header text from a dataset (or other collections) but I am having hard time to do it. I tried to add text row by row but I could not change the size of the row header cell. Basically I only can see a small part of the text. Is there a simple way to do it Any suggestions are appreciated. Hi, hrubesh: Thank you for the reply but it did not work for me. It works for other columns but not for the row header column. Any other tricks Thanks in advance. ...Show All

  • SQL Server SQL Express 2005 and SQL Server 2000

    I have been using SQL Server 2000 on a dedicated server. It works fine. I want to use Visual Web Developer with SQL Server 2005 Express Edition. Can I install and run both 2005 Express Edition and SQL Server 2k on the same server or must I use only one or the other Thanks in advance for advice. JB Hi, you can run them in parallel as they will use different ressources (directories, ports for the connection) HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Express Editions How can I add OleDbDataReader Object to DataSource ??

    hi, when I retrieve data from remote DB as the following // //.... OleDbDataReader reader; //Executing The Command. reader = command.ExecuteReader(); //Reading if (reader.Read()) { MyBindingSource.AddNew(); MyBindingSource.add(reader); // It doesnt work, whith error.., } //... so how can I add the reader object to MyBindingSource   hi, when I retrieve data from remote DB as the following // //.... OleDbDataReader reader;   //Executing The Command. reader = command.ExecuteReader(); //Reading if (reader.Read()) { MyBindingSource.AddNew(); MyBindingSource.Add(reader);    // I ...Show All

  • Visual Studio Express Editions Registration Problems Please HELP!

    i need help becuase i download the visual basic 2005 express edition program and i can't register it becuase when i click the link in it it says page cannot be displayed, it has been like that for a long time now. i have tryed 2 different computers adn the same thing. the link it gave me was: http://go.microsoft.com/fwlink/ linkid=51341&1cid=1033&h=1f680fd8b558c3e4&c=&pid=76541-000-0000011-00124&bn=050727.42  and then it askes for me to sign in..then it does nothing at all. i tryed my firewall by turning it off and on and tryed different computers. someone please tell me how i can register i need to use it! My test machine has the VSExpress expired so I just followed the instructions on screen, with the li ...Show All

  • SQL Server SSIS: Roll Backed Data transfer task

    Hello, I'm Designing sql server 2005 SSIS Packages. According to my requirment i have a sequence container. It has few data flow task, on success of one next one is running. If any one of them get failed then it should roll backed all the transaction. Each Data flow task transfering a data from one server to another server in similar table. Thanks. Transactions are covered quite well in Books Online, and here are some other links to articles on transactions. Native Transactions ( http://wiki.sqlis.com/default.aspx/SQLISWiki/NativeTransactions.html ) Transactions in SQL Server 2005 Integration Services ( http://www.sqlservercentral.com/columnists/jthomson/transactionsinsqlserver2005integrationservices.asp ) SQL Server 2005 In ...Show All

  • Visual C++ [Severe Problem] CreateFile fails in VS2005 (Help me!)

    Hi there. I posted several times like this problem... At last, I tested by using MSDN example code: http://msdn2.microsoft.com/en-us/library/aa363147.aspx I copied this and built in VS2005. However, the same failure appeared. ... hDevice = CreateFile(" \\\\.\\PhysicalDrive0 ", // drive to open ... if (hDevice == INVALID_HANDLE_VALUE) // cannot open the drive { return (FALSE); } ... The value of hDevice is -1, and then returned (by FALSE). I just created new win32 console application project, and copied and pasted, then built it. I did not set project properties at all. Needing any project configuration Please Help me. Hi, I am new to this f ...Show All

  • Community Chat ENormously Interesting Reading

    I'm reading the history of Digital Equipment Corp written by Gordon Bell who is on this board at times. Digital began from noting and grew to the second largest computer company in the world. This article is at: http://search.msn.com/results.aspx q=http%3A%2F%2Fresearch.microsoft.com%2F~gbell%2FDigital%2FDigital%20at%20work%201992.pdf Digital was noted for it's committment to quality and innovation and enormous attention was paid to DEC's culture. I noticed this thought about the culture. Little Kids on the Block “The culture in the early years was very much: hey, we’re the little kids on the block, we’ve got to show people we’re good. We’re a team. We like each other. We’re a quality outfit and we like what ...Show All

  • SQL Server Erratic SMO Performance

    I have written a console app which uses SMO to automate the scripting and the creating of our database. For some strange reason the performance varies from blindingly fast to excruciatingly slow and I cannot seem to account for the cause. Can anyone tell me why For example, when scripting 100 tables, sometimes it will take 1.5 second to do all of them; sometimes it takes about 1.5 seconds to do each one! Some debugging uncovered the fact that it is the scripting of DROP statements that is the culprit. Scripting a CREATE statment seems to take between 1 and 70ms, whereas scripting a DROP statement *sometimes* takes the same amount of time, but *sometimes* it takes about 1400ms! I've tried varying all sorts of things but I can ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. commercial programs

    if i downloaded Game Studio Express. Woud i be able to sell what i make You can sell the games you make for the PC, but not for the XBox 360. In order to sell games on the 360, you will need to purchase the XNA Game Studio Professional edition which will be coming out next spring. This information can be confirmed by reading the FAQ here. Q: Can I use the XNA Game Studio Express or XNA Framework to build a commercial Xbox 360 game A: XNA Game Studio Express will enable you to create Windows and now Xbox 360 console games much more easily. These games are limited to non-commercial scenarios for 360 titles created with XNA Game Studio Express. However, XNA Game ...Show All

  • Windows Forms Child forms

    1) form1 : ismdicontainer = true 2) from form1 calling form2 (form2.MdiParent = form1) all ok 3) from form2 calling form3 And here is the question: How I can get that form3 be form1 child (form3.MdiParent = form1) Thanks Hi, This is quite easy to accomplish. Simply set objForm3.MdiParent = this .MdiParent; where o bjForm3 is the instance of Form3 within Form2. Since the MdiParent of Form2 is Form1, your Form3's parent will also be assigned to Form1. Hope that answers your question. -Mamta ...Show All

  • Visual Studio 2008 (Pre-release) Window Hiding and Showing issues (June CTP)

    Hello, I am trying to reuse a property window by using window.hide() and window.show(). The property window can be closed by clicking an ok button, close button, escape key, and the X button of the window. Currently, I listen to the Closing event, the implementation is like this: (as suggested in http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286103&SiteID=1 ) private void HandleClosing(object sender, System.ComponentModel.CancelEventArgs e) { this.Hide(); e.Cancel = true; } However, in the June CTP, I will get a Run-time exception saying that I can not change the visibility of window while the window is closing. Is there any other way to achieve reusing window Thanks, C.Y. Leung ...Show All

©2008 Software Development Network