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

Software Development Network >> confused!'s Q&A profile

confused!

Member List

Dennis M.
Max Troy
tsgomez
Gio
J-rod
windsamurai
TySalistean
yogrraps
Chawmey
mlissaw
LadyAmpherion
Loknar - DBA
RickShaw888
Grace Cheng
Rob Bowman
Rag_Singh
pax
Pam B
Marsenne
DragonFly2
Only Title

confused!'s Q&A profile

  • SQL Server Help retrieving values from 2 similar stored procs

    I created one stored proc, then copied it to create another similar stored proc with just some filtering changes in the second.  Now I want to obtain the results from both like this: ProjFee   ProjGross  DailyRunRate  Var1  InHouse1  InHouse2  GrossGoal  Group Name  PostedAmount ---------------------------------------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- --- Row# 1 from current stored proc Row # 2 from called stored proc so something like this I should get in the end for example when both results are combined: P ...Show All

  • Visual Basic how to access the thirdparty website controls

    hello my spec is i need to logon to the thirdparty website and upload a file in that automatically by clicking a button in my asp.net page. is it able to do it plz help me its urgent plz Also if your talking about web site development because you are referring to you asp.net page. You may find that the guys and gals over at forums.asp.net are actually in a better position to help with ASP.NET web page development using VB forums.asp.net ...Show All

  • Visual C# Operator '+' cannot be applied to operands of type 'T' and 'T'

    One day, the Microsoft C# team will stop treat us as kids, and this code will become possible:   public static ABIDataVoidNull<T> op_Addition_NV_NV<T>(ABIDataVoidNull<T> inValueL, ABIDataVoidNull<T> inValueR)        {            if (inValueL.IsVoid)            {                return (ABIDataVoidNull<T>)inValueR;            ...Show All

  • Visual C# web - file date modified

    I'm trying to merge a current php website over to .net 2.0 with c#.  I have a function in PHP that gets the last date modified of the file.  I've been looking for some similar functionality in C#, but can't find it.  Anyone know where I should look. In php I can use filemtime() I've found similar functinality in C# for Windows, but not Web. For files you can use the FileInfo.LastWriteTime or FileInfo.LastWriteTimeUtc to get the last modified date/time of a file.  You can create an instance of FileInfo directly by passing the name of the file. new FileInfo("filename').Last ...Show All

  • SQL Server Management Studio Express CTP update now available

    There is a new Management Studio Express CTP download available at   http://www.microsoft.com/downloads/details.aspx FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en . This update fixes the defect where installing the full Books Online documentation prevented Management Studio Express from starting.  With the update, Management Studio Express and Books Online no longer interfere with each other. To update Management Studio Express CTP: 1) Uninstall Management Studio Express CTP from your machine. 2) Clear your browser's download cache.  If you are using Internet Explorer 6, you can do this by starting Internet ...Show All

  • Visual C# How to Set columns width in a Win. Form Datagrid at runtime?

    Thanks for the help. I figured out how to make certain columns to be readonly. But I had to do this to the DataTable before its even binded to the dataGrid. Is there a better way to do this Also is there a way to set the width of each column I looked at the code above. But I think were using differnt types of datasource. Im a newby with C# so excuse me if my questions seem kinda stupid...... Im not sure how to make the code you posted above to work favorable in mly situation. Are you binding your dataGrid to a datatable like me or some other type of datasource Below is my Code. Bascially its a simple windows form that ask the user to se ...Show All

  • Windows Forms Data Binding Custom Object

    Hi all, I'm having some issues with the data binding and I hope that someone here can halp me. I have a custom object and I have binded the singles property to some controls in a panel. When I load the form , I do something like this: CustomerInfo Customer  = new CustomerInfo(); this.textName.DataBindings.Add("Text",Customer,"Name"); I have also setted the prope ...Show All

  • SQL Server ~* Print Button Active X Control *~

    Hi, i have installed service pace 2, for the print icon to appear in the report viewer tool bar. it works fine, but for the first time it prompts for the installation of Active X control. But the users are not allowed to download any active X control. are there any ways to resolve the problem. Thanks in advance. You can install via SMS, programmatically or by hand. The Print Control is stored on the server as a cab file rsclientprint.cab. ...Show All

  • Software Development for Windows Vista Cleaning Persisted Workflows

    What's the correct way to clean workflows that have been persisted in a SQL database I have a ton of workflows that are no longer necessary that were created during development of my web page. Rather than running all of them through to completion, is there a quick and easy way to clean them up Thank you, -- Sean Are there other running workflows that you want to keep Or do you mind if you blow them all away If there are other running workflows to keep then I am not sure of the best way, but if you want to blow them all away you have several choices, which are basically the different ways that you could ma ...Show All

  • Visual Studio textbox height?

    how can i change the default height of a textbox if i insert the textbox on a report, the default value is 0,63492cm (what a stupid value). i want to have 0.5cm. has someone an idea ...Show All

  • Visual Studio VS.NET 2005 (June) fails to install SQL 2005 Express?

    Hello, Thanks for reviewing my question.  I had VS.NET 2005 Beta 2 installed on my PC and decided to uninstall it (hopefully in order) in order to install the VS.NET 2005 (June CTP). Everything seems to install expect for the SQL Express.  I uninstalled everything and installed the SQL 2005 (June CTP) thinking I would use this instead of express but VS.NET 2005 didn't install.  And, of course, I have read their not compatible. So, I am back to square one.  I have run the cleanup tool but it doesn't seem to do anything. Any suggestions is appreciated. Thanks for your time. Peter I had this ...Show All

  • .NET Development SSL and ServicePointManager.ServerCertificateValidationCallback

    Hi Folks, I am having a problem, I am not sure how to attach an event to my code, so that the validate certificate routine runs when the HttpWebRequest.Create is called. Please can someone just advise me on how to do this, I would like to read the target server certificate when I connect to a URL and do some checks on the expiry date etc. Also if the certificate is ok then it can connect and carry on withthe code. Here is the portion of code I need to get working. I would like MyCertValidationCb to be called as an event when create(url) runs, to validate the remote certificate. Private Function SendXML( ByVal countryNa ...Show All

  • SQL Server Suppress Text Wrap

    Is there a way to keep text from wrapping to the next line if it hits the width of the containing item Yes, the property "CanGrow" will determine whether or not something will automatically resize. Simply set this value to false and the value will not wrap to the next line. ...Show All

  • Visual C# Usage of Custom Attributes

    Could Any Body Let me clear where should I use Custom attribute. I Know I can declare some metadat information to a type let say method or class or ineterface and get that information at runtime using reflection.I find it's one use in O/R mapping. But Why should i declare a attribute For example I have to declare a field for O/R mapping of a field in a table tblEmployee.I make a class Employee and in it make a property EmployeeID.In the property I declare a variable Of type String name fieldname and assign it value emloyee_id. Then Couldn't I get the fieldname variable of the property at runtime using reflection. I Also Want' ...Show All

  • Windows Forms GDI+ Error and (JIT) debugging message, help need

    Below is the error message, anyone here know what the problem cause this error how to fix it See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.OutOfMemoryException: Out of memory. at System.Drawing.Graphics.FromHdcInternal(IntPtr hdc) at System.Windows.Forms.MenuItem.WmDrawItem(Message& m) at System.Windows.Forms.Control.WmDrawItemMenuItem(Message& m) at System.Windows.Forms.Control.WmDrawItem(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ToolBar.WndProc(Message& m) at System.Windows ...Show All

©2008 Software Development Network