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

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

malpropio

Member List

pete_smith74
SurySuman
ScottLeo
MaxCrash
Skyblue1
jMerliN
Anonymous
David Soussan
TxDot
s_clarke
Nicolas Louis Evaluant
Grady Jr Henderson
spbsmr
scott.addams
Tom Kubit
nil130180
Vadim
JG67
clonk
Dan_Johnson
Only Title

malpropio's Q&A profile

  • SQL Server Need help on Matrix Column Grouping

    Hi all, I am trying to make column grouping which look like this: Group1 Group2a Group2b Group2c G3a G3b G3c G3d G3a G3b G3c ...Show All

  • Visual C++ Where does it go?

    I have VC++ Express. When I double click an item, the IDE takes me to Form1.h to enter code. Is code suppose to be in a header file My project is called Test. In Source Files there is a .cpp file called Test.cpp. This has the directive #include "form1.h". It therefore should have forward definitions of functions attached to buttons, etc. on the form. But, I can't copy and paste a function definition from form1.h, then enter code here. I get sco ...Show All

  • Windows Forms Windows Form crashes when moved or maximised

    Dear Forum, I have an app that has a custome control of a clock in it. It has threads in there but I cannot see any that are accessing the main form incorrectly.  I get the following error. System.Windows.Forms :    at System.Windows.Forms ...Show All

  • Visual Studio 2008 (Pre-release) Storyboard in a CustomControl doesn't find an element to animate

    Hello there! I have a ListBox with the following DataTemplate in < ListBox.Resources > <!-- DVDItem in ListBox --> < DataTemplate DataType = " {x:Type src:DVDItem} " > < src:DVDViewboxItem x:Name = " MyDVDViewboxItem " /> </ DataTemplate > Everything works fine but only if I enter my DVDViewboxItem I get an exception, that a Storyboard in DVDViewbox ...Show All

  • .NET Development Sending Email problem (.NET 2.0)

    Hello folks! I'm trying to send email using the new classes of .NET 2.0, with the following code: MailMessage msg = new MailMessage(); msg.To.Add("bribeiro@certisign.com.br"); msg.From = new MailAddress("bribeiro@certisign.com.br", "Bruno Ribeiro", Encoding.UTF8); msg.Subject = "Teste de envio de emails usando .NET 2.0"; msg.SubjectEncoding = Encoding.UTF8; msg.Body = "Este e o corpo da mensagem ...Show All

  • SQL Server proxy rs 2005 - how to use the ReportViewerWebControl.axd?

    We have a reverse proxy for rs 2000 -> a client requests a report, it (the proxy) then goes out to the rs box, gets the report, encrypts any return urls and feeds the modified html to the requesting client. I understand this isn't necessary anymore with rs 2005 due to the architecture. Question is, when I use the ReportExecutionService.Render method it is still returning the parameters for the report, and not the ReportSession, ControlID, Con ...Show All

  • .NET Development AutoUpgrade

    I'm searching for some idea one how to make an auto upgrade for an application. I've looked at the AutoUpdate project:   http://www.codeproject.com/vb/net/autoupdate.asp   Is this a good way of doing thing or are there better ways       (My application is small, 2mb. The upgrade will be made on the net.) For people reading this and using .net 1.x, I found this by following your link: http ...Show All

  • .NET Development How to migrate from CMAB to the System.Configuration in .NET 2.0?

    Is it possible using the new classes in .NET 2.0 in the System.Configuration namespace to have a config section like the following: <editor>      <font>Verdana</font>      <size>24</size>      <style>2</style> </editor> I am able to make it work with values being attributes, however my 1.1 applications are not that way. Also, is it ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. [MDX 2.0.0.0] How to read pixel from back-buffer (or equiv.)?

    Hi all, I've working on this issue for a while now but I just can't find any documentation covering it or a solution which works in Managed DirectX 2.0.0.0 (Feb06 SDK). I'm working in C#. I am using shaders to render a scene which I want to then use to compute a deformation to a mesh. The trouble is, I want to look up values from a computed texture in CPU but when a texture has Usage.RenderTarget I cannot have Usage.Dynamic ( ...Show All

  • Visual Studio VC 2005 does not copy files when publishing a web site

    I have recently converted a .net 1.1 web application to .net 2.0. The conversion went very well. I was very pleased with the wizard. The application runs well from inside the development environment. Problem is when I try and publish the web site... no files ever get copied to the output directory. Any ideas would be appreciated Bill I am experiencing this same problem. I have two projects in this solution ...Show All

  • Visual Studio Team System Calling a web test from another web test

    I have generated couple of web tests using Visual Studio 2005. I want to call a web test from another web test where some parameters can be sent to the calling web test. Can anyone let me know how can this be accomplished. Sure this is a late reply, but this not for you rajeev. Whom ever searching in forum this will be help full This is code which use to call webtest1 from webtest2 namespace TestProject2 { ...Show All

  • Visual Studio Two way synchronization

    Hi all, As far as I know The DSL Toolkit doesn't support two way synchronization out of the box. Suppose I want to implement it (at least try). What are my best options Just writing the "raw xml" I think I heard somebody speak about a DSL demo at the PDC were synchronization between two models was demo-ed. How was this implemented Thanks in advance. Edward The DSL Tools V1 won't support two synchronization out ...Show All

  • Smart Device Development My pocketPC can't install .cab files

    My pocketPC is Acer n50 , use Window Mobile 2003 , second edition. I'm now trying to install some application by running .cab files from my SD-MMC card I've done everything they said from an instruction, but it didn't work. And this message appear in the end. ........................................... Setup Failed The file "\SC-MMC Card\Whatever\setupData.cab" is not a valid Windows CE Setup file. ................... ...Show All

  • Visual Basic trouble with function prototype from vb .net DLL with array for unmanaged native caller

    Reposted in the hope some experience  and skill people can shed some insigght while continue to struggle and research. It has been easy to create a com class DLL. It worked wonderfully for all public methods and functions that have only simple data types.  Despite searches, reading, I still have dense cloud in front of my road to make available a method that passes string and integer arrays to unmanaged caller.  I e ...Show All

  • Visual Studio Express Editions DateTimePicker Question

    I have a form that has a DateTimePicker control on it. This control is databound and the data is stored to an sql database table. The user can select a date and this date is saved to the database. When the form is reopened the correct date is displayed in the control. SO everything seems to work fine. However if I put a line of code in such as below: MsgBox(StartDateDateTimePicker.Value) I get todays date displayed not the date tha ...Show All

©2008 Software Development Network

powered by phorum