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

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

Alkazam

Member List

jcmikkelsen
Dave Wright
OBeckles
jinjun
Anindya Maiti
furjaw
Richard Ambrose
sky35366
Nikhil Technology
Jonathan Potter
Ooogaleee
Flupo
UFAnders
David Prentice
Jellcat
PLF
Iko Knyp
ggirish
Fan Ye
AlEvan
Only Title

Alkazam's Q&A profile

  • Windows Forms 64 bit debugger vb.net2005 beta 2

    dear, i wrote a program to control the ltp1 port on my pc but when i want to run it it gives an error that my 64 bit debugger cant start. it says that i have to register it first, how do i do that and what does this message mean i wrote the program using a dll file maybe the problem is there ...Show All

  • SQL Server ReportViewer control for WinForms - can I copy text?

    I am using the ReportViewer control for Windows Forms, and I would like to be able let my users copy text from the report. Is there any way to configure this At the moment, the text is not selectable. Thanks, Erick Unfortuntately, the text is not selectable in the winforms reportviewer control. This is something we hope to enable in the future. ...Show All

  • Visual Studio 2008 (Pre-release) MSMQ (2-way) - ServicedComponent

    A more architectural question: I want to build a service that receives messages on one queue processes them and sends out a response message with a correlationId set to another queue. Now I like COM+ components and thinking of queues a server activated component listening on queues seems to be an option. But there are a few issues: - can the retry be deactivated or the retry interval be shortened to a very short time as this is supposed to be a two way communication over MSMQ the answer must be send in a considerable amount of time. - will the message id of the original message be still available somehow and somewhere after a ...Show All

  • SQL Server Drillthrough action

    Hi, Is there any way in AS2005, I can specify a cube action which will bring up an HTML page displaying the Drillthrough MDX for the cell that I just initiated the action on Also, will this MDX work across all cube partitions (no need for FIRSTROWSET clause) Thanks, JGP Drillthrough actions return a DRILLTHROUGH statement to client application (e.g. cube browser) which in turn executes the statement and displays the results. The results will contain data for all partitions (no need for FIRSTROWSET clause). See http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsql90/html/sql2 ...Show All

  • .NET Development Tips for implementing an Authenticode signed .NET browser control?

    I currently support a signed Java applet and a signed ActiveX control.  When downloaded via an HTML page, they access the file system to perform some tasks (write data to disk, execute some code, etc.).  No, they're not viruses or anything like that.  They're signed with the usual certs, Authenticode, etc. so that users are presented with the standard permissions dialog with my company's name before proceeding with the work. I'd like to implement something similar that runs under .NET.  It would likely be written with C#, though I'm flexible on the language. Are there any samples or documentation that someone can point ...Show All

  • Visual Studio Express Editions Help Please on Visual Express Database Saving

    I just recently downloaded visual basic express and i've found it to be a very powerful tool despite being free. I've been moving right along through the tutorial and ran into a simple problem..... I got to this page on the "How Do I" help training: "Adding or Modifying Your Records: Updating Data" I created a project and connected it to a database. When I run the form and "update" the database on the form(and save it) it doesnt save. When I reopen it, it has the original data and not what I added. Please, could someone give me some insight into what I'm doing wrong This is the code they provide to save ...Show All

  • Visual Basic How to get the user/owner name of a process in vb.net???

    Could anybody tell me How to get the user/owner name of a process in vb.net The reason I need it is because I developed an application, which I will put on the winnt enviroment, I want to allow multiple instance. but only allow one single instance per user. I am using Application.Run(MyMainForm) to start my application Thanks, Joseph I'm glad you had a positive experience with NGEN . I just wanted to confirm that you do indeed get a single instance per login (my >90% hunch was correct) Best regards, Johan Stenberg ...Show All

  • Visual Studio install

    i need help i have pc suite installed from the internet and it is not working properly so i tried to reinstall it and repair also but it kept saying erro1702 or something like that. so i tried to uninstall it to later reinstall it but it kept saying file missing. So i don't know what to do i need help i need a tool that uninstalls things or something. But I wanted to install an older version from a CD but half-way through it says newer model detected and won't install jezzzz, i need help   carnage: PC Suite is not a Microsoft application. I suggest that you check out the Software602 web site for support. Michael Blom ...Show All

  • Visual C# how do i move the focus to a specified area in a textbox?

    please help. thanks in advance. How about the SelectionStart and SelectionLength properties, or the Select method -- Peter ______ http://www.peterRitchie.com/Blog/DotNetConfig.xsd ...Show All

  • Visual Studio 2008 (Pre-release) Possible to remote an Expression tree into Yukon?

    So this crazy idea came to me over lunch. Yukon hosts the CLR.  It can also host a web service.  Provided that the CLR hosted has access to all the stock .NET framework, I wonder how worthwhile it would be to: 1. Create an expression tree at the client side. 2. Transmit the tree to a service on Yukon. 3. Have Yukon execute the tree in the context of the database (security being managed, of course). 4. Transmit the results back to the client. This would be an interesting way to solve the problem of SQL not supporting many of the things we should like, and no simple means to create ad hoc CLR procedures.  It's generally a bonus ...Show All

  • Visual C++ A problem of parallel port reading

    Hello friends I have written a code in c++ for parallel port reading . Programm is running successfully. A analog to digital converter is attached to parallel printer port using 25 pin. one side this ADC is attached to a device which gives analog voltages. Following programm read the voltages pulses and print their values. But I am not able to run this programm in VC++ I using conio.h and _outp _inp. I have to run this programm using MDI application only,not dialog based. plz suggest me where should I write the code ,what modification should I made in the following programm. How is parallel port programmi ...Show All

  • Windows Forms TextBox classes do not have thie method: set_AutoSize(true)

    Why is this that set_AutoSize(true) method is not available to TextBoxes, but is available to Labels. What would be the alternate method to be used for TextBoxes. Thanks Because it makes sense for a label to size itself according to it's text, all it does is display text. For a textbox to resize itself as you type would be weird. The Width property on the textbox lets you resize it and the MeasureString method on the Graphics object would let you work out how long a string is. ...Show All

  • Visual C# Computer LDAP path

    I am looking a way to find out the LDAP path of a computer object. I found an example in vbs, but I don't figure out to translate this in c#. Does anyone got an idea how to do this Thanks. I post you the vbs code for your info. Public Const ADS_NAME_INITTYPE_GC = 3 Public Const ADS_NAME_TYPE_1779 = 1 Public const ADS_NAME_TYPE_NT4 = 3 sSAMAccountName = "domain\computername$" 'replace with the computer account with $ on the end Set oNTr = WScript.CreateObject("NameTranslate") oNTr.Init ADS_NAME_INITTYPE_GC, "" oNTr.Set ADS_NAME_TYPE_NT4, sSAMAccountName GetDNFromSAM = oNTr.Get(ADS_NAME_TYPE_1779) Set oUser = Get ...Show All

  • Visual Basic Business Inteligence Projects under VS 2005 Professional

    Hi all, I've got VS 2005 Professional on my XP development desktop. I've installed SQL Server 2005 on my development W2003 server. I see I can now create "Business Inteligence" projects in Visual Studio on the SQL Server machine but not on the development XP machine. What do I need to install on the XP development machine to be able to create BI projects also Thanks, ST ...Show All

  • .NET Development Request for the permission of type FileIOPermission failed

    I have a ASMX Web Service that references a custom DLL we have created. The DLL has a function to read some settings from a XML file that we deploy along with the web service on the web server. When I run the solution on my local machine using the web server built into VS.Net 2005, everything works great. When I deploy it to our Web Server running IIS, I'm getting an error saying it doesn't have proper permissions to read the file. The entire exception message is below, but it looks like it's saying the assembly that caused the failure (my custom DLL - BusinessModel.DLL) is in the MyComputer zone. Shouldn't this mean that the assembly has ...Show All

©2008 Software Development Network