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

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

Yoni

Member List

J.M. Dussault
The Stig
Bad Bad Bad Bad Ben
Gabriel Rdz
Andrew McCall
toehlke
Carol Pahl
Mweimer
Chazoo
Frazer
t7200
sigrun
Gabriel PURAN
nougat
Madhu Ponduru
Vasia
MarkBosley
coxianuk
Phil Cowan
Teddy Chen
Only Title

Yoni's Q&A profile

  • SQL Server Back Button : Going back to parent report from the child report in Report Manager screen

    Hi,  In my report manager screen, i want to place the back button option by which user can navigate to the parent report For example, I am viewing the orders screen(parent report), in that screen i am clicking the orderid column, it navigates to another report(child report), from which i want to go back to parent report.. I am not using the reportviewer control... i am using only the report manager.... is it possible how do we achieve this thanks in advance ...Show All

  • Windows Forms VS form designer eats up lots of disk space...

    Everytime I want to edit a form, it seems Visual Studio is recompiling the form and storing a copy in the ProjectAssemblies folder.  This eats up lots of disk space (~2 gigs) and completely stalls visual studio, and my project only has 2 simple forms so far.  Is this normal behavior   The form designer is really nice, and would reduce development time significantly, but not if it continues to do this.  It takes about 10 mins to load a form, and I can only use visual studio for about an hour before I have to shutdown and clear out the ProjectAssemblies folder to regain disk space. This hap ...Show All

  • Visual Basic Output Parameters or Return Value frum Stored Procedure

    I am trying to get a value from a stored procedure, I just want one number, and I want to store the value in a variable. When I run my code, my variable (or my output parm) never get assigned a value. If I run the code in SQL server, my output parameter has been assigned a value. Thanks for any help. Below is my stored Procedure code, then below that is my Visual Basic code. ALTER PROCEDURE dbo.Sign542 @count542 Int OUTPUT as SELECT field1 , field2 into #sign542temp FROM SalesTable WHERE (((SalesTable.field1)= '542' ) AND ((SalesTable.field2)= 'SO' Or (SalesTable.field2)= 'SH' Or (SalesTable.fi ...Show All

  • Visual Studio Express Editions fopen doesn't like shortcuts?

    I hope this is an acceptable question for this forum... I have a simple console app with VC++ Express. I have a text file, "sample.txt" that I can open with fopen("sample.txt","r") without error. If I create a shortcut to sample.txt, call it sampleshortcut.txt, and try the fopen it fails: fopen("sampleshortcut.txt","r") fails. If I use the extension .lnk, the fopen works:fopen("sampleshortcut.txt.lnk","r") works. Is this behavior to be expected Is there another file open that works with links as some might expect, that is , file_open("sampleshort ...Show All

  • Microsoft ISV Community Center Forums pasting in excel

    I get this error when i paste into excel after typing in some text and selecting some cells to copy and right click to paste in. any ideas System.Runtime.InteropServices.COMException (0x800A03EC): Paste method of Worksheet class failed at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn) Hi Mike_Lange Are you trying to paste the contents through VB code. Can you share the code snippet to get an understanding of the problem Cheers Shasur ...Show All

  • Windows Forms Embedded Windows Forms Controls in IE on XP SP2

    I'm having a great deal of trouble getting embedded windows user custom controls to display IE when run on XP SP2.  I have no trouble viewing embedded controls using my Win2K machine with .NET framework 1.1.  At first, I assumed that it had someting to do with my own custom control which I trying to deploy.  But now, my testing has  ...Show All

  • Visual C# language c#

    1.could someone tell me from microsoft why I have to use c# than c++ 2.c# is slower and where is ANSI/ISO C# standarts the same is between DX and OGL im professional programmer and i want to use tools that are standarize and test an many systems thanks Hi! 1. You should choose it for yourself. Get the facts, compare & make decision. C++ is somewhere faster than C# at runtime, but do your customers need such performance C++ is somewhere more portable than C#, but do you write portable programs C++ can waste a little less memory than C#, but how much do you save C# application much easier to develop and you are more prot ...Show All

  • Software Development for Windows Vista problems with vista graphics drivers

    ive been having problems with the last 2 builds of vista beta. i have an ati radeon x1300 pci express card with 256mb of memory. it is vista ready, but even the basic drivers that vista offers for it wont work. the only way i can use media center, view pictures and play games in when im in safe mode or when i load the standard graphics drivers. even the 5308 beta drivers from ati wont work right. can anybody give me any insight as to whats wrong and any possible solutions. i find it hard to believe im the only one having problmes with this. its also the same when i view the system profile for my pc, i have a pentium 4 - 3.0ghz cpu overclocke ...Show All

  • .NET Development WSE and Asynchronous WebMethod issue

    Hey, Does anyone know why asynchronous webmethods don't seem to work outside of ASP.NET in IIS I am trying to follow the example from the MSDN article below, and it works fine in ASP.NET under IIS but not in WSE hosted outside IIS. http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconCreatingAsynchronousXMLWebServiceMethod.asp I tried the Begin/End signature and hosted it in WSE and it worked somewhat, but immediately after the Begin it goes straight to the End and uses EndInvoke in a blocking manner instead of an async callback like if the same class is hosted in ASP.NET under IIS. I suspect that it has ...Show All

  • Windows Forms BindingSource.Find throws exception on empty DataSet

    I have a problem with a bindindingSource very similar to the problem reported here but I've tried the solution outlined (explicitly setting the bindingSource's DataSource before the call to Find) but it doesn't help me (the DataSources for my BindingSources are correct) - so there's no chance for the DataSources to get set incorrectly. My situation is slightly different because I'm adding the BindingSources from the toolbox (not by dragging tables onto the form from the dataset). My dataset has two tables "state" and "county". They are related one-to-many by relation "FK_county_state" from state to county.  'county_id' b ...Show All

  • Visual Studio Windows Installer: Is there a way to manipulate a retrieved registry value?

    Hi, I'm new to Windows Installer. I've been able to successfully retrieve a value on a registry key... but I'm wondering what's the easiest way to manipulate this... what I really want to do is the following: If I am getting C://something1/something2/something3 I want to be able to use that property so that it points to: C://something1/something2 Any help is greatly appreciated Thanks, David This forum is for discussing the Visual Studio Extensibility models; Add-ins, Macros, or VSIP Packages. The forums do not have an area for MSI installers, so there is no where that we can reassign thi ...Show All

  • Visual Studio UIPAB

    Dear,  Keith mentions on his weblog http://blogs.msdn.com/keith_short/default.aspx that the UIPAB can be used with a recipe. I have been using UIPAB in practice. The UIPAB, however, is rather difficult to explain to novice user. Do you think that a recipe might ease the UIPAB pain for novice users Does there exist a (demo) UIPAB recipe somewhere Do you think that there exists some interest in 'open sourcing' a recipe for UIPAB If this is the case, I can document my UIPAB recipe experience on my weblog. Thank you very much, Bart Hi,   According to a mail from Keith, there was a presentation abou ...Show All

  • Windows Forms Does "ClickOnce" download the entire application every-time I update it?

    Dear Developers! I read this on the FAQ page: Q. Does "ClickOnce" download the entire application every-time I update it             A: No. “ClickOnce” only downloads the files and assemblies that have changed.   Can someone tell me how to achive that   Thanks in advance! But why that answer on the FAQ page A: No.&nbs ...Show All

  • Windows Forms Newbie Ques: Simple Line Chart

    Am totally clueless with this graphics drawing thing. All i am trying to do is get a simple line chart drawn, adding new values to the chart on a timer event. Now I know how to draw a single line in a picturebox when the form starts up.     Private Sub xyGraph_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles&nb ...Show All

  • Visual Studio Team System Could I work off line with Team Foundation Server?

    It seems I could only connect to the TFS to work with work items such as bug, task, etc. Could I work off line with the Server Sometimes I have to work at home. Could I make a dial-up connection to the remote server in company, see is there any bugs related to me, then disconnect from the network, after I modify the source code, and reconnect to check-in my modifications to the code and change the state of the bug Thanks! Shelving is something else.  When you shelve your work, you're effectively (but not precisely) checking it into a new branch (made just for you).  When you unshelve you're getting that branch and then del ...Show All

©2008 Software Development Network