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

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

BhuttCrackSpackle

Member List

MrJP
TheRolle
hchavali
Rahul Singla
Ravikumar KPV
Ben Wang
Milzit
BarrySumpter
Kay Chan
Littletommy
Brad Smith
Smockmakker
tomdart
Vaidy
dougzhoez
Mario Almeida
Pedro A. G. Carvalho
Sammy1971
Leon Zhu
Theoblob
Only Title

BhuttCrackSpackle's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Dream Build Play - partner in crime

    I'm still hard at work on a new game I'm working on, but it's more for fun than anything I would submit for a contest.  But I really want to enter the dream, build, play contest too, I just don't think I'll have the time to do it all on my own. Does anyone out there want to partner up   I'm no programming guru, but I've got a few skillz.  I've been messing with XNA since beta 1, I got one (and a half) xna game(s) under my belt, and I'd say my biggest assets are creativity, thinking outside the box, analytical problem solving, writing, story, plot, characters, and high fives (not necessarily in that order) ...only reply if you plan on winning!  rockstar ...Show All

  • Windows Forms Strong-typed Datagridviewrow.count=900 but only 2 accessible (worked fine afterward)

    I have got this problem, Please give me advice on this Thanks,   MessageBox .Show ( "total record available in gridview" + drawingsDataGridView.Rows.Count.ToString());  // It shows 938 (records) correct but I can only retrieve the first 2 row and the rest is 'index out of range'   DataGridViewRow dg = drawingsDataGridView.Rows[2]; //unaccessible   I tried to trace it by writing a label in the cellEnter Event. When it was first initialized, it shows 2 records only (cellEnter event) eventhough actually it has 900 rows Then the next time any cell got clicked, it shows the correct number of rows. What coould be causing this Help guys       HI, wspencers ...Show All

  • Visual Studio change field at runtime

    Hi, I need 2 reports. But the only difference is that one column is another fieldname. Is it possible to change field at runtime It seems that all these properties to get at a given FieldObject are read only Hi, As a (temporary ) workaround I use both fields in report designer, and Hide one of the fields when needed by setting the Width to Null and make it visible by setting the width again. FieldObject VertrekPlaats1; VertrekPlaats1 = (FieldObject)CrystalReport22.ReportDefinition.Sections["Section3"].ReportObjects["VertrekPlaats1"]; DatabaseFieldDefinition def = (DatabaseFieldDefinition)VertrekPlaats1.DataSource; VertrekPlaats1.Width = 0; crystalReportViewer.RefreshReport(); This is a testproject, in finally pr ...Show All

  • Windows Forms How to get more than one inputs from a textbox?

    Hi, I have one doubt in using textbox control. How can I get more more than one inputs from single textbox for example abc, def, ghi is the textbox text. I want individual words(like abc , def or ghi) seperated by "," (comma) to store them in seperate datafields in a table. Is seperator "comma" only or we can use other chars, or spaces some body reply me, Bye Ananth... Use String.Split VB example Dim strWords() as String = textbox1.text.split(","c) C# example String[] strWords; strWords = textBox1.Text.Split(','); ...Show All

  • Visual Studio Team System New Certifications Stemming from Visual Studio 2005 Team System

    I predict that there will be a new line of Microsoft Certifications stemming from Visual Studio 2005 Team System. I would make them as follows: MCTA = Microsoft Certified Team Architect MCTD = Microsoft Certified Team Developer MCTT = Microsoft Certified Team Tester MCPM = Microsoft Certified Project Manager WHat do you think of that prediction Rob, Do you know if there will be exam coverage outlines available in June for the new certifications 2005/2006 is going to be an AWESOME 2 years for Microsoft! So much great technology coming out. MSFT stock up to 50! I can feel it. Thanks, Adam ...Show All

  • Visual Studio Express Editions unable to install c# 2005 express edition

    Hi, I have installed VB 2005 & SQL server 2005 express edition. Now, I have download C# 2005 express edition (.img) and unable to install it. The error message prompt as " A problem has been encountered while loading the setup components. Cancelling setup ." I have tried several times to re-download and run the setup and get the same message everytime. Could anyone help me Thanks. When extract files from disk image, remember to use the long file name instead of the 8.3 format. See Little Tech note at http://mindedwebs.com/CL ...Show All

  • Visual Studio Team System forward Engineering - Can't locate the UML>code when in Visio

    I am new to VSTS andVisio 2003 Pro - I have a current diagram created in Visio and I want to forward engineer into SQL - I am using Books online and it instructs to Select UML>Code from the menu - I see the UML but not the CODE in the menu - Why. I downloaded the trial version of Visual Studio Team System - is this something I should be able to do or am I doing something wrong. k When using Visio Enterprise Architect, for which Databases can you generate DDL Specifically, can you generate MySQL DDL Thank you, Claudia Zeiler Database Administrator SRA ...Show All

  • Visual C# strange excepstion

    I've an app that have been written in vs 2003, today I convert it to vs 2005 but when I want to run this program (in debug mode or not) this exception occurred. Ex.Message: "DragDrop registration did not succeed." What's wrong in my app that cause this exception Please do the following, 1) include the following using System.Net; using System.Threading; 2) add the [STAThread] Attribute just before ur main function and also remember to inlcude using System.Net; in ur main program, [STAThread] static void Main() 3) The steps are as follows for threading, 1. Put all the code ( for which u r getting this exception) in one function say function A. In the function B in which u are calling ur code,do the follow ...Show All

  • Visual Studio Team System Getting started question

    Hi, all. I have a very beginners' question. We want to start using the work item (bug) tracking functionality in Visual Studio 2005. We don't have it setup yet. We are prepared to pay some money if we need to but want to know what it would take to get it going. I was asked to look into it. :) We currently have MSDN subscribtion (not sure which level yet). We also have Visual Studio 2005 Team Test Edition installed and running. From looking at different information I understand that we would need to install Team Foundation Server to have work item tracking functionality. And here's where I get confused. Would we then hook up our existing Visual Studio 2005 installations to it I assume that we would have to install Team Foundation Serv ...Show All

  • Visual Studio Express Editions Help Text to ACCESS problem

    I have a small problem I am reading a Text File and then Inserting it into an access file. It was working and now it crashes once the data has been inserted. The program used to stop when the file was read but it seems that now it wants to keep going. It crashes on " Dim IDid = S.Substring(0, 3) + S.Substring(7, 2) " becasue there is nothing to split I have been tring to Kill this with a While Exit statement but it does not work. ANy sugestions Here is my code: Dim connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=project.mdb" Dim theOleDbCommand As New OleDb.OleDbCommand( "INSERT INTO tblmain (PlayerID, Name, Team, Position1, Hits, Games, 1B, TB, OBP, SLG, OBPS, BA) VALUES (@p0,@p1 ...Show All

  • SQL Server OPENROWSET using Visual FoxPro Provider error 'Could not fetch a row'

    Hi, I have 2 separate clients experiencing this problem, Both systems are Win 2000 Server with Small Business Server 2000 (SP4) SQL Server 2000 (SP2 upgraded to SP4, SP4) Exchange IIS etc We use SQL Server to connect to FoxPro 2.6 Tables. We are using OPENROWSET as follows: Select * from openrowset('VFPOLEDB.1','C:\Client Data';;,'Select * from cm') We are now getting this error: Server: Msg 7330, Level 16, State 2, Line 1 Could not fetch a row from OLE DB provider 'vfpoleDB.1'. OLE DB error trace [OLE/DB Provider 'vfpoleDB.1' IRowset::GetNextRows returned 0x80040155]. The statement worked up until around 20 days ago, which made us think that it may be windows updates/sps/hotfixes ...Show All

  • Visual Studio Team System Linked Servers

    Hi all...SQL Semi-Newb here... I am able to create a link to a SQL 2000 Server from a SQL 2005 Server. I am able to use the wizard and T-SQL to create a linked server under the "Linked Server" section. Issue is that when I click on it to view tables and the like there is nothing there. I am really at a loss...I've been all over the net but still haven't found the answer. Any help would be great...Thanks. Jason I see nothing in Microsoft SQL Server Management Studio Express or when I connect from VB or VWD. When I select the properties for the linked server the "Progress" section says "Ready". Thanks ...Show All

  • SQL Server SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.

    Hi, Is there a way to catch the exeption ( SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM)  with in SQL Server, so it does not need to be caught in the code calling the procedure. E.g. I do not want to send null to the stored procedure.   e.g. The stored procedure should be able to catch dates that are outside the range 1/1/1975 and 12/31/9999 and change them to the limits. E.g. IF @StartDate < CONVERT ( DateTime , '01/01/1753 12:00:00' ) BEGIN     SET @StartDate = CONVERT ( DateTime , '01/01/1753 12:00:00' ) END IF @EndDate > CONVERT ( DateTime , '01/01/1753 11:59:59' ) BEGIN     SET @EndDate = CON ...Show All

  • Visual C# How to read Active directory userlist using c#

    hi all, i have an active directory structured as follows *************************************     Active Directory Users and Computers[company1.company.com]     saved queries     - company.com                   aa                   built in                         Computers                   Domain C ...Show All

  • Gadgets DOM and select object

    hi everybody, I have a lot of difficulties with the select option, to write all the option features in the drop-down list. In standart html, it works well : http://albidochon.free.fr/jeu3/test.html but can't resolve the dom code in js, it shows the select drop-down list, but it is empty. i found a lot of code to do this, but not in the dom way, and nothing in the msdn documentation. the problem seems to be in the js function : function tri(){ for (i=0; i< jeu(0).options.length; i++) fill and write the options fields......i miss this } I don't want to do iframe gadget or js innerhtml, so, so.... The js and css files are here http://albidochon.free.fr/jeu3/gadget.xml thank you for the he ...Show All

©2008 Software Development Network