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

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

salomon

Member List

David Neubelt
Jake McCutcheon
gypsydave
Pat Wellinton
Jwright6764
Soldier Aman
Sasha Anisimov
stage88
Dido44538
meiki
Josh D
Paulson
Lamkap
Micah_
Benjamin Noyce
Chris Greenwood
Javmuch
Nellyyyyy
Petr Svoboda
MetallicDream
Only Title

salomon's Q&A profile

  • Visual FoxPro Preview container toolbar doesn't respond

    Hi: I'm creating a report that contains several chained reports. The obtained report is OK The problem is that I can't to do any actions with the bar. PreviewContainer. ToolbarIsVisible = .T. OK I'm able to change some properties: Caption, ZoomLevel, etc. That's also OK. I'm able to scroll pages with keyboard or mouse clicking to the Preview container screen. That's also runs OK. But the problem is that toolbar do not react anyway to a mouse cli ...Show All

  • .NET Development confused by generic methods

    Hi, in the code sample that follows how do i get from the MethodInfo object given the variable name 'method' in main (this method takes a string as its parameter) to the MethodInfo object that took the generic parameter in the class MyGeneric (i.e. the MethodINfo that originally described the method) I would guess by using MethodInfo.GetGenericMethodDefintion() but is says this isn't allowed due top the state of the object. I think ...Show All

  • Smart Device Development Transparent application Bar on Today Screen

    Hi experts, I am trying to launch my application from my today screen and I have done that with the help of http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/TodayScrn.asp Now I want my application bar on Today Screen as TRANSPARENT , Do any one has any clue or any idea about how to go. Since the my application bar content is HTML so how to make it transparent. I am not a eVC GUY at all, Any solution thro ...Show All

  • .NET Development Can .NET Remoting App be both Client and Server?

    There will be a question in here so stay with me, I'm providing some background first. I just started working on an existing app with the programmer that originally wrote the code.  My contribution will be to make one instance of the app running on one workstation on a network talk to another instance of the same app running on a different workstation on the network. To provide the services I want to use .NET Remoting (eventually Web Servic ...Show All

  • Visual Studio Express Editions How do I display a name and address record from a database?

    I have a datbase in my application. I can update it, etc. Now, I want to display a name and address record in a textbox as it would appear on an address label. How do I do that Hi, Could you be more clear in your question Whether you are using VB Express edition and whats the database Do you want help in front end coding or backend The more you get replies, if you are more clear in your question. Tha ...Show All

  • Visual FoxPro Number of variables

    When I create a 200 x 200 array dimension MyArray(200,200) no problem, but when I try to create a 400 x 600 array, I get a "Too many variables" message. How could I make my application work Thank you for your help. Michel Cariotis I have never gotten this error nor can I replicate it, but ….. Prior to ver 9.0 Arrays where limited to 64,000 elements, yours has a whopping 240, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mesh size versus scaling

    OK, when creating a mesh (triangles) and defining my simple shape - a rectangle for example - what is the best approach on sizing. That is, should I make a big mesh so it is big when placed in the scene Or should I make the mesh small and then scale it or what ever during the scene One instance of this is putting up a "flat" background image into the scene to serve as the backdrop. I made a "large" mesh (-5, 4, 0 to 5, -4 ...Show All

  • .NET Development How to extract icon from resx file

    I've a form with an imagelist filled. I just want to access the resx file of the form to get an image from the imagelist in icon format. Can anyone help me I've solved the problem : before the Main sub there was a directive : [STAThread] Deleting this code line my application running well. But now my question is : why till 1 month ago I can run application with [S TAThread] without problem and today ...Show All

  • Windows Forms Custom Fields per line Item

    Hi, I am developing a ERP application, and part of this is Order processing / Shipping / Receiving. We have several customers, and some customers require a additional fields for each line item of a receipt and possibly a shipment. Currently the Rece ...Show All

  • Visual Studio Tools for Office Unable to create Excel Workbook Project

    I just installed Visual Studio 2005 June CTP on a machine with no previous version of VS 2005. However, I get the following error when I attempt to create an Excel Workbook Project: The project cannot be created. I tried uninstalling and reinstalling both VSTO and VSNET. Then, I tried formatting and reinstalling Windows 2003. Next, I tried it on a Windows XP machine. However, all gave the same result. Note: I can create a Wor ...Show All

  • Visual Studio Release date for Management (WMI) Extensions for Visual Studio .NET 2005 ?

    Hi,   When will a 2005 version of Management (WMI) Extensions for Visual Studio .NET be available   I’ve found the 2003 version, which looks great, but alas no 2005 version.   http://www.microsoft.com/downloads/details.aspx FamilyID=62d91a63-1253-4ea6-8599-68fb3ef77de1&DisplayLang=en   I'm currently writing some WMI code for BizTalk 2006 Beta 2 using Visual Studio 2005 RC, unsurprisingly, the 20 ...Show All

  • SQL Server Report from - Report to

    Hi, I have a report setup on reporting services which has several subscriptions attached. The report is run every business day, each hour (8am till 7pm), but the only problem I currently have, is with the report from and report to fields. Is there a proper way to set these up for the automatic distribution, so that the subscription that runs at 8am, will report data from the day before 7pm till 8am thanks! Lionell ...Show All

  • .NET Development Framework 1.0 Version

    I am new to C# tell me how to take input from user of int variable in console.   Thanks Hi, You can do this: Console.WriteLine("Place a number"); int x = int.Parse(Console.Readline());   cheers, Paul June A. Domag ...Show All

  • .NET Development 1.1 to 2.0

    Hi, I am converting a 1.1 code to 2.0 The line that I would like to convert is System.Web.Mail.SmtpMail.SmtpServer = SMTPserverName; P.S. using outlook do you know what should this line be in 2.0 Thanks string server = "server"; System.Net.Mail.SmtpClient client = new System.Net.Mail.SmtpClient(server); client.Send(from, to, subject, body); Hope this helps. ...Show All

  • Visual Studio 2008 (Pre-release) TextBlock without space

    Hi, Is it possible to have a TextBlock without the space arround the text (the space from the LineHeight etc.) What I am interested in is to display a text on one line and the bounds to exactly contain the content text. Thank you, Valentin Valentin, Correct, in this case you're probably best off implementing your own custom layout. Filipe   ...Show All

©2008 Software Development Network

powered by phorum