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

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

lilshorty

Member List

Kevin Dente
Shabari
kishoreg
maryz
autistic_clown
BobP - BIM
Zooz
Stas Kravets
ihatems2
BrettKamerad
exo_duz
Takashi Toyota
rottingorange
Milzit
SavitaHK
Bijan
kastanienreis
MisterZimbu
Binny
Samyag1
Only Title

lilshorty's Q&A profile

  • Visual Studio Tools for Office VSTO Outlook Add-In not loading outside of VS2005

    I created a Add-In project using the Add-In for Outlook 2003 project template. I started with some simple code to test functionality and then continued to create the add-in I wanted. During development I always tested using the debug in VS2005. I never had a problem with it appearing this way. However, now that I am trying to deploy the Add-In, I am unable to get the Setup project to work. Even on my own machine, once the setup project is installed, the add-in does not load. I created a simple MessageBox.Show("hello") add-in to see if I had introduced the issue. However, this add-in behaved the same. I could always run it in VS2005; however, when installed from the setup project, the add-in would never load. Another str ...Show All

  • Windows Forms Links in a FormsApp and controlling the browser

    Opening links is easy, like this private void button1_Click( object sender, EventArgs e) { System.Diagnostics. Process .Start( http://www.google.com ); } private void button2_Click( object sender, EventArgs e) { System.Diagnostics. Process .Start( http://www.yahoo.com ); } But is there a way to control if the link is opened in a new browser window or an existing one Well, I'm not sure. but at least you can have a try HKEY_CLASSES_ROOT\HTTP\shell\open\command\ddeexec\Application indicates the default browser and, HKEY_CLASSES_ROOT\HTTP\shell\open\command indicates the command line passed to the browser ...Show All

  • SQL Server Which SELECT statement is faster

    Again,... hello all mighty exprerienced developers, here is a beginner :) I am working on app with lots of searches. So far i see two options. Having table with cca 40 columns of nchar data type, querring it with sentences like: WHERE '*3*' LIKE '*3*;*4*;*5*' OR '*5*' LIKE '*3*;*4*;*5*' etc. or have table with cca 200 boolean columns and querries like: WHERE field13 =TRUE OR field 15=TRUE etc. Does anybody know what is faster, how sql server works on one hand LIKE is heavy operation on system resources, on the other hand isn't 200 columns too much tanx for suggestions Best regards, Grega The correct way to do something like this is not having columns that represent multiple values, so I would def ...Show All

  • .NET Development Fatal Execution Engine Error (0x7927e03e) Please Help!

    I really need some help from someone that can make it fairly simple. I don't know what I did but when I try to open my ATI Catsyst Controle Center I get - Fatal Execution Engine Error (0x7927e03e). Then I hit "ok" and it says CLI.exe-Common Language Runtime Debugging Services. So if anyone could try and help me I would be greatful. I don't know to many things about computers so it might be a challange. Thanks " "JNagarya"@discussions.microsoft.com " < "= UTF-8 B Sk5hZ2FyeWE= ="@discussions.microsoft.com > wrote in message news:4b19608b-85ce-4cf1-aa2d-339e054e3dd2@discussions.microsoft.com ... [quote user="NNTP User"] " "Patch77"@dis ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Device inside a content processor?

    Is it possible to get the graphics device inside the content processor, to create vertex buffers, etc. If I had a class that contained a VertexBufferContent instance and a IndexCollection, and I wanted to supply a draw method for it that handled drawing those with the graphcis device, how would I do that ...Show All

  • Visual Studio exporting error in IE

    Here's the line of code I'm using to export crystal reports to the users browser as an attached .doc file: rd.ExportToHttpResponse(ExportFormatType.WordForWindows, Response, true, "WordReport"); When I load the report and click the export button in IE the browser shows a download box but then gives the following popup error box: 'Internet Explorer cannot download filename.aspx from www.website.net' Internet Explorer was not able to open this internet site. What is weird is this used to work a few months back (nothing has changed since then codewise or with server permissions AFAIK) which makes me think this was caused by a windows update of some sort. Exporting still works fine in Firefox as well. For now I changed the code to ...Show All

  • SQL Server Inserting Arabic characters into a column

    Hi, I am trying to insert some arabic characters into one of the tables but after I insert it, it get stored as . What should I do I have SQL Sever Managment Studio Express running on Windows XP. I appreciate any suggestions!! Thanks Two possible reasons I can think of: 1. the column is not defined as unicode data type (need to use nvarchar instead of varchar for example) 2. the string was not led by the special char N (e.g. need to use N'chars' instead of just 'chars') ...Show All

  • SQL Server Dependant assemblies in CLR

    This is related to one of my previous posts. I am running a CLR stored proc that goes to an EDS (Novell) server with LDAP and returns records into a SQL table. I am using the Novell ldap library. I want to do this with SSL so my code referneces the Mono security library as well. However when I make the call to the stored proc to run in SSL, I get an object not found error. I do not think that the the Novell assembly can "find" the Mono assembly. Two points: 1/ I can do the SSL if I run it as an asp.net page (so I know the SSL works) 2/ The proc runs and pulls all the records in non-SSL (so I know the proc works) Any ideas Thanks, BIG Believe it or not, I got the source code for that .dll and did ...Show All

  • Visual Studio 2008 (Pre-release) Appaling GUI performance on Vista RC2

    Hey guys, I don't know if this already been reported, but I've discovered that the GUI performance drops drastically on Vista RC2 when setting the AllowsTransparency="true" on a Window. On Win XP with September CTP bits it runs fine. It is a pretty clean test from a hardware point of view since I have a dual boot laptop. Here's my system info: OS Name MicrosoftR Windows Vista Ultimate Version 6.0.5744 Build 5744 Processor Genuine Intel(R) CPU T2500 @ 2.00GHz, 2000 Mhz, 2 Core(s), 2 Logical Processor(s) Hardware Abstraction Layer Version = "6.0.5744.16384" Total Physical Memory 2,045.88 MB Available Physical Memory 883.25 MB Total Virtual Memory 4.22 GB Available Virtual Memory 2.64 GB ...Show All

  • SQL Server Debugging Woes

    The following issue is happening a lot these days. For all the world it looks like a bug in BIDS: I set a breakpoint in a Script Task (not a Script Component!) and the code dutifully stops on the breakpoint over and over again, as expected. (Please don't tell me about not being able to debug Script Components!) At some point, when I run the package and hit the Script Task, the VSA editor opens as if it's going to take me to the breakpoint, but then it displays an error dialog box containing the following message: Microsoft Visual Studio has lost its link to . You work will be exported to C:\Documents and Settings\mgroh\My Documents when you quit the application (Notice the space between "its link to" and the period in ...Show All

  • Visual Studio Internal sealed woes

    I am not very fond of how the HTML output of the toolbar is. I cannot override most the styles, since some are written in Render(). I used reflection to set UseV1StyleSheet to true. Still there are inline styles. Another problem is that I want to use the LocalReport in my own control with the existing handler (Reserved.ReportViewerWebControl.axd). All of the utility classes etc are internal sealed. Therefore I cannot use the LocalReport for anything useful unless I duplicate exsisting code, thus increasing complexity and potentially go out of sync with future releases. How is LocalReport cached / stored Session I cannot use the LocalReportControlSource or LocalModeSession since they are (also) internal sealed. What is the reason for this T ...Show All

  • Visual C# Need help converting VB to C#

    Hi Can someone help me by converting this VB to C#. Thanks a bunch. James Keele Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click MsgBox(Modulo10(TextBox1.Text)) End Sub Private Function Modulo10(ByVal strNummer As String) As Integer 'strNummer may only contain numbers between 0 und 9! Dim intTable(10) As Integer Dim intTransfer As Integer Dim intIndex As Integer intTable(0) = 0 : intTable(1) = 9 intTable(2) = 4 : intTable(3) = 6 intTable(4) = 8 : intTable(5) = 2 intTable(6) = 7 : intTable(7) = 1 intTable(8) = 3 : intTable(9) = 5 For intIndex = 1 To Len(strNummer) intTransfer = intTable((intTransf ...Show All

  • Visual Studio 2008 (Pre-release) Data Transfer speeds of Bindings

    Are there any benchmarks available which talks about the amount of time each binding takes to transfer a fixed amount of data Ex: 10 MB TCPBinding : 1 second/ LAN WSHTTP Binding : 3 seconds/ LAN ...Show All

  • Visual Basic how to print a rich text box

    HELP! How do you print rich text boxes Look at the PrintDocument class in Visual basic. Here is a scaled down, generic example (this is assuming VS2005 and all controls referenced below are added, and does not account for paging or line counting): Private Sub Button3_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click If PrintDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then With PrintDocument1 .PrinterSettings = PrintDialog1.PrinterSettings.Clone .Print() End With End If End Sub Private Sub PrintDocument1_PrintPage( ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDo ...Show All

  • Smart Device Development SQL error? Please Help Me

    please help me " Error" i want use dataset in windows mobile application and when i fill datagrid from dataset give fe unknown error please help me Picture for error link Error Picture It's not an "unknown error" but perfectly normal unhanded exception which indicates a bug in your code - luck of exception handling. You should add exception handling, catch this exception and print all information from it - exception type, error message, stack trace and error message from error collection (if applicable). After that you would be able to analyze this exception and figure our why it was thrown. In this case it’s probably thrown because connection to SQL Express can not be established. That can be for number ...Show All

©2008 Software Development Network