Software Development Network Logo
  • Windows Vista
  • Audio and Video
  • Visual C++
  • Microsoft ISV
  • Smart Devicet
  • IE Development
  • Visual Studio
  • Game Technologies
  • Visual Basic
  • Windows Forms
  • SharePoint Products
  • Visual FoxPro
  • SQL Server
  • .NET Development
  • VS Team System

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

RonanDiniz

Member List

macharla
Shantale
Scott McKeown
WolfgangEngel
J A Y
GroZZleR
Bjerner
RichLeyshon
Targe309404
sugrhigh
Kevin Hoffman
Kikkoz
yoshikatsu
render77
.net sukbir
susanasusana
gshaf
Jeff Schuler
OUPRO
MatthewMaas
Only Title

RonanDiniz's Q&A profile

  • Visual Studio CR on client system (redist)

    How do I make sure that the client system get's the proper CR files I've created a simple reporting app, and the client system needs to DL it. Is there a way to package it in my setup - np you add them to a setup project. (New setup project in VS), you should follow the directions that are available by the downloads of the merge modules. All this work results in a msi file which you can use to install. ...Show All

  • Visual Studio 2008 (Pre-release) WCF Stream Bug?... or something?

    Hello everybody, I am new to WCF, today I want to make a file upload service using netTcpBinding hosted on a manage application, at beginning, I write some code to test how stream works on WCF. I use MemoryStream to carry a string's byte array to the server side, server decode the byte array and returns the string. codes like these: client:                 byte[] data = Encoding.UTF8.GetBytes(txtFileName.Text);                 using (MemoryStream ms = new MemoryStream(data))                 {    &n ...Show All

  • Windows Forms Font style not found issue/exception -- how can apps work with this problem?

    I have the following code (generated by the designer): this .panelTabs.Font = new System.Drawing. Font ( "Verdana" , 11.25F, System.Drawing. FontStyle .Regular, System.Drawing. GraphicsUnit .Point, (( byte )(0))); A user running our app gets the exception: ArgumentException: Font 'Verdana' does not support style 'Regular'. because the user's computer has all verdana font files but the "Regular" one. So he has bold, italics, etc files but does NOT have the "regular" font style. If all the verdana fonts are missing, Windows smartly does a font substitution. However, when certain style is missing, it does not seem to do it. How can I avoid this exceptioon without having to go through hundred ...Show All

  • Software Development for Windows Vista Sample Simple-STS for RC1+: There must be exactly one certificate

    Hi , I've tried running the Simple-STS for RC1+ sample but whenever I start the SampleSecurityTokenService.exe , it comes back with the folowing errors An unexpected fault was encountered: System.NotSupportedException: There must be exactly one certificate at Microsoft.ServiceModel.Samples.SecurityTokenService.Program.get_SigningCertificate() in C:\Documents and Settings\Administrator\Desktop\certs\Simple STS\SecurityTokenServer\Program.cs:line 39 at Microsoft.ServiceModel.Samples.SecurityTokenService.Program.StartSTS(Type type, String stsLabel, Uri baseAddress, Uri baseMexAddress) in C:\Documents and Settings\Administrator\Desktop\certs\Simple STS\SecurityTokenServer\Program.cs:line 120 at Microsoft.ServiceModel.Samples.Secur ...Show All

  • Visual Studio Express Editions cd writer supported media types

    i know imapi does not support dvd writers......but i would like to be able to querry supported media types from a writer...... any suggestions on how to do this thanks.. wf what is a driver api lets not make this complicated........their is a simple solution,and when i find it i will post it...untill then ...... any other suggestions wf ...Show All

  • SQL Server Adhoc vs PROC

    Hi Guru, When I ran my adhoc script below it generated only 45000 reads or 4 seconds but when I wrapped it into procedure it took about two minutes or millions of reads. The parameters calling both adhoc and proc are indeed the same. I'm pretty 99.9% sure that the proc does not recompile because I don't mix up between DDL and DML, no temp tables or any thing to cause proc to recompile. The big difference is adhoc used index scan for 45% but proc used bookmark lookup for 75%. Why it's so difference since they both returned the same results Please help... Below is my code, DECLARE @Mode varchar(10), @UserID varchar(36), @FromDate smalldatetime, @ToDate smalldatetime, @Inst tinyint, @LocationID smallint, @BunitID tinyint, @TeamID ...Show All

  • Visual Studio Tools for Office C++ retrieving data from database.

    Hi, How come when I use C++ to read data from Access database, it only let me read up to 255 chars instead of all the text I have in that specific cell. What's the right command I have to use in C++ to be able to read all the text in the cell. Please help!! thanks in advance. Jason Hi Jason The "Office" in Visual Studio Tools for Office doesn't mean all Office questions are handled here :-) This is a technology addin for Word, Excel and Outlook... for VB.NET and C#. Nothing here to do with Access or C++. So the chances of your encountering someone who can help you are slim. Whether one of the Access groups such as http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.access.modulesdaovba& ...Show All

  • Visual Studio Express Editions HELP I make changes and debug but the changes aren't there.

    I have made changes, some in code and some like adding a button using the design screen. I save and Debug but the button isn't there and my other changes don't reflect. If I run this code as displayed my backcolor is still red from previous setiings, my textboxes that are supposed to not be visible are still there, my new button doesn't show. I AM SO FRUSTRATED PLEASE HELP Public Class Form1 Private Sub ScreenImagesBindingNavigatorSaveItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ScreenImagesBindingNavigatorSaveItem.Click Me .Validate() Me .ScreenImagesBindingSource.EndEdit() Me .ScreenImagesTableAdapter.Update( Me .ScreenImagesDataSet.ScreenIm ...Show All

  • Visual Studio Express Editions Problem in using MDI

    This is the CODE which i have been using, ''''''''''''''''''''  Private Sub MenuItem3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MIcoach.Click             Dim frmcoach As New Form2             frmcoach.Name = "COACH"             frmcoach.Text = "Coach Entry"             frmcoach.MdiParent = Me             frmcoach.Show()  End Sub     Private Sub MICLcoach_Click(ByVal sender As System.Object, ByVal e As System ...Show All

  • Visual Studio Express Editions Bug: Output window: can't change text/background colors of current error/warning line (?)

    I looked all over in the fonts and colors settings under Tools/Options (including 'output window') but found no way to change the hard to see colors of the current error/warning. It causes a great amount of inefficiency with all the required squinting and face close to the monitor positioning. Is there a way to change the hard to see colors or is this a bug/design flaw The problem is that the Output Windows is pretty simple - it is a window that receives and displays text. It has no smarts: it can't distinguish between an error, a warning or some other random piece of text - it is all just text. Having said that you can increase the size and/or color of all the text that is displayed in the Output Window. ...Show All

  • Windows Forms Is it possible to use MFC classes in Windows Forms projects?

    I am new to Windows Forms programming. We would want to use Windows Forms for a new project because of its UI. We have lots of code with using MFC classes, such as CString, CArray etc. We don't care the UI related MFC classes. Could anybody tell me if it is possible to use non-GUI related MFC classes in Windows Forms projects Thanks a lot. No, the CLR cannot instantiate C++ class objects in unmanaged memory. You can however do it the other way around: display Windows Forms forms using the C++/CLI syntax from your MFC project. Set the /clr option, add a reference to an assembly that contains the form. Unfortunately, they need to be dialogs, shown with ShowDialog(). The MFC message loop doesn't prop ...Show All

  • Visual Studio Team System Does WIT customization support this feature?

    I want to implement such a field: If left the filed empty, all valid team project users can access the work item (Visible). If i filled the filed with a user our group alias in valid team project users group, the work item will only visible to this kind of users. Supported by customization or work item tracking system In other word, whether I can set access permissions against a single work item or the work items under specific area or iteration You can set permissions for workitems under specific area path. In team explorer, select your project and select Team/TeamProjectSetting/AreaIterations menu, and check security dialog for the area you are interested in. ...Show All

  • Smart Device Development how to make the program run at backgroud?

    how to make the program run at backgroud my develop platform is c# .net cf 2.0 thank you hi because my software should do some thing at a specifical time by user setting. so it can not hand the ppc's form agelong. just like msn, it not hand the ppc's form agelong, but it can active agelong. How to do it. Thank you ...Show All

  • Visual FoxPro Filename and nullchars

    I hope everyone had a good xmas and santa gives you a lot of presents :) Now, my question: try this code in VFP9: pParam1 is a parameters which contains a folder name. The folder must contains EMLs, but can be another file, just change the extension. cString =pParam1 + Chr(0) nEMLs =aDir(aEMLs, pParam1 + "\*.EML") For iEMLs =1 To nEMLs cString =cString + aEMLs[iEMLs, 1] + Chr(0) EndFor StrToFile(cString, "C:\FileNames.TXT", 0) If you open the TXT file with Notepad.EXE you will see squares and other unreadable chars. If you open the file with FileToStr() and post the content in the VFP _screen, the names are ok, but if you send it to a messagebox() you'll see an empty messagebox. Thus, if you send to the messagebox( ...Show All

  • SQL Server ForeachFile and ForeachItem

    Since I installed SP1, I do not see ForeachFile and ForEachItem anymore as possible collections in the Foreach package, What went wrong Thanks for any advice. thanks for your answer but I did check that In the list, I only see the ForEach loop item, and that I checked. It's when I use that control flow item that I do not get the choice for ForEachFile and ForeachItem in the Collections page. ...Show All

©2008 Software Development Network