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

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

Encaps

Member List

Gonza981
Mauro Solcia
SlyM
Ashyura Bin Ismail
Charles Chung
Joffies
NeuroWinterMute
mracuraintegra
andizzle
forwheeler
gc1848
Jero
Jim25_SQL
Allan Braun
PatrickGreen
Tore Birkeland
huyanan
William Screen
owned
Brian Trautman
Only Title

Encaps's Q&A profile

  • Visual Studio Express Editions Network Applications with VB2005 Express a few simple questions????

    Hi There, I know that this might sound like a foolish question but... I'm new to this programming so please bear with me  Here Goes... If I want to develop a client/Server application, like say a front end to look at a large database and deploy it out to many clients across a LAN (not an Internet solution) then can I do this with VB 2005 Express edition I know that the SQL Express edition cannot be deployed on the network server but If I were to develop the APP in VB Express could I then use SQL 2005 Standard edition or would I have to rewrite my code to connect this app up... or to put it another way,&nb ...Show All

  • SQL Server Reference Dimension causing long processing times

    I have a reference dimension that is linked to a regular dimension that is linked to the fact table. For some reason, when I process the database with some small sample data, it take about 5 minutes to process, where it should take 10 seconds. I am using a reference dimension because it is a child-parent hierarchy, and I don't think I can merge it into the regular dimension. My work-around is to just include the link to this reference dimension in the fact table, so I can create the child-parent dimension as regular. Now is processes in 10 seconds. It doesn't seem ideal since I have what seems to me an unessary dimension now. If I turn &q ...Show All

  • Windows Forms Writing a binary array to XML

    Hello, Is it posible to write a binary array to an XML file, then extract it again thankyou. I'd imagine you could just dump it into a TextNode and you can easily pull it back out again.  I've never tried it though. ...Show All

  • Visual Basic Dataview & Relationships

    Hi, How do i input 2 related tables' fields into a dataview which is displayed on a datagrid, choosing the fields (columns) i want to display, anyone knows or have any examples Table1: ID, Name, Age, Sex, Job Table2: ID, JobName, Salary For example, I created a relationship "Table1Table2" I would like my datagrid to display the fields: ID,Name,Age,Sex,Job,JobName. JobName is from Table2, the others from Table1. Not sure how to do it, these are my codes so far daTable1.Fill(ds) daTable2.Fill(ds) dataview = ds.DefaultView datagrid.Datasource = dataview - help appreciated! thanx! Hi, You could just cr ...Show All

  • Visual Studio Network Not Found and/or Invalid Handle

    Oftentimes when performing a "Get latest version" operation recursively on a project, VSS 2005 Explorer will stop and display a "Network Not Found" op-up window and sometimes when I acknowledge this window, VSS Explorer will resume the get operation and some other times, it will display another pop-up; "Invalid handle" and stop. The VSS DB is configured to support the LAN and internet plug-in and the web.config file has been configured with a 3600 second time-out. Is there a way to configure (registry hack ) VSS Explorer to have a specified time-out value regards, Gaetan Simard ...Show All

  • Visual Studio Tools for Office Autosave

    In my addinn I want to catch the saveevent from the user. I use the before_save event. My problem is that that event also is thrown on autosave. This is not wanted. Is there a way for me to differenciate between the two events neoret Not sure about the "tell the difference" part, never looked but you CAN turn off the AutoSave options in Startup and then "Restore" them in Shutdown ... this.Application.Options.BackgroundSave = false; this.Application.Options.AllowFastSave = false; this.Application.Options.SaveInterval = 0; Assuming your user doesn't go re-enable them, you should be good ...Show All

  • SQL Server There is insufficient result space to convert a money value to int

    I am getting this error while trying to my stored proc in my dataset (SSRS 2005 Report): There is insufficient result space to convert a money value to int . (Microsoft SQL Server, Error: 237) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=237&LinkId=20476  If I run the stored procedure (not from the dataset tab in SSRS 2005) in Query Anaylzer, I get this error: Msg 8114, Level 16, State 1, Procedure IT_Get_Dashboard_PDCs_CCs_Monthly_AZ, Line 22 Error converting data type money to int. There is at least 10 gb of space left on any ...Show All

  • Visual C# I don't understand this code.

    I have a question about a line of code. I was looking at some code on how to implement ftp in .net 2.0 and saw this line of code. response = (FtpWebResponse)request.GetResponse();   my question is, why is FtpWebResponse in parenthisies Usually you only see parenthisies when you use a method and place the arguments within them, if there are any. I also have a question about another line of code regarding the using statement. This next line of code is right below the previous line of code in the source code I was looking at. using (StreamWriter sw0=File.AppendText(log_path_success)) { sw0.WriteLine(fileInfo.Name); }   ...Show All

  • Windows Forms Form not accepting keyboard input

    I've created a .net usercontrol and placed it on a .net form in a class library. Then I created a class called UI and added a method "ShowMyForm" which displays the form using a .show. I'm registering it with COM and calling it from VB6. Everything works properly except the form does not accept keyboard input when called using CreateObject() from VB. It does however work properly when using straight .NET Any thoughts Here's the code to make it more clear: In .NET class MyUI Public Function ShowUploadFileUI( ByVal sDatabase As String , ByVal sProfile As String ) As Boolean Dim f As New frmUploadF ...Show All

  • Visual Basic #Maximizing a Form's Window Size?

    Is there any way to maximize a form's window size   Something like Form1.MaximizeSize() so that it takes up the whole screen Form1 .WindowState = FormWindowState .Maximized ...Show All

  • Windows Forms Deploying Extra Files Preserving Folder Structure

    Hi gang, My application requires a bunch of support files in the form of text files in subfolders beneath the exe. I understand that I can add a file to my project and flag it as "Content" so that it will be deployed via ClickOnce with the exe, but can I preserve folder structures by doing this For example, can I create a folder structure in my project, add "content" files to a subfolder, and expect those files to be deployed within that folder structure when the user installs the exe If this is not possible, does anyone have a suggestion as to the best way to deploy these support files Cheers, mabster Fil ...Show All

  • Visual Studio Team System Project deletion and Branches

    Hi all, Here is the background of my problem: I have a main Project in TFS where all developpers are working on I created several project, as branches of our main project. After a while, I deleted couple if these test branches (using TFSProjectDelete command). The problem is that if you look at the history of files on the main project, , you can see all branches that have been performed (even the ones that are not existing anymore). I would really need to get these branches to disapear (as they interfere with real branches & confuse people)... Thanks in advance, Steeve. The only wa ...Show All

  • Visual Studio Team System download visual studio team foundation server

    I've been trying to install TFS for the past three days, but failed. Now I decide to start from scratch instead of updating here and there. I re-installed the whole OS, now I try to download TFS from msdn. But weirdly, it cannot be found anywhere in msdn. I swear I downloaded it two days ago from msdn, but somehow it just disappeared today. Can anyone give me some help on what is going on I just checked and found it under under Developer Tools --> Visual Studio 2005 --> English --> Visual Studio 2005 Team Foundation Server Beta 3 --> Visual Studio 2005 Team Foundation Server Beta 3 Refresh. G ...Show All

  • Visual Studio Team System What is this RTM version of Sql Server2005

    Hi, i would like to install VS Team Foundation Server Beta3. For that which version of SqlServer 2005 is suitable to work with it. Also tell what are the pre-requisites and the order to install this TFS beta3. Regards, Kiran If you have Team Foundation Server Beta 3 Refresh You will have to install SQL Server 2005 RTM.  RTM means "Release-To-Manufacturer" and means it is the final, shipping version of SQL Server. For the non refresh version of TFS Beta 3. you will have to install The SQL Server 2005 September CTP. The only difference really between TFS Beta 3 and TFS Beta 3 Refresh is that the refresh is the same codebase ...Show All

  • Visual Studio Open a C++ header file in custom project crashes VS2005

    We create a custom project type in C++/COM. There are some C++ header file in our project. When open them from our project, after click the the type or member combo box on the top of teh editor window, VS2005 crashes. As I understand, the combo box should be provided by C++ language service and should have nothing to do with our project type. But directly open the header file from file->open menu works fine. I also tested with the IronPython sample, when run under the EXP hive, we met the same issue.(add a c++ header file to project-> double click the node in solution exploer->click the combo box-> VS crashes) The call stack when ...Show All

©2008 Software Development Network