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

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

uhhuh

Member List

ugpj
ananth prasad
Ronaldlee Ejalu
iJonny
Steffanp
Spuddo
prthealien
TheViewMaster
Indigox3
TalhaAziz
Rick Schummer
Johnnie B.
J Beaulieu - CS Product Team
aspfun
Ahmad Mageed
Jamie Thomson
Doug Palcic
Jim Perry
Ronni M
Jive Dadson
Only Title

uhhuh's Q&A profile

  • .NET Development Database access and threading

    I have begun experimenting with remoting, databases, and threading, and have come across a potential problem. My current self-assigned project is a chat system, similar in nature to MSN Messenger. The problem arises whenever two clients are talking to the server at the same time. For example, the registration process involves sending a email address to the server. The server checks that this email is not already registered (in the database), and if not, adds it to the database. However, the registration process on the server side is performed using threads, and however rare it may be, I can envisage a problem arising... For instance, see this example. The two columns represent two 'registration' threads running concurrently on the serve ...Show All

  • Windows Forms Datagrid Paging alignment

    I have a problem. When i place a DataGrid on an aspx page in Visual Studio 2005 the page no comes to the extreme left of the page. I tried changing the alignment to right or center but still it is displayed in the same manner. If any body has a solution please let me know Hi! Good for you that you found the solution in the form of third party tool. And thanks for your offer, I would rather use GridView instead. Cheers Sohail. ...Show All

  • SQL Server Installing Data Mining Web Controls

    Hello, I have SQL 2005 and Visual Studio 2005 and I’m trying to install the Data Mining Web Controls. I downloaded the SQL Samples and I’m following the instructions of the "ReadMe_Data_Mining_Web_Controls.htm" file, but when I try to install de data mining web controls the setup.exe does’nt create the folder "C:\Program Files\Microsoft.AnalysisServices.DataMiningHtmlViewers " and the folder "C:\Inetpub\wwwroot\aspnet_client\microsoft_analysisservices_datamininghtmlviewers ". Then, I don’t have the file "C:\Program Files\Microsoft.AnalysisServices.DataMiningHtmlViewers\Microsoft.AnalysisServices.DataMiningHTMLViewers.dll " for using the web controls. Can somebody help me Dunia ...Show All

  • Visual Basic adding handler to a button generated at runtime

    everytime I try to add this code: AddHandler btnLogin.Click, AddressOf mybutton_click it gives me the following error: name 'mybuttom_click' is not declared. Here is the code that I am using to create the button: Imports System.Drawing Module formsLogin Public Function loginForm() Dim btnLogin As New Button With btnLogin .Location = New Point(55, 75) .Text = "Login" .TabIndex = 3 End With Dim btnCancel As New Button With btnCancel .Location = New Point(175, 75) .Text = "Cancel" .TabIndex = 4 End With D ...Show All

  • Visual Basic Image viewer in VB

    Hello, I’m trying to build a sort of an image viewer in VB for an Excel macro. My idea was to have an user form with a "previous" and "next" buttons that browsed through images in a directory and displayed them in an image box above, something like the windows image viewer, but much simpler. Does anyone have any idea how I can go about doing that Thanks a lot. I've thrown together a quicky .Net example for you (it uses the same mechanism that Katana314 described), but it's been too long since I worked with Excel-VBA to know whether this code will work as a macro - probably not entirely, but you may be able to adapt it. ...Show All

  • Visual Studio Team System Security Problem when exporting a work item to TFS

    Hi... I wrote a simple application that creates a work item of type "Bug" and export this item to a specific Team Project in TFS this application runs fine in the development server but the security problem appears when I try to export the work item using IIS I have the following error: Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: System.Security.SecurityException: TF50309: You do not have sufficient permissions to perform this operation. ...Show All

  • SQL Server Someone must have a solution for

    The encrypted value for the "LogonCred" configuration setting cannot be decrypted. (rsFailedToDecryptConfigInformation) (Microsoft.ReportingServices.Diagnostics) Please: a step by step solution. Try this. Open your Reporting Services Configuration (go to Start -> All Programs -> Microsoft SQL Server 2005 -> Configuration Tools -> Reporting Services Configuration) Connect to your report server with the issue Navigate to the Database Setup tab (on the left navigation pane, 6th from the top) In the 'Credentials' area, ensure that the account you use has priviledges on the SQL Server You might try to retype the account and password Hit Apply Hope this helps ...Show All

  • Visual Basic Class Question

    if i create a class, eg. mask, which inherits from another, eg. general, if i put a constructor in the mask class, is it correct i need to copy the rest of the constructor from the general class. cos i thought i don't need to do this as i is inherited from the general one. Public Class General Private _firstOct As Integer Private _secOct As Integer Private _thirdOct As Integer Private _fourthOct As Integer ' CONSTRUCTORS Public Sub New () ... End Sub Public Sub New (ByVal one As Integer, ByVal ...) ... End Sub ... Public Class mask Inherits General Private _slashNotation As String Public Sub New (ByVal slashNotationVal As String) ... End Sub Public Sub New (ByVal one As Integer, ByVal two As Integer, ...Show All

  • Visual C++ Problem moving byte array from C# to Managed C++ and back

    Hi,   I am currently trying to use Managed C++ to create a ,.Net wrapper for some unmanaged C++ code. I'm nearly there, but I have a really annoying issue. My code is as follows: public : void Play(System::Byte buffer[]) {             char buffer2[88200];                 // Fill the unmanaged buffer             pSidplay2->play(buffer2, 88200);                        //buffer = buffer2*;           ...Show All

  • Gadgets developers down rating other developers to get their stuff to the top not mentioning names (BAMKEE)

    Iv'e noticed that a couple of people are creating sidebar, live and myspace gadgets and spamming other gadget search tags with their own email addresses and gadgets and stuff. These people are also Down rating other live, myspace and sidebar gadgets to get their gadgets to the top of the lists. one person in particular is Bamkee who posted 3 gadgets almost identical and had 5 star average out of 20 ratings before he had even had 20 downloads. See for yourself: http://gallery.live.com/Author.aspx a=46ba5aeb-394c-4346-a7dd-e06825791322&l=1 This causes problems for people with genuine ratings. Me and my brother developed a sidebar gadget for ebay which has been downloaded 5100 times since november and had 56 genuine ratings unt ...Show All

  • Software Development for Windows Vista There will pop-up a "UAC" dialog when my program run.

    Hello everyone I have a program. It will connect internet . There always pop-up a "UAC" dialog when my program run. It tip " A unidefentified program wants access to you compater " now ,I want remove this dialog when my program run What can i do my program is build by VC6, and it must be work well in other Operate System. Please help me . thanks. Dear efratian : Thank your helps . I will try it . Ricmy ...Show All

  • .NET Development Is remoting for me?

    He! I'm from Delphi, in this languaje we use a component named Midware that permit execute remote funcions in a sever, and this return data objects with the funcion results. This remote functions allow paramters and return normal types or structurated data objects like multidimensional arrays or custom objects writed by us. This component use TCP sockets (ip:port) to comunication without domain or workgroup configuration. I 'm looking for a writed component that do the same in .NET, exist or i must program my own "MidWare" component for .NET using Remoting and Serialization Regards. I find the answer in Google with a little, simple and clear example way to do it. I want delete o edit this post but MSDN forums engine return ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. To the Xna team

    please head over to your Microsoft Robotics Studio and grap the source code for physicsengine i have heard that i support of Ageia Physic hardware now is your chance to get Xna framework a another cool start on the xp and vista version with support Ageia Physic hardware then you have the best game programing language and the fastes making games and then you see aaa titles build with xna framework Evolutions of games comes from people and the right tools (sdk)  ps.(xna framework aka c# will out profrom xbox360)   http://msdn.microsoft.com/robotics/getstarted/simulation/default.aspx Ageia Physic hardware link  if you all whant make games like crysis it all physics link to 14 min. long video ...Show All

  • Visual Studio Express Editions need help with my first c++ application

    Hello, after i tried a lot of things and reading some topics here i dont still know what i have to do. I need to programm some functions from an excel document in c++ with gui. my first problem is how can i create tabs on top of my application where i can switch through the "excel sheets" (i want to have same structure and function like in my excel dokument) Can anybody help me how i get startet creating an aplication with several forms that can be switched through tabs Hello As mentioned previously, such questions are outside the scope of this forum - for such issues please use the newsgroups at http://msdn.microsoft.com/newsgroups . OTP Thanks Dam ...Show All

  • .NET Development GetRunningObjectTable in .NET 2.0

    Apparently GetRunningObjectTable is a new supported method in .NET 2.0. It is accessible via IBindCtx.GetRunningObjectTable and the signature is given as... void GetRunningObjectTable ( out IRunningObjectTable pprot ) Which of course implies that IBindCtx is a supported .NET 2.0 interface too. This is good. We don't have to bother with all that tedious P/Invoke stuff. So... ... does anyone have any ideas on how to get hold of the .NET 2.0 object that implements IBindCtx (because the MSDN certainly doesn't give us any clues!) Cheers, ~swg Well, that's fair enough. If there's no managed object then there isn't. Thanks for the info. Re: your final comment, I didn't draw the conclusion that there ...Show All

©2008 Software Development Network