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

Software Development Network >> Jose.'s Q&A profile

Jose.

Member List

DavidTranzact
Amit Kejriwal
Jenkins
George P Boutwell
ploskikl
Loki70
Benne
Belsteak
Manohar K
PerL
Martijn Kieboom
Cardiff Ed
Winnie123
Pabs
cspoon
Massy
PeterMa
PEI
Horky
Luis D. Rojas
Only Title

Jose.'s Q&A profile

  • .NET Development Calling a javascript function from Asp.Net

    Hi, How do I call a javascript function from ASP.Net (VB) code I added a javascript file into the asp.net project and wrote some javascript statements to display an IFrame. The javascript function in the jscript file is: <script language = "javascript"> function showIFrame() { var iframe = document.createElement("iframe"); iframe.id = "testiframe"; iframe.name = "testiframe"; iframe.frameborder = 1; iframe.height = 185; iframe.width = 175; iframe.src = "C:\Documents and Settings\RadioButtons\Office.jpg"; window.document.body.appendChild(iframe); return false; } How do I call this funct ...Show All

  • SQL Server SSIS - Display issues

    Greetings my friends! Probably a silly question but I was wondering if there is an automatic feature which would straighten connection lines I haven't been using SSIS for long so I am learning the various features by rewriting some of my old DTS packages but it's taking a while to get my connection lines aligned etc.. Thanks in advance. ...Show All

  • SQL Server error creating named calculation

    I'm new to MS DM and am using the book "Data Mining with SQL Server 2005" by Wiley. On page 95 I try to follow the procedure for creating a named calculation, but I get this error: IErrorInfo.GetDescription failed with E_FAIL(0x80004005). Any ideas what's wrong Jamie, Thanks for the help. I'm using the Access MovieClick DB that I downloaded from the Wiley web site. Also, I can create other named calculations just fine, such as adding two columns, or taking the log of one. It just seems to be the CASE examples that give me the error. ...Show All

  • Visual Studio Express Editions How do I use the MSDN documents.

    Hello, I just installed VC++ Express along with the MSDN option. However I don't know how to access it. Where is it saved on my computer, and how do i access it Also I was about to install the platform SDK but was unsure which one do download. Apparently the one that is linked to on the VC++ Express site has a newer version 5.2.3790.2075.51.PlatformSDK_Svr2003R2_rtm.img, the older one is 5.2.3790.1830.15.PlatformSDK_Svr2003SP1_rtm.img, which one should I be using And does that come with MSDN help documents Thanks very much for any help :-) :-) :-) 1. The MSDN materials are accessible from Help within ...Show All

  • Visual Basic how to set release configuration in VB express

    Hi, Anyone know how to set release configuration in VB express i can't find the build option specify by msdn. Go to the "Tools | Options" menu. Under the "Projects and Solutions" tree node, select the "General" node. There should be an option to "Show advanced build configurations". Check that box and click ok. Now, right click your project file in the "Solution Explorer" pane. On the "debug" tab, you can select the build configuration you want. Hope this helps. ...Show All

  • Visual C# C++ #define equivalent

    Is there a C# equivalent to using #define in c++ I know I can use enumerations for integer constants that I need, and I assume the actual enumeration wont be compiled and stored in my app, but what about floating point constants what about const float First = 1.0f; const float Second = 2.0f; ...Show All

  • Visual Studio 2008 (Pre-release) CLS Compliant ?

    In Feb CTP, I find this: public Collection< ToolBar > ToolBarTray. ToolBars { get ; } It seems WPF DLLs will not be CLS Compliant Thanks! I remember that Generics are not part of CLS. Did it changed recently Or my knowledge on it is wrong from the beginning Thanks! ...Show All

  • Windows Forms List<T> to Binding<T>

    Hi, I have a business layer that return List<T> for example List<Customer>. How can I convert it to BindingList easiy. I know I can create a list an iterate through it and create a BindingList. Is there an easier way to do it I even tried implicit cast but it didnt work. Thanks. hi, Is your problem solved Thank you, Bhanu. ...Show All

  • SQL Server accessing records

    Hi Would anyone be able to advise me on the best way in which i am able to display the information from a Search in sqlce database and allow the results be displayed in a specified location. An example is in my program there is a list of id which the user can search. They search for a record by id so only one record will return. I would like this information to then be displayed in the textboxes which are on the screen. Any problems understanding what i am trying to do please ask. Any help would be appreciated Thanks Most of the .NET Compact Framework controls support data binding to an underly ...Show All

  • Visual Studio Team System Avoid CA1051:DoNotDeclareVisibleInstanceFields on inherited Forms?

    Using VS 2005/FxCop 1.35 Beta 1 all fields (e.g. Buttons) on our Windows.Forms.Form base class are flagged with CA1051. Is there any chance to get designable, protected components without excluding this message on all elements That is SOOOOO cool! Now if we could just convince Microsoft to get the designers to do this "correctly" when we set the Modifiers property to protected!!! I'm thinking about doing some kind of add-in to auto-fix existing code. I'm also extremely lazy so don't count on anything... ...Show All

  • .NET Development Common Language Runtime Debugging Services

    Hi, We have installed a software PCDCTfor window and we are getting error on exe failling Reports. But failed and give following error message whenever we try to run a big reports/processes: PCDCT for Window.exe - Common Language Runtime Debugging Services Application has generated an exception that could not be handled. Process ID=0x710 (1808), Thread Id=0xa8(2688) Click OK to terminate the application. Click CANCEL to debug the application . We have click the cancell and found following detail PCDCT for Window.exe - No debugger found. Registered JIT debugger is not available. An atte ...Show All

  • SQL Server AS2005 September CTP Memory Error

    I get "Memory error: While attempting to store a string, a string was found that was larger than the page size selected. The operation cannot be completed." while executing query set with cube browser in SQL Server BI Dev Studio. The same error I get while executing query with VB code (via ADOMD). The source of the error is AS2005 OLEDB Provider. One important information: I have installed Sept CTP on clean Windows XP Pro, there were no previous versions of SQL 2005 installed. Any ideas what's up Maybe some missing parameter in connection string I agree.  I have gone through all sorts of uninstalls and ...Show All

  • SQL Server Replicacion Merge SQL Server 2005 Express Edition

    Hi, There exists the possibility of establishing replies Merge between a SQL Server 2005 Express Edition and a Pocket PC I have observed Express Edition only allows replies as subscriber Gracias. That is correct, Express Edition cannot be a publisher or distributor, you would need a full version of SQL 2005, like Standard Edition, to do this. ...Show All

  • Visual Studio External images using parameters

    I am trying to add external images to my report, feeding the paths via parameters. Dim params(1) As Microsoft.Reporting.WinForms.ReportParameter params(0) = New Microsoft.Reporting.WinForms.ReportParameter("imageSig", My.Application.Info.DirectoryPath & "\images\sig1.gif") params(1) = New Microsoft.Reporting.WinForms.ReportParameter("imageLogo", My.Application.Info.DirectoryPath & "\images\logo.gif") Me.ReportViewer1.LocalReport.SetParameters(params) The value for my two image controls are set like so: Source=External Value=" file:/// " & Parameters!imageSig.Value Source=External Value=" file:/// " & Parameters!i ...Show All

  • .NET Development Problem with portmapper to localport 3389

    Hi,   I've made a portmapper in VB.NET that listens on localhost port 5100 (on PC1). If a connection has been established it sends all incoming data to 127.0.0.2 port 3389 (RDP port) and all data comming back from 3389 is send back to the other side (PC2). If i use 'Remote Desktop' (mstsc.exe) on PC2 and connect to port 5100 on PC1 i get the Windows logon screen from PC2.   This means the portmapper actually works untill now. BUT when i login on the RDP session (enter username + password -> OK), PC1 freezes (black sreen) and after 30 seconds i get a timeout on the 'Remote Desktop' client on PC2. ...Show All

©2008 Software Development Network