Hamed_1983's Q&A profile
Visual Basic Query Regarding Multi Text Box
Hi, I am having a Multiline text box. If i focus it and press 'Enter' key the cursor is moving to the Next control. But my requirement is the cursor should not move to the next control . The cursor should move to the Next Line. Only when i press 'TAB' key then only my cursor should move to the next control Anyone can help me in this regards Thanks in Advance ...Show All
SQL Server Restore a Database with Differential
Hello All, I'm new to this forum after read a few question error it given me little bit more understanding. But here's my problem I was create a database implement some tables than make a 'Full Backup' and input information on the table before make a 'Differential Backup'. I don't want restore a full database and just want to recovery specific table were deleted or removed. Please help........ Message show error: Restore failed for Serv ...Show All
.NET Development Resolving Types during object de-serialization
Hi guys, I have a problem getting the right type during de-seialization using the BinaryFormatter. In my Application I have two exactly same assembly-dlls with type definitions. The dlls were created dynamically. (I need this copy, to edit the one assembly, while the other is loaded in my AppDomain (Assembly.LoadFrom(...))). These assemblies are located in different directories, one in my application directory, the other somewhere else. Now, I g ...Show All
Microsoft ISV Community Center Forums inputbox method and ranges
I am having trouble assigning the range given by an inputbox method to the variable targetcells, and subsequently selecting targetcells. any help would be most appreciated. Dim i As Integer Dim CopyCells As Range 'the cells into which links will be copied Dim TargetCells As Range 'the cells that copycells will be linked to Dim CopyAddress As Variant 'the address of the copycells Dim TargetAddress As Variant 'the address of the targetaddress ...Show All
.NET Development Correct way to reference a DLL from a web service
Firstly, I am calling a web service which forms a wrapper for a DLL. The dll exposes just one class which you log onto (with a hash) and then request data by calls to a "command" method. Between calls the dll class called by the web service seems to lose its class level variables. The DLL has to be in the GAC because its COM enabled. for example a typical use of the dll would be: dim x as new mydllclass x.acceptuser(mshash) x.com ...Show All
.NET Development Mht Email (Html Archive)
It is possible (out of the box) to send Mht email now in .NET 2.0 I've taken a look at LinkedResource & AlternateView and I'm able to send out emails. However, there is no documentation on what is going on behind the scenes. http://msdn.microsoft.com/library/default.asp url=/library/en-us/e2k3/e2k3/_clb_sending_a_web_page_by_smtp_mail_using_cdosys_vbs.asp offers some insight into this... ...Show All
SQL Server Failing to install SQL2005 Express and Standard Edition on Via Eden CPU.
I've tried to install SQL 2005 on a fanless PC with a Via Eden CPU with Windows 2003 Standard and at the end of the setup procedure it hangs when SQL engine tries to start. Analyzing the log the error reported is: Error: 17311, Severity: 16, State: 1. SQL Server is terminating because of fatal exception c000001d. This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handl ...Show All
Visual C++ copying a dialog box
I realise this if for 2005 but hopefully you can help, i have visual studio 2003 and i'm using the c++ sharp, i have a dialog box in one old resource file (rc file) that i want to put into another resource file (rc file). How do i copy over just the dialog, i have tried the old copy and paste etc but it doesnt work, and there doesnt seem to be a way to import just a dialog any ideas thanks When ...Show All
SQL Server How do I connect to a remote database?
Hello All: I just installed SQL 2005 Express. I want to connect to a database file on another machine on my network. I'm in the SQL Configuration Manger, the Browser Service is running, but I do not see how to connect to a remote location. Thanks. ...Show All
Visual Basic Progress Bar Stops when active window is not selected
OK, I have a form that pops up a dialog box with a "start" button and a progress bar. This works perfectly, unless i happen to try and use another program while it is running. When i make another window or program the active window, my progress bar ceases to update and eventually the dialogbox itself adds (Not Responding) to the end of it's title It still completes fine, it just looks like its hung (which is *** :( ) Can an ...Show All
SQL Server How to manage click-through
How will I possibly do click through on this type of chart when basically I'll have to bring in just Grand Total values to do what they want to do here in this mock-up: SSRS 2005 Expected/Desired Outcome (user drew this using Excel and later wants click-through capability through SSRS 2005 on the bars later on): http://www.webfound.net/chart3.jpg I don't see how this is possible, can y ou shed some light because b ...Show All
SQL Server SSIS Performance 32 Bit V 64 Bit
I have been working on a project last few months. I have developed the project on my laptop, which is resonably powerful. It runs through fine within 9 mins with sample data set. If I replicate the same environment on a 64 Bit machine with 32 Bit Win 2003 and SP1, it takes just over 7 mins. If I rerun it on a 64 Bit machine with 64 Bit Win 2003, it takes between 21 and 24 mins. We are executing the packages via ...Show All
Visual C# How to convert Image files to stream...
Hi, How to conver an image files like bmp, jpg, gif, tiff, etc into Stream or MemoryStream. The image may be from local disk or database like Northwind. Cheer. Image image = Image.FromFile( @"c:\image.bmp" ); using (MemoryStream stream = new MemoryStream()) { // Save image to stream. image.Save( stream, ImageFormat.Bmp ); } ...Show All
Visual Studio Team System Installation error : "...error occurred during the login process..."
Hello, I have selected SQL Server and Windows Authentication Mode and the Login properties ->Status section for the new SQL login is set to "Enable". I work with Windows 2003 Server (without domain), SQL Server 2005 during installation of TFS i get the following error in "msi log file": ================= Is WSS Installed : True ConfigDBName : Not Available ConfigDBServer : Not Available Virtual Server State: Nee ...Show All
Visual Studio Replace a ProjectItem with another with the same name via DTE
Hi! I'm having another little problem with DTE... I'm using GAT (Guidance Automation) to execute some code when a project template is completely unfolded. In my project template, there is a link item (a file that appears in the project but that isn't in the directory) but because of some GAT/Project unfolding mixup, the link is not pointing at the right place. I'm attempting to solve the problem via DTE after everything is unfolded. Here's what ...Show All
