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

Software Development Network >> enric vives's Q&A profile

enric vives

Member List

GoldRunner
Jim Shipley
Anand Raman - MSFT
Marek Istvanek
NeederOfVBHelp
Ala Kushlaf
Steven Rosenthal
Ramachandran Kartha.V
Uzum4ki
mNilysg
Donaghy
dowhatnow
Latso
MBarley
Ashish Pratap
PadamPadam
Chrisull
dork
Tone Southerland
ULeas
Only Title

enric vives's Q&A profile

  • .NET Development ReflectionOnlyLoad into a separate AppDomain?

    Sorry to be redundant, but I'm creating a new thread which describes the outstanding remaining problem described by the earlier post: Can ReflectionOnlyLoad be applied to load an assembly into a separate temporary AppDomain I like the idea of ReflectionOnlyLoad, but if the loaded assemblies linger in memory as long as the app is running then it's not so appealing. (normally you can just call the 'Load' method on a temporary AppDomain object and unload that AppDomain object when done reflecting, but 'ReflectionOnlyLoad' is unfortunately not a method of the AppDomain class). Thanks, David Anton www.tangiblesoftwaresolutions.com Instant C#: VB to C# converter Instant VB: C# to VB converter Instant C++: C# to C++ converter, VB to C++ ...Show All

  • SQL Server DataReader and bad dates

    Hello, I am using a DataReader to read an ODBC Data Source. Some of my dates are not valid. I would like to have the DataReader just treat the bad dates as Null. However I cannot seem to find a setting that will get me past the DataReader. In SQL 2000 DTS I was able to use a script to skip the bad dates. Please help because I don't want to have to run SQL 2000 DTS on SQL 2005. Thanks, Michael Hi Michael, If you right click the datareader src and choose Show Advanced Editor, then go to the Input and Output Properties tab, and expand the Output Columns collection, you can set the behaviour you want for error handling on a per-column basis. Click the column you want to ignore errors on, and ...Show All

  • Visual Studio Express Editions Must I use managed code?

    I'm used to using Visual Studio 5 and 6 at work, and downloaded VC++ 2005 Express to use at home. I also downloaded the Platform SDK. I wrote a simple WinMain function that accessed a third-party COM component, and that seemed to be fine. When I came to add a dialog box, I was faced with lots of unfamiliar code, nothing like the normal Windows stuff I'm used to. Also, when I came to run it in debug, the ourput window showed a managed thread and a native thread. I don't really have time to learn a whole new technology, so can't I just build native Windows code like I'm used to Was the project Win32 or CLR I'm guessing that since you ran into a problem when you added the form (a.k.a CLR/Managed Code), ...Show All

  • Visual Studio Express Editions Webbrowser navigation toolbar

    I use a webbrowser object on my form. Instead of using my own buttons and building a toolbar, isn't there a pop n drop internet explorer-like toolbar i can call and link to the webbrowser object Thanks for any help ...Show All

  • Visual Studio Express Editions DataGridView Navigation ?

    hi i am using vb 2005 in datagridView ,if press enter button it will got to next row. i want to change it .means if i enter some value in one cell and press enter ,i want to set focuse in to next column(cell).not to next row. how can i set focuse curser in to perticular cell and i how can i validate one cell. i am totally new in datagridview thanks in advance This is an advanced topic. It requires creating a new control that inherits from datagridview and creating a new column style. I posted an example on the VB-Tips website . ...Show All

  • SQL Server Moving Database Diagram 2005

    Hi everyone,in sql server 2005, can anyone please tell me how to move a database diagram between 2 databases on the same server . Both database have the same data structure. I found this article on MS http://support.microsoft.com/default.aspx scid=kb;en-us;320125 ... which works for SQL 2000 but in SQL 2005 the SQL line 'select * from dtproperties' is not recognised. Thanks for any help Thanks for the reply, but I have a small problem, my server name contains a hyphen and the my SQL line fails with "incorrect syntax near '-' ", any idea how to fix this ...Show All

  • Visual Basic print dialog problem

    hey out there. how do i make the print dialog send output to the printer i have looked a little around, but i cant find anything.. i know i have to use something like this: If PrintDialog.ShowDialog() = Windows.Forms.DialogResult.OK Then <missing code> ;) End If can you help me //Martin Please look at the following link. That will give you some idea. http://msdn2.microsoft.com/en-us/library/system.windows.forms.printdialog.aspx ...Show All

  • SQL Server Mirroring dedicated traffic

    We are using the following configuration: 2 stand alone Windows 2003 servers 64 bit. Each have two Gig Network cards configured with different IP addresses. Each running multiple instances of SQL Server 64. I am trying to set up a mirror where mirroring traffic between servers will be dedicated to a secondary IP address on the second NIC. I am also trying to avoid Windows authentication. Interesting enough: Security Configuration screen suggesting you to use fully qualified TCP addresses and, at the same time, does not give you such an option... Would someone please point me in the right direction Thank you. Thank you very much for your response. That is definetely a lot of ...Show All

  • Visual Studio Express Editions Write arraylist to Text File

    Im sure this is an easy one, but what is the best way to write an arraylist to a text file Scott All the elements of the array are formateed the same. eg) Penticton,082E,-120.00,49.00,-118.00,50.00 Nelson,082F,-118.00,49.00,-116.00,50.00 Fernie,082G,-116.00,49.00,-114.00,50.00 Canal Flats,082J,-116.00,50.00,-114.00,51.00 Lardeau,082K,-118.00,50.00,-116.00,51.00 Vernon,082L,-120.00,50.00,-118.00,51.00 Seymour Arm,082M,-120.00,51.00,-118.00,52.00 ... there are about 80 of them, these will never change. Ther are given to us. I tried using the code that you suggested, but I am not sure what to change "theArrayList" to. I tired a few things that didn't work. Any ideas given my code posted above Do I need to pass anything ...Show All

  • Software Development for Windows Vista How to get(set) cursor position in my service before logon?

    Hello, I noticed that an interactive service cannot run in vista any more. This issue is good to security, but bad news for me using an interactive service. My service is simple and needs only 2 functions - one is getting cursor position and the other is setting cursor position. These 2 functions can be implemented through one other user application after user logon. But before user logon, how can I do this job Thank you in advance. Sweating Egg;; Hello SucceedEgg, How does your service communicate to your client application (if it does indeed do this) Does the service start when the computer starts Have you tried debugging your service to see whats going on Can you p ...Show All

  • SharePoint Products and Technologies what does the %2F refer to in the query string

    Hi what does %2F  refer to in the query string. my Query looks like this: HttpContext.Current.Request.Url.Query = " RootFolder=%2FLists%2F tskList2 &ContentTypeId=0x010800009E7A9DBA6F3249BC69C8BECD548608008A8FCB4195F70F478AED6775A0D4F1D3&Source=http%3A%2F%2Frta%2FLists%2FtskList2%2FAllItems%2Easpx" I know for a fact that tskList2 is the name of my curent list but what does %2F before the name of my list refer to Thank you ...Show All

  • Visual Studio Express Editions How to display the time on a separate form

    another embarressingly simple question from a beginner. I've been reading the "your first programme" tutorials that come with Vb Express and have tried the one about showing the time in a message box. No problem there. To help me learn a bit more I decided to make a new form with a label so I could show the time in the label instead of the message box. I thought that all I would have to do is substitute the word MsgBox for Label1_dateandtime (the name of the label on the new form) - basically instead of using the message box I use a form I made. But I keep getting the error "you have tried to access a property without assigning to it, or without using its' value". I'm obviously missing something, after 4 day ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Question regarding making landscape in 2D

    My question is rather simple. I have a texture and a landscape map to apply it to. It is possible to make a rectangular sprite in XNA, but is it possible to cut a part from it Here's an example for better understanding of what I'm aiming for: http://img335.imageshack.us/img335/9972/examplent7.jpg The only way I can think of is to make a different texture for every sprite, changing its shape every time. But that really it not the easiest and smartest way... Here's an example of a single landscape part: http://img151.imageshack.us/img151/8537/partaq9.gif ...Show All

  • Visual Studio 2008 (Pre-release) Install Problem - VS 2005 Step

    I am having an Orcas install issue I have not seen in the forums yet. At the end of the install there is a step that seems to launch VS.2005 in the background and eventually it crashes and I get the "Relaunch VS.2005 - Send Error to Microsoft" dialog. After that the Orcas install rolls back. I ran the Microsoft .Net 3.0 Uninstaller before attempting the .NET FX RC1 install and have uninstalled / reinstalled VS.2005. .Net FX 3.0 apps do run fine on this machine (Microsoft Max and other programming samples) Any ideas or install switches I can try Adam Hill VS 2005 Professional from MSDN DVD's VS 2005 had been/is still working fine on this machine. I can launch the ID ...Show All

  • SQL Server export to PDF (reporting services)

    Greetings!, Does anyone here know where to configure the document properties/security settings of PDF files generated by reporting services thanks! Hi Sanjay, Thanks. What dou you mean about the 64 bit version What would be the probable repercussions regards ...Show All

©2008 Software Development Network