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

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

Bodylojohn

Member List

sugrhigh
ceebee
Parker Lewis
Brad Smith
ozhonetech
Mark 2334
Ludo-R
P Colmer
trackdaychamp
cythe
kiwilamb
Zaracattle
Christos25
prashant_katwate
James Nesbitt
vakman
robinjam
ChandraP
2006
JasonRL
Only Title

Bodylojohn's Q&A profile

  • Visual C# How to convert Parameterized Delegate from C# to VB.Net?

    Hi I want to convert this code segment to VB.Net but none of the converters worked. using System; using System.Windows.Forms; using System.Threading; using System.Reflection; private static Thread m_SplashThread = null;  private static Form m_SplashForm = null; Dim splashFormType as Form ' actually splashFormType is refrence to form already added to application  m_SplashThread = new Thread(new ThreadStart(delegate(){createForm(splashFormType); Application.Run(m_SplashForm);})); Private static voic createForm() { 1 Create a new instance of form 2 set properties 3 assign new instance to form m_SplashForm } How it can be converted any way Please comments Thanks  Yes, if you ...Show All

  • SQL Server SSIS Export Access --> SQL Server

    Im trying to export data from Access into SQL Server using SQL Native Client for the import. I can run the exp/imp just fine when I select maybe 30 tables but when I select 200 the process errors out. Is there a registry setting I could set for the Access for a bigger bugger size Messages Error 0xc0202009: {9E29C0D7-23D0-4BFD-8459-843D3755A05B}: An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft JET Database Engine" Hresult: 0x80004005 Description: "Unspecified error". (SQL Server Import and Export Wizard) Error 0xc020801c: Data Flow Task: The AcquireConnection method call to the connection manager "SourceConnectionOLEDB" failed with er ...Show All

  • SQL Server Freeze panes when report is exported to Excel

    I am using RS 2005 and emailing reports in Excel to my end users. Is it possible to set the report in VS.Net to freeze the panes so that the user will always see the column A when they scroll to the right once they view the report in Excel I have the feeling the answer is no, but I thought I'd check. Hi, there is a property named FixedHeader. I didn’t try that this deep yet (only for table header) , but it would be worth a try. I guess you will your own rendering extension as the rendering for Excel didn’t brought back the right results with fixed headers for me (worked well in HTML, but not in Excel) HTH, jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Express Editions TaskbarNotifier from backgroundworker

    With ref to John O'Bryne's great code to run a msn-like taskbar notifier http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp Please can someone help walk me through how to use this taskbarnotifer in a C# project and run a message "Your job is done" from a backgroundworker's RunWorkerCompleted event Basically I'd like to use the taskbarnotifier instead of messagebox.show Thanks for any help. Here's another approach that uses a balloon tip on a tray icon. Start a new project. Project + properties, Resources tab, click the arrow on "Add resource", Add new icon. The default icon and name is fine, you can change it later. Paste this code: using System; using ...Show All

  • SQL Server Data Mining

    Wat is the difference between SQL 2000 and SQL 2005 Wat are all the advantages in SQL 2005 Thanks & Regards, Mani A good place to start is http://www.microsoft.com/sql/technologies/dm/default.mspx http://www.sqlserverdatamining.com ...Show All

  • Windows Live Developer Forums Keeping map view with GeoRSS

    Is it possible to load GeoRSS - Data with keeping the map view I use following code: function AddMyLayer(type, source) { VEPushpin.ShowDetailOnMouseOver = true ; VEPushpin.OnMouseOverCallback = null ; var veLayerSpec = new VELayerSpecification(); veLayerSpec.Type = type; veLayerSpec.ID = layerID; veLayerSpec.LayerSource = source + ' RandomKey=' + Math.random() * Date.parse( new Date()); veLayerSpec.Method = 'get' ; veLayerSpec.FnCallback = OnFeedLoad; map.AddLayer(veLayerSpec); layerID++; } Nothing else is done but my map changes the view. The above still did not work for me unless i put in an alert. So i added this line of code in the OnFeedLoad function and it works now. ...Show All

  • .NET Development Trouble with attaching data into a database

    I have just started using Visual Studio and I am trying to program an application to send information to a SQL database. I keep getting this error message and cannot figure out how to fix the problem: System.Data.SqlClient.SqlException was unhandled Class=20 ErrorCode=-2146232060 LineNumber=0 Message="An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)" Could someone please help me fix this error Thank you, Anthony Ostrem ...Show All

  • Visual Studio Express Editions Impossible to install visual studio 2005

    Impossible to install visual studio 2005 because the "vs_setup_msi could not be opened", i tried with different versions of visual studio like c# or c++ 2005 (express or standart) & i've allways the same message & can't install it. Visual studio 6 is installed & works fine & i know they could work together. I tried to install framework 2 before, to uninstall it before; i also re-install dotnetfx & i had no beta or express previous install. I looked for topics about this problem everywhere (Google, Msdn, different developpers forums) but if i found a lot of people who had the same problem, i never find a solution. What can i do Is there someone to help me Thanks in advance for any help. os: xp home + sp2 uptodate ...Show All

  • Visual C++ Regular expressions for VC6?

    Hello Comunity, i read about ATL Class Library that they habve an functions for regular expressions in VC6, if this is true, where can i download this library, please post an link(url) for me! With best regards Mirsad Hello, ok, i try to use this from boost, i search an download link for this package, but i dont find it on the page from boost! Any one knows from wich site i have to download it I try this site: http://www.boost.org/libs/regex/doc/index.html, but here is nothing to see! To move my project now to VC8 is not a good idea now, i finish my project soon, after them i can transport it to VC8. regards break; P.S. sorry, i fond it!!! ...Show All

  • Visual Studio Tools for Office Adding context menu items in Outlook compose mail editor.

    Does outlook expose the interface to add context menu items in Outlook compose mail editor I am writing an add-in to Outlook 2007 using VSTO 2005 SE for which I need to add a context menu item that appears in a new mail inspector window when I right click over the body of the email. I was able to do the same back when winword.exe was run as the default editor in outlook 2003, but now it seems that the editor is run in-proc (I tried accessing the object model through the wordeditor object of the inpector but it looks like the object model and access to the corresponding commandbars object is blocked when the document is open as an email). The command bar needs to be added to the mail-editor’s context menu and nowhere else in ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Locking vertex and index buffer while rendering

    Let me see if I got this one right. I have a vague memory of reading that if I have a vertexbuffer and lock it with the discard flag, then I can get a buffer to write into while the gfx card is still rendering the previous buffer that I locked. Is this correct Will I need to do this in two threads then As far as I know, the drawPrimitives call is blocking so it does not return before rendering is done. What I would like to do is to render with a vertex buffer and an index buffer while I am showeling vertices into a vertex buffer and an index buffer that I locked. That way I can double my speed, assuming that the showleing and rendering takes the same amount of time. Thomas Greenleaf wrote: Will I ...Show All

  • Visual Studio Team System Buggy Windows XP service pack2 Shipped to Me

    I was shipped a faulty copy of Windows XP service Pack 2 CD. It installs, but it keeps hitting places where I get a can't read this..." and am given the choice of aborting the process or skipping it and continuing. I'm pretty tenacious, but after 10 attempts, and then seeing a friends XP running on hardware way older than mine, it6;s the Disk. It'll install and do most things. But it won't pay my sound card with it's XP drivers,,,there's an issue with a file dtreamcli...It won't install ANY version of SQL. I just want a working copy of XP Pro, especially since you're kicking the pins out from under Win2K. In the meantime, I can't do the work I need to for my classes. Can anyone suggest som help I think you want to check over on ...Show All

  • Windows Forms Contract the Screen.PrimaryScreen.WorkingArea.Height

    Hello. I have been developing a Windows Form Application that works as an alert system for my computer, and the form is docked at the bottom of my screen. What I want to do is contract the Screen.PrimaryScreen.WorkingArea.Height by the height of my Windows Form. That way, instead of me having to move my icons from underneath of my application, they will automatically be moved by the operating system due the the contracted Screen.Primary.Screen.WorkingArea.Height. Here is what I want: Before: http://img201.imageshack.us/img201/6451/beforeaj8.jpg After: http://img183.imageshack.us/img183/3039/aftergx9.jpg Here is an example of exactly how big I want the working area.  The red rectangle around visual studio represents the working area I ...Show All

  • .NET Development How to find COM file(dll) dependency at runtime?

    Hi Everyone, Can anybody please tell me how can I find COM dependency programatically Technically, you can find out what DLLs are implicitly linked to the DLL or EXE by reading the PE import table.  That however only tells you half the story, especially with COM DLLs.  You can't tell what DLLs get explicity loaded with the LoadLibrary() API function and there's no way to find out unless you actually execute the code in the DLL. The DependencyWalker tool is crucial to reverse-engineer such dependencies... ...Show All

  • SQL Server forms in reporting services

    Is there a way to insert forms in reporting services. If so, how would this be done> Andrew, when creating a data entry form in reporting services. just like you can upload an .rdl file or an excel file, can you upload a entry form in which data can be entered into a backend sql server database. ...Show All

©2008 Software Development Network