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

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

xinpis

Member List

RondeSC
wejaya
bhavener
Kartit
daveimme
lost_in_ssl
BillWenmingSun
Clement
Dudu_Baya
francis_zk
ArchMcFry
JimmyDe
Manju Sandhu
Darth Vador
Mehal Shah
AndresRovira
Detlev Schwabe
2re
Stephen020960
Per N
Only Title

xinpis's Q&A profile

  • Windows Forms Regarding Array as DataSource to ComboBox

    I was just wondering what if i dont want to pass a DataTable as a DataSource to the    ComboBox and i want to pass an array as a datasource then how would i set the display member and value member. Can we pass two dimensional array as a DataSource. Just for an example suppose i have a combobox which contains ReportType such as  ...Show All

  • .NET Development How to post large contents using HttpWebRequest ?

    Hello friends,       I want to post large contents using HttpWebRequest. My code is as below,                 HttpWebRequest HWReq = (HttpWebRequest)WebRequest.Create(strURL); //Note: here length of strURL is 13000 charectors.                 HWReq.Timeout = 25000;                 HWReq.UserAgent = "Mozilla/4.0 (compatible;MSIE 6.0b;Windows NT 5.0)";      &n ...Show All

  • SQL Server Automatic Trimming Transformation

    I would love to see an automatic trimming transformation. We currently have 14 different ERP systems throughout our company and almost everything we do, when it comes to strings, requires trimming. Although doing it through the derived column task is somewhat easier, it is very time consuming and error proned, if you overlook a column or two. -BradG ...Show All

  • SQL Server SQL Server 2005 Express + User Instances

    Greetings All, It was with great excitement and interest that I installed SQL Server 2005 Express along with all the other "Express" editions of Visual Studio onto my computer.  What a great way to learn a variety of modern programming languages/techniques with no investment other than time.  I had visions of a wonderful personal website that my family could enjoy visiting.  I had visions of finally being able to work on a custom book database that my wife has frequently talked about.  I'm not sure those visions are ever going to come to fruition. The core of my problem seems to be SQL Server.  I can't even get the w ...Show All

  • Software Development for Windows Vista List view mode

    Is there going to be the feature of view in list mode Can that be configured in the current version I am not aware of any plans to return "list" mode to Explorer. (The listview control of course continues to suppose LVS_LIST mode.) ...Show All

  • Visual Studio Tools for Office auto open vba form on excel workbook start

    i have a form in excel VBA which i want to open when the workbook it is in opens. any ideas thanks. You can do this by setting the Visible property on the VB Editor main window, like so: this .Application.VBE.MainWindow.Visible = true ; ...Show All

  • SQL Server Should a sysadmin have local admin rights on server?

    Hi, The company I work for outsources all its non-development IT. So all windows servers are administered by an outside company. Lately we have purchased SQL Server 2005, along with a dedicated Windows Server 2003 server. I am the sole administrator of this SQL Server, and so have sysadmin rights. However because the outside company is responsible for all windows servers, they are very reluctant to grant me local administrator rights on the server. This has been causing problems, partly because I have to go through them for many simple requests (such as moving database files, or changing SQL Server configuration files), and ...Show All

  • SQL Server Report Viewer/Explorer-WebPart missing under SharePoint v3+SQL Server 2005

    Hello all, I'm new with SP v3 and the Reporting Services of SQL Server 2005. I did a prototyp report and show it with "SQL Reporting Services Report"-WebPart, but I can't find the WebParts Report Viewer and Explorer in the WebPart Gallery. Please, could somebody give me a clue where the problem could be, or how I could isolate the problem area. Cheers Marc Hi , Can any one help me to create a webpart which is a report explorer for WSS using asp.net. If you any code snippet can you help me out with this. regards Sahu ...Show All

  • Windows Forms codedom - execute functions

    Hello everyone I have a questions regarding codedom please help. I'm writing an application that does runtime translation (simular to FoxPro's macro expansion).  For this project I'm researching using codedom. I need to create functions at runtime, add objects such as datatables, and call them at runtime.  Alot of the articles show me how to generate code at run ...Show All

  • SQL Server SQL Server Mobile tutorial and getting proper mobile DB installation

    Hi folks, I'm new to Windows Mobile progamming, and new to this forum. Apologies in advance if I'm asking a boneheaded question, but I've done searches and can't find anything directly applicable to my problem. I'm currently walking through the published MS tutorial in setting up an SQL Server 2005 Mobile application that subscribes to a publication on SQL Server 2005 to exchange information. I've gotten almost all the way through... successfully set up the server components, creating the publication, etc. On the mobile side, I've been able run the cab files to install the SQL Mobile components and to create the project, add the reference t ...Show All

  • Visual Studio Add a project template in Package.

    I am trying to create a user experience for creating custom workflows inside VS as a custom package. The behavior would essentially be the same as a workflow project, but I'd want to limit the types of activities available in the toolbox, and probably change the properties and commands. Certainly add menu commands. I'd need a custom project template and maybe some custom project item templates as well. The template I probably can create with the export template function in Visual Studio. I'd create a workflow project which does what I want it to do, then export that as a template.  I could use some advice on what would be the ...Show All

  • Smart Device Development How can I install my application into the program?

    I am developing an application on PPC windows mobile 2003 using VS2003, c#. Every time I want to run it, I should go to /program files/application/***.exe How can I install it into the Pocket PC Then, I can see and run it in the program as other windows default program such as calculator, pocket word. Thanks. Toby toby, If you just want to make the shortcut in the Start Menu goto the file explorer, click and hold on the exe and select copy. Then goto "\Windows\Start Menu" and click on some white space and select "Paste Shortcut" This will make a shortcut of your exe in the start menu. If you wa ...Show All

  • Windows Forms Databinding a collection to a DataGrid

    I've built a collection of Orders I want to bind to a datagrid and derived the class from IEditableObject. When you do the same sort of thing with a dataset it maintains an internal RowState for each row. So when a row is deleted it is flagged a deleted and doesn't diplay in the datagrid. How would I implement the same functionality in m ...Show All

  • .NET Development System.ComponentModel.Component.Process is NotInheritable?

    Obviously no, because this code is allowed: Public NotInheritable Class MyProcess Inherits Process End Class But, when I try this: Dim p As MyProcess = CType (Process.GetCurrentProcess, MyProcess) Allways produces this error: 'System.InvalidCastException' , casting not valid Could some one explain Why Thanks a lot! flashdata Process.GetCurrentProcess always returns an object of type Process, not of type MyProcess. There's no way that Process.GetCurrentProcess can know that you have a class inherited from Process and to create an object of ...Show All

  • Visual Studio Shared Add-In Wizard not displaying

    Shared Add-In Wizard : throwing an error "This wizard is not compatible with Microsoft Windows 2000 or Microsoft Windows XP Service Pack 1" But   I m running with Microsoft Windows 2000 Professional with Service Pack 4 . Please help Any other process to create a Shared Add-In in VS 2005 Thanks for your reply. I have created Shared Add-In using Class Library with Set-Up project. After installing the add-in it was working fine in Word 2003. But suddenly the add-in is not working. It is showing an error message "Application defined or object defined error: (err no :287)"  in word ...Show All

©2008 Software Development Network