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

Software Development Network >> yoyo i am new here's Q&A profile

yoyo i am new here

Member List

tonante
rouie_a
Salvador Cadena
Johan Lindfors - MSFT
RayFloyd
SPDOTNET
kawingxp
u_r_twisted
lin geng
jorisp
SoSoSo
dzimmy
mfulkers
Fergal Breen
Bassie
VS2005Simen
MehrdadDotNetOK
Venkataramana
WariaReiMasi
Embedded Developer
Only Title

yoyo i am new here's Q&A profile

  • Visual Basic Auto-increased ID number (SQL Server 2005)

    Hi: I have a Table with an integer ID number set to auto-increase. Does anyone know how to let SQL server fill the gap (where rows are deleted) when new rows are added  If can, how to get the scalar ID number assigned Thanks. Hi, You can do this by renumbering your autonumber column. So that there would be no gaps. To do this, delete the auto-number column, save your table, and laslty re-create the autonumb ...Show All

  • Visual Basic Transform XML to word by applying XSLT and open in WOrd

    Hi,  I need to open up up a wordML as a word Document by appyling a Xslt over a XML on the fly.Iam able to apply XSL on a XML and transform it to another XML.This Xml generated is the wordML.This is stored as a blob in the Database. When a HttpRequest is made to fetch the blob and open as a word document,it opens as a word XML instead of a word Document. But this works fine when i save the wordML on to the  disk and open in word. But f ...Show All

  • Visual Basic how to sert scrollbars in picturebox in vb?

    Hi, how to set scroll bors(HScrollBar asnd VScrollBar) in picture box in vb and one more query is Please help me with code(sample example) as soon as possible. with regards Chinna I have tried this in VB 2008 and I cannot get it to work. I have a picturebox on a panel. The Panel.AutoScroll is True. The PictureBox is Dock to Fill. Increasing the image size does not produce scroll bars. The Panel is anchored top left only. Panel Right t ...Show All

  • SQL Server TDS buffer length too large

    Getting below sort of error message when running a simple select to a table from Query analyser 2000 to a SQLServer 2000 running with SP4 on different sort of times. 1) [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionRead (InvalidParam()). Server: Msg 11, Level 16, State 1, Line 0 General network error. Check your network documentation. Connection Broken 2) [Microsoft][ODBC SQL Server Driver]Protocol error in TDS stream ...Show All

  • Visual Basic How can I get the text in a particular textbox NOT to clear when I click on the AddNewItem button?

    I have a form with a text box for a purchase order number. I want the number the user inputs to stay in the text box when the user clicks on the AddNewItem button on the BindingNavigator. Right now every time I click the button, everything is cleared out to start anew. I would like the user te enter the PO number once and it will stay there as each new item is added until the text is manually cleared. Thanks Store the contents prior of ...Show All

  • .NET Development Including strongly-typed dataset in VS2005

    Hi Guys, In VS2003, strongly-typed dataset has Include property that allows you to specify the xsd schema. We found this very helpful because it allows reuse of strongly-typed datasets. But in VS2005 it is nowhere to be found or maybe it was hidden somewhere. When I added XSD Schema Include property is there but is that the right place to create strongly-type dataset Another is, is it possible to include an xsd schema from different assembly If ...Show All

  • Windows Forms Special Characters

    Where can I find a composite list of special characters that I can use when printing out info on a windows form  For instance, if I wanted to tab over, what would I use  What about a carriage return/single-line break >but ...Show All

  • Microsoft ISV Community Center Forums Novice VBA User needs help with using data from input box for Cell Find

    Hey all, what I'm trying to do is take data that is entered by the user in a InputBox and using it in a cell find. However, my code doesn't work. Any thoughts/ideas Thanks! Dim Message, Title, MyValue Message = "Which channel name do you wish to choose "    Title = "ChooseOriginalChannelName"    MyValue = InputBox(Message, Title)        Cells.Find(What:="MyValue", After:=ActiveCel ...Show All

  • SQL Server Reports run under my credentials, not those stored on report

    I've created a report in SSRS 2005 that sources from a SSAS 2000 cube (on another server). In BIDS (running on the SSRS 2005 server) I'm using a shared data source with "generic" credentials to access the data. The generic credentials I'm using is an account that has datareader access. In BIDS the report runs, builds and deploys just fine. No problem so far! My problem has to do with running the report from the Report Server. The on ...Show All

  • Visual C++ a reference problem

    Tried to figure it out myself for a day. I do have a form1.h file generated by the designer wizard. There are a couple of controls on it. one of them is a label: Label2. I want to change the text value of this control programmatically. Actually I am confused since the label property lists three "text's." One of them is "text" under category: "Appearance," the other one is under category Data: "ApplicationSet ...Show All

  • Visual Studio Team System Beta 3: Active directory requirements?

    In http://forums.microsoft.com/msdn/ShowPost.aspx PostID=16441 it is stated, that Team Foundation do not require AD 2003 and ADAM post Beta 2. Could you please confirm that Beta 3 can be used with AD 2000 without ADAM Regards, Carsten-S The short answer is, No. However, since you want to know if your domain controller will allow Windows NT machines here is the longer answer. We will only support the fol ...Show All

  • Windows Forms any way to determine if a control is a "container"

    to finalize my runtime drag/drop procedure i need, when dragging, to check on mouse up what the point i am dropping in is, ie like any designer, if the point the mouse is on, is a panel, group box, tabcontrol (or any descendant from t ...Show All

  • Visual Basic generate a collection class from a Stored procedure

    Hello everyone. I am new to collection class, but what I have done and used I like a great deal. Now the one thing I have found ( and this is more then likely a problem with my programming then the concept) that when I create a collection class is very slow to start with. Now I do not mean the actual coding, but rather when I create the class in when I load the app. Example: Sub Frm_load() Dim colEmployees as new Employee ...Show All

  • Windows Forms ToolStripDropDown Nightmare

    Seems to definately be a bug here. OnMouseWheel does not fire in ToolStripDropDownMenu, unless you click the up/down arrow (only in a menu larger than the screen) first. What I have done is subclassed the ToolStripDropDownMenu class, and overridden OnMouseWheel. I have tried many different approaches to this, and it's really becoming a nightmare. NOTE: All other events seem to fire, for example KeyDown, etc. I don't know if this ...Show All

  • .NET Development check if node exists

    i want to check if an element exists and manipulate this element if it does, eg... XmlNode node = .... if (node.selectnodes("whatever") exists) then... do something thanks if you can help. You can do this on several ways. You can walktrough all nodes with a XmlTextReader and look for a specific Xml Node Name. You can XPath as well. This is a simple query language for Xm ...Show All

©2008 Software Development Network

powered by phorum