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

Software Development Network >> Virgil Balibanu's Q&A profile

Virgil Balibanu

Member List

Jens K. Suessmeyer
slyi
CeeVee
dominick.baier
CaffeineMartini
Coenie
Ricardo Jesus
Agent00
Puil
akka
jm63
Lao K
brrrr
prabakaranm
Jagannath
Jay Shrestha
ataha
BluestarLV
jvictor
cdolphin88
Only Title

Virgil Balibanu's Q&A profile

  • SQL Server Assembly MyAssembly was not found in the SQL catalog of database MyDB

    I’m trying to register my CLR UDF in SQL 2005 using this code   CREATE FUNCTION GetSomething() RETURNS INT AS EXTERNAL NAME MyAssembly.MyFunction.MyMethod   When I run it against my DB I get this error: Assembly MyAssembly was not found in the SQL catalog of database MyDB   I’ve successfully registered my custom assembly in the DB (I see it under Assemblies folder), and I’ve set CRL Enabled to 1 in my DB.   What am I doing wrong   Thanks in advance I have same problem and I do deployment using Visual Studio .NET 2005 final release, it is as nightmare to see ...Show All

  • Windows Forms Shared Database Files In VB 6.0

    I am tring to share a datebase and its associated tables that I created use the create datebase SQL command creating an access 97 database with an .mdb extension.  It works fine as long as there is only one user at a time.  When there are two users the database slows down to the pont of almsot being useless also it wirte the re ...Show All

  • Visual Studio Team System What is the MSDN Visual Studio 2005 Team Suite "Trial" Edition?

    Hi everybody, Today I found the Visual Studio 2005 Team Suite Trial Edition in MSDN Subscriber Downloads. I am a MSDN Universal subscriber and have transitioned my subscription to get access to the Team Suite for Software Developers edition. Maybe anybody from Microsoft can clarify: - What is the "trial" meaning Usually MSDN software is not limited as towards features or usable time - Is the trial edition the one which I get due to the transition Best regards Ralf The setups for the agent and controller are located on the Team Test Load Agent media, which is not available for download through MSDN Subscri ...Show All

  • Windows Forms Drawing in a Panel

    Hi, I need to do complex drawing in a Panel to give the opportunities to the user to see the design prior to print it. I put really basic code to draw a rectangle in the panel but I don't have any scroll bar to see the rest of it. How do we tell to the panel that it's fixed display area will be ex: 900x400 and the virtual display area 3000x2000. I tried to set the autoscroll prop but without success Code sample (very basic...I know ) Dim vdesign As System.Drawing.Graphics vdesign = Panel1.CreateGraphics() vdesign.DrawRectangle(System.Drawing.Pens.Black, New System.Drawing.Rectangle(0, 0, 3000, 200)) Thanks Serge ...Show All

  • Visual Studio 2008 (Pre-release) Reusing Window Objects

    Quick question: I have a XAML/C# Window object which is a WPF dialog box. When I want to show the dialog I call the ShowDialog function. Then when the user presses Ok, Cancel, Escape, or presses the Close Button the window disappears, and ShowDialog returns the dialog result. Is it then possible to resuse this object to show the dialog more times, without creating a new fresh object. It seems that once Close has been called, the window is in "dead" state. The reason I ask is because doing this will be a simple way to persist the user's dialog choices - I don't care about WPF's state, I just care about maintaing my ...Show All

  • Windows Forms Joining two tables to display data on the dataGrid

    Hi All, I have a table named Address that I show in the Grid. But I have a field in this table named CityId. Instead of showing the CityId in the Grid directly I want to display the Name of the CityId, that is kept in another table called City. The CityName will not be editable. But another column, comment of the Address table is editable on the Grid. Can anyone tell me how to implement that I can use a inner join to show the data, but the update is not possible. Thanks, Mokles I've solved this problem in version 1.1 by adding a new column to the adress table called City. In the expression add ...Show All

  • SQL Server Downgrade Install Plan

    We are upgrading an application that is not yet supported on SQL Server 2005. The upgrade involves new hardware (including a new sql server). Any gotchas or advice regarding this plan: 1. Install Windows 2003 64 bit, configure hardware appropriately for running SQL Server. 2. Install SQL Server 2000 64 bit using the 2005 license key (is that how you 'downgrade' I didn't see a 'how-to' article regarding this). 3. Restore backups of system databases from current SQL Server to new SQL Server (note: current SQL Server is running 32 bit - I realize that I need to make sure that I have the same service pack on the new server as that on th ...Show All

  • Windows Forms User Control And Events

    I've go a User Control that inherits from the TextBox class and I've added a ListBox; I needed to create a custom event exposed to the parent form that would fire when the ListBox changed visiblity.  The code below works but I know it's now quite right.  Any help appreciated. Control Code Snippet============================================== using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; public delegate void ListBoxEvent(); namespace TextBoxLookupLib {  /// <summary>  /// Custom Textbox Control  /// </summary>&nbs ...Show All

  • Windows Forms Windows Form Height property (.NET developpement)

    Hi guys, my question concerns the "height" property of the Windows form : I would like to know wether it's possible to set the height property of the Windows form object (namespace System.Windows.Forms.Form)  more than 780 pixels    I've tried the "Size" method, il works to set the height property for less than 780. If the height property is  ...Show All

  • Windows Forms dataGridView + mousewheels

    It it possible to scroll the dataGridView control using mousewheels He must have gotten stumped. I'm trying to figure out why, without any code, some grids work with the mouse wheel and some don't. ...Show All

  • Visual Studio Express Editions How to programmatically add a toolbar and button to Express C++?

    Since add-ins don't appear to be presently supported in VC++ Express Beta 2, does anyone know how you can programmatically add a toolbar and put a toolbar button in that toolbar corresponding to an existing External Tool   I used to do this with an add-in in VS.NET 2003, but cannot with VC++ Express Beta 2 because add-ins don't appear to be supported. Where is the information for new toolbars and the buttons they contain stored   I can't find it anywhere. Thanks in advance for any help. - Chris Disdero Everett, WA USA Hi, Unfortunately, the technique you speak of falls under our add-in API and i ...Show All

  • Visual Studio Tools for Office Unable to move outlook add in code to other machine

    Hi, I'm trying to move my code to another machine so I can work from there too. But the add in does not compile once moved. It gives me errors like not reconizing thisApplication class or the declared variable outAddIn of OutlookAddin Type. Also, I run the msi on my machine for the registry entries but it didn't fixed either. Does any body know how to fix it Best Regards Hi Jhon, I could fix the application, It was related to a add in namespace. I do not know why, I have a CDAddin name and it was not able to find the out look application object. Right now, I've change it to another name space and worked. Weird thi ...Show All

  • Visual Basic Writing to files

    Hi, I`m learning Microsoft Visual Studio Express Edition and trying to work out how to write a line of text to a file each time the application is closed. Please see my code so far below: '***** Declarations ***** 'Info stored in *.dat files Dim T1 As String = "C:\T1.dat" Dim T2 As String = "C:\T2.dat" 'End Application Private Sub cmdExit_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles cmdExit.Click My.Computer.FileSystem.WriteAllText(T1, TextBox1.Text, False, encoding) My.Computer.FileSystem.WriteAllText(T2, TextBox2.Text, False, encoding) The code above on ...Show All

  • Visual Basic Cant run any VB 2005 programs

    I have installed and re-installed VB 2005 Express Beta 2 twice and I still get the following error, even on a simple form with only 1 control..."AccessViolationException was unhandled"...Attempted to read or write protected memory. This is often an indication that other memory is corrupt."  When I click on detail I get the following additional information>>> Data: System.Collections.ListDictionaryInternal Source: System.Windows.Forms Stack Trace: " At System.Windows.Forms.SafeNativeMethods.ShowMethods TargetSite: Boolean ShowWindow(System.Runtime.Interop... Any ideas whats going on here Thanks for any help.  Please feel f ...Show All

  • .NET Development Change SQL-Statement during runtime

    Hi, I'am using VB.Net 2005 an I have designed a dataconnection to a SQL-Server 2000 with the DataSource-Designer. Now I want know how I can change the SQL-Statement in tableadapter during runtime  Thank you very much Das S The first obvious question is - why would you want to :). I'd be inclined to try and find a solution that doesn't require you to change query structures at runtime. Besides well architected ORM solutions, it's always a mix for disaster. Anyway, if you must, you could either a) Create a class that inherits from the st. typed dataset, and find the CommandCollection ...Show All

©2008 Software Development Network