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

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

VBnew

Member List

Asuranceturix
TimBarkus
j_johnso
Tim Higgison
JT673
Fernando Nunes
eLliDKraM
andy4techcomp
someonewhoknows
DotNetDevelop
Galea
SisMng
MattPatt
toehlke
JimSornig
ismard
ghawkesford
Notes
ngrebowiec
Display Name Not
Only Title

VBnew's Q&A profile

  • Windows Forms c# to vb.net

    Hi can you help me convert the c# code on this link to vb, with a bit of explanation on the System.Data Interfaces. Thanks http://www.dotnetbips.com/displayarticle.aspx id=61 Thanks Human Compiler, it worked on the fly...but I have a little problem, you see i am trying to swith between Data Providers. I had a main form which connected to the database&nbs ...Show All

  • Visual Studio Express Editions Problem in installation

    Hello guys !! I am having problem when I try to install C# express 2005. The setup crashes and I get message of send error report to microsoft.In details I found out one sile "csscenario.dll" missing. Please help me in solving this problem Thanks in advance. Have you tried downloading full CD image of that http://msdn.microsoft.com/vstudio/express/support/install/ After you have downloaded that you can try mount it with http://download.microsoft.com/download/7/b/6/7b6abd84-7841-4978-96f5-bd58df02efa2/winxpvirtualcdcontrolpanel_21.exe or Daemon Tools (I would check the install boxes VERY CAREFULLY to avoid adware) ...Show All

  • Visual FoxPro Spacing columns in a grid.

    Is there a way to set up grids so there is a slight margin between the columns (I'd like a little space between the text of the control and the left grid line) I can't use the margin property though because its not just for the left side of the control but all around. Thx, Aleniko They probably wasted, and hour and half over this, then decided it will be better to go over the core functionality a different day. Some time it just so hard to get customers to look past the interface. Oh the joys of Customer relations Dave M. ...Show All

  • Software Development for Windows Vista Beta 2.2 hosted State Machine Workflow - runtime keeps disappearing

    I have a state machine workflow hosted in ASP.NET 2.0. I start the runtime in global.asax, as follows: string trackingConnectionString = ConfigurationManager .ConnectionStrings[ "TrackingConnectionString" ].ConnectionString; System.Workflow.Runtime. WorkflowRuntime workflowRuntime = new System.Workflow.Runtime. WorkflowRuntime (); workflowRuntime.AddService( new System.Workflow.Runtime.Tracking. SqlTrackingService (trackingConnectionString)); workflowRuntime.AddService( new System.Workflow.Runtime.Hosting. SqlWorkflowPersistenceService (trackingConnectionString, true , new TimeSpan (0, 0, 0, 10, 0), new ...Show All

  • Windows Forms Network Browser Control Like Explorer

    I am trying to get the list of computers seen by the My Network Places explorer window.  (I am trying to make a custom Explorer-type control) So far, I have the following code snippet.  However, this grabs all the computers that were ever connected to the domain.  I want only those which are currently connected.  Any suggestions Public Sub L ...Show All

  • Visual Basic How to get Icons of files and links

    Hi, 1) I want to use Drag & Drop withFiles, Directories & Links and store the the Link adress together with a picture (icon) in a ListView. My code looks like the following: Private Sub ListView1_DragEnter(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles ListView1.DragEnter If e.Data.GetDataPresent(System.Windows.Forms.DataFormats.FileDrop) Then e.Effect = DragDropEffects.Link Try Dim m As System.IO.MemoryStream = e.Data.GetData("DragImageBits", True) Dim i As Image = Image.FromStream(m) Catch ex As Exception Debug.Fail(ex.Message) ...Show All

  • SQL Server Dealing with UDT - defined in SQL Server 2005 - within a C# application

    Hi, Please I need to know how can I populate and retrieve data from an SQL Server 2005 database, which has a new user defined data-type UDT, using another C# windows application. i.e., how the C# application can recognize that UDT . Thanks in advance. Aya. ...Show All

  • Windows Forms error during some WindowsForms component creation

    I get the following exception when running the following code  (c#): new TextBox(); or new ComboBox(); or new DataGrid(); The exception shown here is from new TextBox(); but it always boils down the Font.Initialize(..) code. ArtithmeticException :  Message = Overflow or underflow in the arithmetic operation. StackTrace:  at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUni ...Show All

  • Visual C# generaion of signature

    How to generate file signature How to generate spyware signature and lastly how they will be compared to find either they have been changed or not When you say "file signature" do you mean a check code or a hash What do you mean by "spyware signature" You can generate a file has in many ways. An MD5 hash is a common way to generate a file check code. ...Show All

  • .NET Development RSA Encryption

    Cant find much info about this one on the net, but my problem is that cant encrypt\decrypt long string, im getting "Key not vaild for use in specified state" error.The key size is 2048, but string over 200-250 chars just dont get encrypted.. Thanks all This is the function I use to encrypt the data, doesnt work with long strings ... public string Encrypt( string publicKey, string str ) { RSACryptoServiceProvider p = new RSACryptoServiceProvider ( ); if ( str == "" ) { return "" ; } try { p.FromXmlString( publicKey ); byte ...Show All

  • Visual Studio Team System Deploy database not in the build menu

    After building the solution, the walkthrough for deployment instructions state that you should next click Deploy Selection in the build menu. Deploy Selection is not there. Does anyone know what I may have missed Thanks, Dale Hi Dale, I was able to get to the deploy option by right-clicking on the project and choosing 'Deploy Selection' after a build. I think the menu option may have went away because you did not have a valid deployment connection string (the same thing happened to me). To configure your deployment connection strings right-click on the project and go to 'Properties'. Choose ...Show All

  • Software Development for Windows Vista ProblemWithWindows Vista Beta

    I downloaded windows vista beta last night,all went well except when my PC restarted,a screen comes up C:users \Admistrator , and a blinking cursor,what am I supposed to type in there ,will some one please respond to this problem i'm having,right now my PC's useless, thank you, Mike ROCKER761@aol.com ...Show All

  • SQL Server Can't Connect to Reportserver using Management Studio

    Dear Anyone, I am having trouble connecting to the report server using SQL Server Management studio. Whenever I try to connect to the report server, I get the following error. Request failed with Http status 502: Bad Gateway. (Microsoft.SQLServer.Management.UI.RSClient What puzzles me is that I am using the SQL Server Manager on the local server using the local admin account. I've tried connecting to the server using both the server name and the IP address. Can anyone please help me shed a light to this problem Thanks, Joseph Did you try connecting using http://servername/reportserver as the server name Somehow it loo ...Show All

  • Visual Studio Team System Problems with Sql server

    Hi Again I have problem. When I am Runnig System Health Check , I got error. SQL server collation are not suppoted by Team Foundation Server. Ok What is is Problem, and how fix it. I followed Installation guide. I installed SQL-Server 2005 Standart Edition Which collation are you using Take a look at this article talking about TFS and SQL Server Collations http://objectsharp.com/blogs/bruce/archive/2006/02/21/3935.aspx ...Show All

  • Visual C# SaveFileDialog

    Ok. I am using a SaveFileDialog object. What I would like to know is how to save a certain file from a location. For example..maybe a file from my website. http://www.intelvision.net/ebook/hello.txt. Hi, Yes, cgraus is right. You can't do that with SaveFileDialog. You should take a look in the WebClient.DownloadFile method to be able to download files over the internet. cheers, Paul June A. Domag ...Show All

©2008 Software Development Network