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

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

JavierPrg

Member List

claybin
TomPepe
higgins427
Bob_Sullivan
Subscriber
Dietmar Gleu
Krisn Kumar
BamaGal
davidemile
madhusreddy
secovel
Milen Lazarov MSFT
angiedolfin
Ishai Sagi
sam_idea
Schmidty6060
NewtoC
Kyb3r
ERK
osfa
Only Title

JavierPrg's Q&A profile

  • Windows Forms ExecutionEngineException problem

    I'm calling into an unmanaged DLL which takes a particular structure as input and returns another instance of that structure.  Both structures have pointers to buffers.  Those buffers in the input structure are expected to be allocated by the caller and the buffers in the return structure are allocated by the callee.  In both cases the caller is e ...Show All

  • Visual Studio Express Editions visual basic express download problem

    What do i need to do to download vb express I used the cleanup link to purge Beta 1 and have gone through the "Trouble Shooting Steps for Download Errors" including downloading BITS. The download bootstrap goes through 5 reconnect tries and i get an error. OS is XP Pro. I have the same problem bits is installed and set to manual i did everything i unistalled all the previous with the cleanup tool it still wont download is sez the above faile to download: C# express 2005 beta 2 ...Show All

  • Software Development for Windows Vista This workflow,how can I present it using WWF?

    I am working with a document approval workflow,when a document is created,it will be submited to serveral departments,these department will always change,how shall I devise this workflow using WWF only after all these approvers have done the approve action,the document 's state can be changed to approved,if one of the approvers reject it,the document's state will be changed to rejected.If one of the approvers delay the action,the document's state will be changed to rejected too. anyone can help me,I have thought for a long time,but have no answer. ...Show All

  • Smart Device Development Controlling phone signal icon?

    Hi, I'm wondering if anyone knows if there is a way to control the phone signal icon at the top menu bar (The one that shows signal strength flight mode). Thanks Pls refer to following link for more relavent forum http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Srikanth Bogadapati (Microsoft) ...Show All

  • Visual C# Opening Forms inside another form

    Hi, Is it possible to open a form inside another form Can it be opened in a panel My application should not open more then one form. Thanks, Rafael Sancho All the controls are private to the form. You can write your own properties to access them if thats what you want to do. i.e something like Public string TextBoxXValue { get{return txtBoxX.Text;} set{txtBoxX.Text=value;} } then F_child.TextBoxXValue="hello"; etc ...Show All

  • Visual Studio Tools for Office Want to access "New Mail" editor fields of outlook in vb.net

    Hi,         i'm working on outlook mail programming. My problem is i want to get the objects of email fields, e.g. in "To..." section where we type email address , i want to get the object of that text box so that i can easily access the text(or email address) in my code. Such like that in "cc...", "Subject", "Body" ,I want their objects too.          Actually i'm making a table having 4 fields (to,cc,subject and body). Now i want that when i type somethin in above 4 fields in outlook new mail and then click send button (or my own built) the text will be saved in my d ...Show All

  • Visual Studio 2008 (Pre-release) Can't find IIS in Build 5231

    Hello, maybe this is a dumb question, but I am not able to find IIS 7.0 in build 5231 of vista. Is it not part of the build Is there any way to install it Thank you Not a dumb question at all...the reason you couldn't find IIS7 in 5231 is because it wasn't there :) Recent builds of Vista (5270) have IIS available as an optional Windows component. -steve ...Show All

  • Visual C# DEBUG constant in effect for Release configuration

    folks, i have a web project where the Release configuration shows DEBUG constant defined in various #if DEBUG statements. this is not only visually in IDE but in the actual generated assembly as well. of course, i made sure the "Define DEBUG constant" box is un-checked for Release. has anyone run into this thanks... g While you’ve got the checkbox unchecked to define the DEBUG symbol... any chance it also exists in the conditional compilation symbols box ...Show All

  • Visual C++ program to convert and send voltage reading into digital data to be read by the computer using C++

    Hi guys, really clued as to how I can write a program inorder to transmit a voltage reading from a multimeter over to the computer with everything connected via an PC30 I/O card, can any give me any ideas Hi, Go ahead and post the same question on public newsgroups microsoft.public.vc. This forums are primarily used to resolve programming issues with VS2003 and VS2005, but not for giving general advices on how to write a specific types of applications. Thanks for understanding, Nikola VC++ Team ...Show All

  • Visual Studio Tools for Office SetSpreadsheetData method with OWC Chart in C#.NET?

    Hi. I am trying to export the data related to a chart into an excel spreadsheet using SetSpreadsheetData method of the chart space... in .NET but i cant get it to work any ideas or help would be appreciated.. Thanks “It is helpful to remember that this forum is mainly for issues that directly pertain to the Visual Studio Tools for Office tools per se. So you will be best served by posing this question to a forum or newsgroup wholly dedicated to application-specific issues such as yours. Here is a link to resources that will help you: http://msdn.microsoft.com/office ” Thanks, George ...Show All

  • Visual Studio Unloading an Add-In

    Hi, I would like my add-in to load only after it had detected that another feature is installed on the local machine (this feature can be removed without notice, hence we do not check it existence while installing the add-in). If the feature isn't there i would like to display a message to the user and unload the Add-In. Where is the best place to put this validation code I tried using it on the OnConnection event handler, but when i instruct the Add-In to diconnect (connected=false) i end up seeing an error generated by VS. Is there an example on how to do that Thank you in advance, Ariel Setti ...Show All

  • Visual Studio Express Editions Can't Download Registration Benefits

      I registered VBExpress and went to the registration portal. I tried to download the Build a Web Site Now! PDF file from there, however when I downloaded the file, it turned out to be a ASPX file, which, when opened, said: TS=8EBFA538-35D0-44BA-9405-C4744C1266BA &STYPE =0 &MN =811331273 &EK =e381c28216d296762485969b243a19ef &SVRN =fp1-tk2.ds.microsoft.com &DLL =/TransferFile/FileTransfer.dll &PORT =80 &MODE =1 &SVRT =3 &TTL =Microsoft%20Visual%20Basic%202005%20Express%20Edition%20-%20Build%20a%20Program%20Now%21 &Dir =1 &ERR =1 &SRD =srd.ds.microsoft.com &TGT = &TGN = ...Show All

  • Windows Forms A .Net Plugin for a Browser

    I'm fairly new to working with .Net, and I'm wondering if there will be a .Net plugin comparable to the Java VM plugin for web browsers ... or is there already such a thing   Unlike Java, I know that the code need not be executed in a VM and could use the JIT which would certainly be nice for some web applications. ...Show All

  • SQL Server Interesting M-M Relationship

    I have a need to model an interesting M-N relationship within Analysis Services 2005.  However, this M-N relationship is different from that given as the example in the AdventureWorksDW database.  So, I'm wondering how best to go about it. In the AdventureWorkDW database, the FactInternetSales table is related to the FactInternetSalesReasons fact table such that a sale in the first table can be related to many reasons in the second table.  Also, the DimSalesReason table is related to the FactInternetSalesReasons fact table such that a reason in the dim table can be related to many facts in the second.  Thus, the FactInter ...Show All

  • SQL Server Copy and past report, update links

    I created a new report within my current ReportProject in VS 2005. I copied and pasted my tables, lables, etc. into this new report. I then recreated the same datasets as the other report except to name them different. All my fields though in my table object are still referencing Fields!. I think I need to change it to reference the new dataset name but having to go through the expression of every darn field to do so. How can I tell all my fields to use the new datasets I have 3 datasets. Is there a mapping tool that I am not aware of in SSRS 2005 and VS ...Show All

©2008 Software Development Network