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

Software Development Network >> Mariano Iglesias's Q&A profile

Mariano Iglesias

Member List

Martijn Bakker
Murtaza Zaidi
AndyHammer
Pankaj Sharma
Sean Sexton
whulfy
Jan Hrudka
Martin Stettner
Zak Jensen
baptiste manson
julio5101989
David Chang
Scott Hagie
Eias Nabhan
Pat84
Laughing John
Script Spider
Justin Shen
Rob G
notoryus
Only Title

Mariano Iglesias's Q&A profile

  • .NET Development ResourceProviderFactory and 3rd party components

    I've just read about the ResourceProviderFactory class in .Net 2.0 and I want to leverage it to retrieve my localized text from something other than the .resx files and satellite assemblies. If I understood well, once I configure my application to use my custom ResourceProviderFactory-derived class then all attempts to retrieve a localized resource will go though this custom class. So what if I use 3rd party components in my application that wer ...Show All

  • Visual Basic Iterating through text boxes using loops

    **This is copied / pasted from the "Language" forum. **Moderator please leave this post here and delete the other if necessary. I'm writing a program for class (so please don't help TOO much with the logic) but I'm not familiar with all I can do with VB yet. The program is a window with 10 virticle text boxes with corresponding labels. These represent the floors of an elevator. Each text box is prepopulated with a number re ...Show All

  • SQL Server Executing a package multiple times in parallel - can't see it in the GUI

    Hi, I am calling a package 4 times, in  parallel, from a parent package. It would be really nice if I could see 4 instances of this package in the GUI so I can see what each is doing. Is that possible -Jamie Cool. Cos I have to be honest, that's a major irritation for me at the moment cos of the huge (and I do mean HUGE) datasets I've been working with. -Jamie ...Show All

  • Visual C++ How can it be Used a member of CWnd in Static Function?

    Hi! what did I wrong! (Debug Assertion Alert again!) I guess it's problem of CClientDC dc(this).isn't it what should I do UINT CMyTest::Thread(LPVOID pParam); //this Function is static. { //code CMyClass* pMyClass=(CMyClass*)pParam; pMyClass->DesignLine(); //code } myClass Like this: "(this class has been built with ClassWizard and base Class is CWnd )" CMyClass : bublic CWnd { . . . public: void DesignLine(); . .//c ...Show All

  • Visual Studio Express Editions auto update the mycode.cs to reflect changes in mycode.cs [Design]

    hi, is that a way to automatically update (by pressing a button or click from menu) to update the "mycode.cs" file to reflect the changes we did in "mycode.cs [Design]", for example when changing button name, changing form name from Form1 to something else, or changing namespace or there is just no way to update them (i guess that is impossible, there should be a way) anyone know maybe could share with me ...Show All

  • Visual Basic Reorder rows with Drag&Drop in datagrid

    Hi from Spain! In my windows forms app (vb2005) i'm using a datagrid. I want to move (or reorder) rows in the datagrid by drag and drop. Can anyone make a little example i found a example here: http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q832q but the example don't work. Thanks!! Anyone can help with this problem I need reorder the rows in a datagrid with vb2005. Thanks a lot! ...Show All

  • SQL Server Hide "Show details" for the Role Browser

    How can we hide the "Show details" Button for the Browser Role Thanks Greets Markus Sure, it's right that the user cannot delete anything. But my Problem is that the customer can see reports that are hidden in the listview such as Supreports or anything elso which is needed for reports but the user don't need to see them. ...Show All

  • Visual Basic Which would work better StringBuilder or String

    From reading the forums it looks like if I am going to constantly be changing the value I should use a stringbuilder. I am creating a text file\report in which I build a string based on dataset fields and then write it out. But it seems like it would be a slow process to clear the string builder each time I write it out and then fill it with 100 spaces again before being able to use it again. I am converting a foxpro prgram that create a te ...Show All

  • Visual Basic Is "Visual Studio Tools for Office" necessary

    Without "Visual Studio Tools for Office" is there ANY way to access the data (both read and write) in an Excel workbook from VB.NET 2005 You don't need VSTO to work with Excel workbooks. If you add a reference to the Microsoft Excel X.0 object library (of 11.0 for Office 2003, 10.0 if you are using Office XP), you can automate excel. Please not the the 'Microsoft Office Excel X.0 Object Library' is ...Show All

  • Visual Basic Visual Basic Compiler Error Hotfix

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to res ...Show All

  • SQL Server Reporting Services 2005 and Windows Sharepoint Services

    Hi, I have a small dilemma; is it possible to install WSS on the same server as SQL Server 2005 We building a portal using SQL Server / RS 2005 and the idea is to use WSS as the base. The problem is that WSS uses .NET 1.0 and SQL 2005 uses .NET 2.0. And they doesn't seem to work together. Is there a workaround, I have searched the net and there are people saying they are running this configuration but havn't been able to find out ...Show All

  • Visual Studio Express Editions How can I access variables between forms

    Hello everyone, I have two forms and would like to assign the value of a variable (receive) from form1 to a variable (count) on form2. Does anyone have an example they can post. Thanks, Ken Here you go using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication1 ...Show All

  • .NET Development .NET Application crashes

    In the sample code , show below, we are merging many binary file to a single mp3 file. This process works fine for 4 times , but on the 5th time, the application crashes on br.Read without throwing any .net error. We have implemented try catch blocks also.It gives the system error &H80131315&  Dim fsInput As System.IO.FileStream Dim fsOutput As System.IO.FileStream Dim bw As BinaryWriter Dim br As Bi ...Show All

  • Visual Studio Express Editions Uses of VC++

    What does it mean on the download/install page where it says: "You can use Visual C++ Express to build powerful .NET Framework applications immediately after installation. In order to use Visual C++ Express to build Win32 applications, you'll need to take just a few more steps." And is there a button to compile and run your C source code without messing around in a cmd window Hi! It's advertisement :) Visual Studio have ...Show All

  • Windows Forms Generating thumbnails from video file

    After looking around, and not finding any fairly easy solution, we resorted to using the program 'SnatchIt!' - by using its command line functionality The software is unpredictable. Anyone have any ideas, we looked into directx sdk, windows media sdk, no easy ...Show All

©2008 Software Development Network

powered by phorum