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

Software Development Network >> Julio Casal's Q&A profile

Julio Casal

Member List

ed_narayanan
ParadoxNut
JohnHenderson
beave
Carl Tribble
bgo.ugent
David Botz
Mikkel Monologo AudioDesign
John Cass
wingbyte
Paul Rayner
telespan
jbothwel
Matthew B
Leonard French
husseiny
Thom_
AloneSword
Nanda Motikane
ShaneCourtrilleDev
Only Title

Julio Casal's Q&A profile

  • Microsoft ISV Community Center Forums lost buddy

    Started by timm at 05-17-2005 1:06 PM. Topic has 0 replies. Yesterday, 1:06 PM timm Joined on 03-24-2005 Posts 2 lost buddy  I once had a buddy.  He was very helpful, but then he left. So I applied for a new one two months ago, but never heard from him. Looking at the buddy site, I don't see a way to just reapply for a new one (other than filling out the form from scratch).  How can an existing member get easily transferred to a new buddy   timm Hello Timm, Please send us an email at budsup@microsoft.com with you ...Show All

  • .NET Development ADO.NET/Access DB Insertion Exception

    I’m working with an Access Database and ADO.NET. I have a record insertion routine that works on some tables and not others. The exception is “syntax error in Insert Into Statement” and it’s from an improperly constructed string. Public Function InsertRecord( ByVal NewRow As DataRow, ByVal Table As DataTable, Optional ByVal Update As Boolean = True ) As Boolean 'works NewRow(DataRecords.ciRecordNum) = Table.Rows.Count ' Autoincrement Table.Rows.InsertAt(NewRow, Table.Rows.Count) If Update Then Using CmdBuilder As New OleDbCommandBuilder(Adapter) Try ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. "Programming RolePlaying Games with DirectX" help

    Has anyone else read this book I am a current student at the Art Institute and recently purchased this book. The code they have is based on DirectX9.0b, so it requires a lot of changes from IDirect to ID3X...and I just started learning DirectX with this book. I'm just wondering if anyone else read this book and were able to confront those errors. Anyone know any good resources to learn DirectX9 and/or tutorials on creating an ideal DirectX wrapper. Thanks, Umesh I am 100% certain that DirectX 9.0d will not come out and break your application. But only becuase DirectX 9.0c is the last version of DirectX9. ...Show All

  • Visual Studio 2008 (Pre-release) Is there a sample that uses ResourceDictionaryLocation.ExternalAssembly?

    The sample that specified ResourceDictionaryLocation.ExternalAssembly for ThemeInfoAttribute was not able to be found. I made MyControls.dll and MyControls.Luna.dll. The resource of MyControls.Luna.dll was not used though ExternalAssembly was specified. What is the name/location of the ResourceDictionary XAML file in your MyControls.Luna.dll System expects that the file will be in the "themes" folder and named according to theme and color scheme... Giving: themes/luna.normalcolor.xaml (default color scheme) themes/luna.metallic.xaml (silver color scheme) themes/luna.homestead.xaml (olive green scheme) ...Show All

  • Visual Studio VS RC1 Installation Error "...unable to find Baseline data"

    Hello everyone, I just downloaded RC1, mounted image with Daemon-Tool and, when I tried to run setup, it gave me that meaningful "Setup was unable to find the Baseline data." error message. I checked X:\vs\Setup\baseline.dat and guess what, it's 60340 bytes long, but filled entirely with zeros. I'm not an expert, maybe it's intended to be like that, but I doubt that. So, is it virtual cd error or is it something wrong with an image Thanks in advance, Val I'm using a differente image tool (Magic Disk) and the problem stays the same. I have already the installation files on my hard disk and tried to perform t ...Show All

  • Visual Studio Tools for Office Open a new local mail and insert attachment file

    Hi all, My application creates files and attach these files to local mail (ex:outlook). This mean my application open a new local mail and insert these files automatically. My idea includes following steps: - Open a new local mail. - Fill in "To" address. - Insert attachment file. (This file is exist in local system, program ) Certainly, these steps is done automatically when user click on button or label link for example. Thanks. Steven Hi Steven, For Outlook questions, please post your question on the Outlook newsgroup. http://msdn.microsoft ...Show All

  • Visual Basic How to use Crystal Report Controls?

    Can somebody help me on how I can use the Crystal report viewer control and Crystal report control pls posts some sample code that I can use...Tanx! Dominic. Hi, You can try articles at Crystal Reports for Visual Studio 2005 Tutorials and Sample Code   http://msdn2.microsoft.com/en-us/library/ms227881.aspx . And CrystalReportViewer Object Model Tutorials  http://msdn2.microsoft.com/en-us/library/ms227490.aspx . Best regards, ...Show All

  • Visual Studio Express Editions Reading from DB

    How to I read multiple rows from a database without having to bind them to a control I need to be able to later add them to an array. Thanks, Thank you, I will try this later today. I am happy to see a forum where responses are fast and accurate. Keep up the good work guys (and gals). ...Show All

  • Visual Studio Express Editions attempting to create a COM object.

    I am trying to create a dll to be used for sourcesafe 2005 automation. From the help there appears to be to ways to create a com object. First open a COM template. This option is not one of the available templates when i choose to add new item, after opening the class library project. The other option is to choose the Register for COM Interop check box on the compile tab. I do not have this box either. When i go to the build i also do not have the option to: Select Build Solution from the Build menuSelect Build Solution from the Build menu If i do a build a dll is created, but is not registered and cannot be registered with re ...Show All

  • Visual Basic Graphical GUI's in Visual Basic -- is it possible?

    Hello, first off, i'm not much of a programmer so forgive me if this question sounds silly... Is it possibleto create a DLL file in visual basic 2005 express which consists of a GUI ...maybe I put that the wrong way...here's what i'm trying to do: I'm using a program called ActiveWords that can read from a .dll file. I want the program (activewords) to call a method in the .dll file which will display a GUI file and then return a value to activewords... the activewords part aside, can a GUI be created in a dll thanks for the help A form is just a class (with a user interface) and therefore  putting forms in othe ...Show All

  • SQL Server SQL Server 2005 SP1 installation hangs at authentication verification

    After the installer has asked for authentication mode and has started verifying the authentication it simply hangs. I've let it sit there for an hour before taking the installer forcibly down but nothing seems to be happening except for two osql.exe processes showing up in the task manager. I've tried both windows authentication and SQL server authentication but the outcome is always the same. At the same time I'm, however, able to login to the database engine and all services with management studio using both authentication modes. The last few lines in HotFix.log are as follows: 05/09/2006 09:49:09.999 Authenticating user ...Show All

  • Visual C# C# Windows Control

    hey ppl, i am having a problem with a control, my control is a background with a label on it, then when i use my control on my form i use the on click event, and it only happens when u click the control itself and not the label, so i was wondering how can i do that no matter where u click inside the control , fires the click event. pls post me some code :( mig16 thx In your UserControl you are handling the Click event, but when you click on the label the click event is not getting fired because the label was clicked. You can do this: this.Click += new EventHandler(MyUserControl_Click); this.label1.Click += n ...Show All

  • Visual Studio Tools for Office VS 2005 Professional with Office Tools

    Does VS 2005 Professional with MSDN Professional Subscription come with Tools for the Microsoft Office System I don't beleive so. Actually, checking this site reveals that it does not: http://msdn.microsoft.com/vstudio/products/compare/default.aspx ...Show All

  • Windows Forms Forms Designer & My Panel Control

    When I place a TableLayoutPanel on a blank form, and then add a Button to the top-left (0,0) cell, the following code is generated: // // tableLayoutPanel1 // this .tableLayoutPanel1.ColumnCount = 2; this .tableLayoutPanel1.ColumnStyles.Add( new System.Windows.Forms. ColumnStyle (System.Windows.Forms. SizeType .Percent, 50F)); this .tableLayoutPanel1. ColumnStyles .Add( new System.Windows.Forms. ColumnStyle (System.Windows.Forms. SizeType .Percent, 50F)); this .tableLayoutPanel1.Controls.Add( this .button1, 0, 0); this .tableLayoutPanel1.Location = new System.Drawing. Point (43, 61); this .tableLayoutPanel ...Show All

  • SQL Server PDF Export and extra pages

    I'm having a problem exporting a report to PDF.  In the viewer, the report looks great.  When I export to PDF, all the group totals end up on a separate page.  This inflates the pages by a great deal for a good size report.  I'm using SQL Server 2005 beta2 but I have also read about this problem in 2000 SP2.  Does anyone have a solution to this   I'm going crazy trying to figure out the answer!!! Thanks fir any replies, Bill Have you read the following blog article: http://blogs.msdn.com/bwelcker/archive/2005/08/19/454043.aspx It explains some of the "magic" related to pa ...Show All

©2008 Software Development Network