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

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

Roadrunner1234

Member List

OmegaMan
Dipendra
msdate
JaredJared
tasleemarif
sathishraj
Gurpreet Singh Gill
paulixml
CoderD
j238
Kirk Evans
Daikoku
textman
eric shih
Sonia G.
Iago
jegar
gwong685
lance p
Anzer
Only Title

Roadrunner1234's Q&A profile

  • Visual Basic Vb2005 Express Froms Designer Does not show

    Suddenly without notice forms desinger in Vb2005 Express Does not open any more it gives me the send error to microsoft dialog then a message box containing the message more data is available when I press what deos this error reoprt contain link on the dialog it shows information like appname: vbexpress.exe appver 8.0.50727.363 appstamp: 4507e348 modname msvb7.dll modever: 8.0.50727.363 modstamp 4507fd0d How I can make the forms designer work again my computer date settings is in hijri calendar that make the dates in gregorian calendar 13/12/2006 and 12/12/2006 ...Show All

  • SQL Server How to access data in a SQL Command in the OLE DB Destination editor

    Instead of blindly inserting all my data from a previous task into a table using "Table" as the Data Access Mode in the OLEDB Destination editor. I would like to join this output with a reference table and insert only qualifying rows. Question is "how do I access the data from previous task so that I can do a meaningful equijoin" I know I have to use the "SQL Command" data access mode, but what next Thanks. chiraj well, I don't see that property. What I did was I dragged the "Sort" transformation and put it between the lookup & mergeJoin and another between the OLEDB Source & MergeJoin. That did the trick. I still have to see the results. ...Show All

  • Microsoft ISV Community Center Forums Worksheet_Change event and dropdown list

    Hi all In Excel I have a cell with validation set , (restricting input to values in a range), and a dropdown list for the user. When the user changes this cell by using the dropdown list it does not seem to trigger the worksheet change event. I want the change of cell to trigger an event to collect data relating to the selection. Any ideas why the drop does not trigger the event as expected Regards ADG more information: worksheet_change occurs before calculationstate is xldone in case of incell dropdown try to remember calculationstate in public variable and use w orksheet_calculate for your macro ( w orksheet_calculate occur twice! before calculations done and after th ...Show All

  • SQL Server inerting/updating a collection of data values into SQL Server db all at once.

    I'd like to insert/update a collection of data values from VS2005 (C#) into sql server in one insert/update statement. For instance, I'd like to insert all values from a checkboxlist that are checked without having to perform an insert statement for each value. What's the best way to go about this thx.   MarilynJ wrote: I'd like to insert/update a collection of data values from VS2005 (C#) into sql server in one insert/update statement. For instance, I'd like to insert all values from a checkboxlist that are checked without having to perform an insert statement for each value. What's the best way to go about this thx. fill the dataset from data from sql server update on th ...Show All

  • Software Development for Windows Vista Notifying a Distributed Workflow of State Changes

    Picture this scenario: You have a central workflow, hosted however you see fit (WCF, Web Services, Remoting, whatever) and you have three different Windows Forms applications consuming this workflow. Each application can cause the workflow to change state, but I also want each application to listen for state changes to the workflow . My current train of thought involves linking the Windows Forms applications in a peer network, and whenever one peer changes the state of the workflow, the other peers are notified via service messages. The problem I'm having is that the peer network isn't functioning properly - using PNRP the peers don't detect each other reliably (sometimes they do, sometimes they don't). So, I'm wondering: do I take t ...Show All

  • Windows Forms WINAPI

    What are WP_SMALLMAXBUTTON and WP_SMALLRESTOREBUTTON params codes I looked in the June Windows Server 2003 R2 SDK, the part numbers are not defined. Maybe some day when MSFT actually implements small caption buttons; maybe Vista ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. D3DXCreateFont Exception when Resizing screen

    What's ticking me off about this exception, I did nothing.  I changed nothing, I was messing with some X Files and suddenly I received an exception when resizing the window in the CDXUTDialogResourceManager::CreateFont.  The exception happens when resizing or going to fullscreen.  There is one message that I noticed Unloaded 'C:\WINDOWS\system32\usp10.dll' edit: The above dll which someone else mentioned  has nothing to do with the crash as far as I can tell.  The object that uses the a class from the dll is the editbox and I removed all possible references to it.  No good still the same exception. All variables and object are good in the call.  I've included the dxut code for reference.& ...Show All

  • Visual Studio unable to step automatically step into the server web service error

    Since using vb 2005 i have been having a lot of problems accessing remote web services,   When communicating with the web service locally all is fine, when i try to communicate with it remotely i get " unable to step automatically step into the server  , The debugger cannot connect to the remote server"   It looks like the debugger is trying to remotely debug the remote web service which i don not want it to do. Remote debugging in the project is switched off. This does not happen all the time but i get severe timeout of up to 1 minute when it does work. The same project in vs 2003 works very quick < 2 second. Hellp please. I am also having this issue using C ...Show All

  • .NET Development Login Failed

    Hi there, I have developed a web service that is accessing a database in SQL Server Express. When I use the same code of the web service (without actually making it as a web service) and access the DB, every thing goes right. However, when I put the same code within a web service, it raises an exception that the login is failed or not authrized for this user. Anyone has faces a similar problem Regards If you configured the sql server to connect with your windows credentials it will automatically go good but connecting from a webservice will always try to use the "aspnet" user. So either give the user ASPNET (winxp) more rights in the sql server or configure the sql server in such a way that it also accepts ...Show All

  • .NET Development R

    I am getting some xml file from the resource to which i can't change the generated xml. In my application i am transforming this xml file by the help of my created xsl file to new xml file. I am getting the above mentioned error when Itry to execute mycode for transformation string fXmlFileName = @"C:\Test\FirstExporter1.xml" ; string fXsltFileName = @"C:\Test\FirstExporter.xsl" ; StreamWriter msOutput = new StreamWriter ( @"C:\Test\FirstExporterNew.xml" ); XPathDocument doc = new XPathDocument (fXmlFileName); XslCompiledTransform xslt = new XslCompiledTransform (); xslt.Load(fXsltFileName); xslt.Transform(doc, null , msOutput); msOutput.Close(); Can an ...Show All

  • SQL Server SQL 2005 Merge Replication using a dynamic filter which is not suser_sname() or host_name()

    Hi ... I am working on a project where the server version of application has vouchers from different entities. I have created a publication manually. My next step was to create a client subscription using rmo and to execute a pull. This part works fine. Code samples from http://msdn2.microsoft.com/en-us/library/ms147314.aspx My next step would be to implement dynamic filtering using the guid of the entity as a parameter. I dont want to use suser_sname() or host_name() as I want to use a fixed login for the replication for all users, and a client could have several host dbs (sql express, sql mobile) My goal would be to pass a guid-value to the HostName Property of the MergePullSubscription class and convert it to an uniquiden ...Show All

  • Visual Basic Getting and Inserting Data using Combobox Selected Index

    Dear All, I'm using 2 comboboxes of Supplier and Category in a data entry form. I want to insert combobox selectedindex No into the database And also fetch the item in combobox related to SelectedIndex Number in database when I search for data. Any one can help me with the code please Thanks Actually, I don't think you want to do that at all, well, I mean you don't want to use the index of the item in combobox as the ID of the entry in the database. That would be a bad idea (e.g., what happens if you want to add another item later but keep the items sorted alphabetically ). The beauty about comboboxes is that you can store objects in them. So then, when you select an item in it, you' ...Show All

  • Windows Forms Dataset/TableAdapter creation with reserved words

    Five or six tables in my source database have columns called 'System'. This throws the autogenerated data access layer into fits because the scope of the autogenerated System supercedes the .net System namespace. It also names some parameters of methods 'System' as well which messes up interior code (Like System.DBNull). If you edit the designer file to rename System to something else when it regenerates it renames the code back and breaks everything again. How do I create a dataset with table adapters that has a column named System ...Show All

  • Visual Basic begginers help

    hey guys, i have literaly started vb,net today, and need some help. i have this code for a click button, which is a small part of my project, but i cant seem to get it to work, and this is crucial for the rest of my project. what i want to do is display a 1 in a label if a number entered in a textbox is found to be in a certain range Dim label1 As Integer = 0 Dim textbox1 As Integer If textbox1 >=10 and textbox1 <=1 then label1 = label1 + 1 End If any help would be realy appreciated, thanks indeed it would, but again you have that chance of the exception being thrown if the text is not numeric, in which case you have 2 options here to avoid this (validation) either only accept numeri ...Show All

  • .NET Development Print string to a printer

    I developed an application that works with a thermal printer .For opening cash drawer I need to send a control character to printer.I tried to send my character by printdocument object but it seems this object change my text to grafic that I don't want.So what can I do Hoping your printer using COM1 or LPT1, just open the port and write the bytes. Have a look at the following namespace: System.IO.Ports ............................. Me .m_com = My .Computer.Ports.OpenSerialPort( Me .m_portName, Me .m_baudRate, Me .m_parity, Me .m_dataBits, Me .m_stopBits) Me .m_com.Write("Your String") ................................... Good luck, /Xtremer ...Show All

©2008 Software Development Network