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

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

bribera

Member List

Johan Nordin
Jordan A
A. Marshall
edin
StuMan1337
JLuis
Dan Konigsbach
Tassieboy
Fauteux Guy
gel
Dan Stevens
extrodamus
Shawn O
Katu
Kevin MacDonald
Yunizar
HelpTheNewbie3893
PhilMossop
George Mantzouranis
Ahmed-Mahdy
Only Title

bribera's Q&A profile

  • Visual Studio Why my form cannot release resources(such as memory)?

    Hey, I have a MDIParentWindow ,and I open a MDIChildWindow from it.This MDIChildWindow is using CrystalReportViewers to show some Crystal report documents.But I noticed after I closed this MDIChildWindow ,the system resources used by this MDIChildWindow were not released.If I open and close this MDIChildWindow again and again,it happenned everytime.Would you please tell me what's the problem Appreciate for any help. In MDIParentWindow I wrote the following code: AdvancedReport TodayReport = new AdvancedReport(DateTime.Today, DateTime.Today); if (TodayReport.CanBeShown) { TodayReport.MdiParent = this; To ...Show All

  • SQL Server SQL Server Reporting Services - data extension 'XML'

    The reports based on XML is perfectly displayed in development Environment. But than uploaded to Server, the following occurs: An error has occurred during report processing. An attempt has been made to use a data extension 'XML' that is not registered for this report server. Help needed, thank you. By default, the RSReportServer.config file of RS 2005 should contain the registration for the Xml data extension in the <Data> section: <Extension Name="XML" Type="Microsoft.ReportingServices.DataExtensions.XmlDPConnection,Microsoft.ReportingServices. ...Show All

  • Smart Device Development Dialog in win32 environment

    Hi I am developping an application targeted for Smartphone 2005. I want to include a dialog form with textfields I can set values or get values from. I used to do that pretty easily for PocketPC and MFC as you can wrap dialog with a class, which wraps dialog elements with variables. Now I can't use MFCs under Smartphone 2005 so I have to use only win32 APIs. I just don't know how you wrap a dialog with a class and if it's possible. Are there other means to achieve that Thanks Hi, WM5.0 Smartphone support MFC as supported on WM5.0 Pocket PC devices. There is no reason of not supporting MFC for Smartphones. However MFC support is abs ...Show All

  • Windows Forms Setup error

    Hi, Does anybody know the cause of error message Setup error (title) Failed to load resources from resource file. Please check your Setup. This is a popup message box and after that applicatioh crash. I have no chance to find where does it come from. I've try with global error handler but with no luck. ...Show All

  • SQL Server Using a sproc as a source within Dataflow

    I was wondering what has worked for all of you in regards to using a sproc as a source within a dataflow.  I have had limited success doing this, but maybe there is a workaround I'm unaware of.  Basically, using a SQL command in an OLE DB Source, I run an EXEC statement that returns a resultset from a stored procedure.  I've noticed that depending on how the sproc is structured, I will either get metadata info in the columns tab of the OLE DB Source or not.  Without this metadata of course I can not link it with a destination, since the destination believes that no data is being returned, even if this is not the case.&nbs ...Show All

  • Visual Basic Creating your First Database (VB.Net 2005)

    The above topic in MSDN Online gives the following instructions: To create a database On the File menu, choose New Project . In the New Project dialog box, in the Templates pane, click Windows Application . In the Name box, type FirstDatabase and then click OK . A new Windows Forms project opens. On the Project menu, choose Add New Item . In the Add New Item dialog box, choose SQL Database . In the Name box, type FirstDatabase and then click Add . The Data Source Configuration Wizard launches. In the Data Source Configuration Wizard, click Cancel . A new database, FirstDatabase.mdf ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Background doesn't repaint

    Hi folks! I want to create a level editor using c# and Direct3D. At the beginnning i tested my stuff rendering directly to the form. Now i render to an object derived from panel. Everything works fine, but all the form's other controls aren't repainted. the panel itself as well as the device, etc. is contained in a simple manager class. Does anybody know, if that is a common problem, or am i doing something wrong Shall i post some of my code I hope, i wont have to write my own gui controls using d3d like in the sample framework ;) Does anyone have a clue thanks, Martin Hi,  I'm buil ...Show All

  • Visual Studio Express Editions Visual Basic Express Edition

    Hello, Thank for your help, i have french version...I have one troubleshooting, i don't find the tools, ClassDiagram, for Vb Class How do process for find, normally with right button, i don't have in contextuel menu Must do, load in charge tools I don't know Can you help me Thank you... http://msdn.microsoft.com/vstudio/products/compare/default.aspx Says... the class diagraming is not a part of VBE. ...Show All

  • Visual Basic DataTables??

    I need to figure out how to take data from one table and create a table in memory with my own columns. How do I create this table in memory and pass the data to it Hi, Here is code snippet to create a datatable in memory. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim dt As New DataTable("MyTable") Dim dc As New DataColumn("ID", GetType(System.Int32)) dt.Columns.Add(dc) dc = New DataColumn("Name", GetType(System.String)) dt.Columns.Add(dc) Dim dr As DataRow = dt.NewRow dr(" ...Show All

  • .NET Development ELearning - OT?

    I cannot find an eLearning forum so I am hoping someone can point me to where I should post this type of item if it is not appropriate here. I downloaded a MS eLearning course (4336) and watched the "how to use" intro which shows the ability to click on "Community" - in the lower left - to get to community support. That does not exist when I am running the eLearning off-line player. I got to a point in the course where I tried to Launch a lab and I get a popup that says "The lab is not available" How do I make it available. Hi, You can instead contact the product support of Microsoft elearning. I can't seem to find the appropriate ...Show All

  • Visual C# Where is Object Test Bench in Beta2 (VSTS)?

    I have installed VS 2005 Beta2 Team System - the full suite. And I can't find Object Test Bench any where. I tried right-clicking on the classes in class view, I tried right-clicks on the Class Diagram's classes there is no entry in the context menu to invoke a class or method. I am using the C# Windows Forms Project as well as looked inside a C# Web Project. Is there a registry tweak to enable this feature Or VSTS version does not ship with the object test bench Regards, Saurabh Nandu Sometimes we have to accept the consequences of our decisions. Choosing to learn VB.NET when C# is _clearly_ the better language is not their fault. " ...Show All

  • Visual Studio Team System using vssconverter /Team Explorer from December ctp with Beta3 Refresh possible?

    Hi there: just wanted to ask this before I make a mess of my system. I just tried converting one project from Source(Un)safe to TFS using vssconverter. While the actual conversion went smooth, I do have the issue that all file names are all lowercase now - supposedly this should be fixed with the December CTP. My question now is whether I can happily install the Dec. CTP Team Explorer Client and work against a Beta3 refresh backend, or is this doomed for failure If I cannot convert and preserve cases, that's pretty much useless to me at this point. Otherwise, could you make just a vssconverter.exe without this bug available that I can replac ...Show All

  • Smart Device Development regsvrce.exe for Windows Mobile 5.0

    Does anyone know if there is a specific version of regsvrce.exe for Windows Mobile 5.0   I have not been able to find one.  Or does Microsoft intend for you to use the PPC 2003 version Alicia Yes, there is separate regsvrce.exe for Windows Mobile 5.0. If you have eVC4 installed, you can find Regsvrce.exe for, say PPC 5.0, at %PROGRAMFILES%\Microsoft eMbedded C++ 4.0\EVC\WCE400\TARGET\ARMV4I. It doesn't come with Windows Mobile 5.0. I need to figure it out why is this so. ...Show All

  • Visual Studio Partial rebuild of a target?

    Hi I'm using batching on a custom task to call the GNU C-compiler to compile a bunch of files, something like this: <ItemGroup>    <SourceFiles Include="*.c"/> </ItemGroup>   <ItemGroup>    <IntermediateFiles Include="@(SourceFiles->'$(INTDIR)%(Filename).o')" /> </ItemGroup>  <Target Name="Compile"    Inputs="@(SourceFiles)"    Outputs="@(IntermediateFiles)"    DependsOnTargets="Clean"  > <GNUCompile    Tool="$(CC)"    Arguments="$(CPPFLAGS) $(CFLAGS) -c %(SourceFiles.Identity) -o $(INTDIR)%(SourceFiles.Fil ...Show All

  • .NET Development Regular Expression with run length?

    Can a RegEx in VB.Net (or VC#, I can deal) contain a pattern to match a length of characters specified in the text stream itself The specific case is the RTF format's \bin word, which is immediately followed by a string of digits, a space (I think) then the number of character corresponding to the digits, e.g. (simple case) \bin5 XXXXX would be a valid \bin control word. I have tried various options resembling Dim r As Regex = New Regex(" bin( <len>\d +) (.{\k<len>})") including replacing the <len> and \k<len> with $+, \1, $1, etc. and none of them will match the text. To sum up: Is there any way to put a va ...Show All

©2008 Software Development Network