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

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

elpepe

Member List

Matthijs Koopman
Deerhake44
Parley
grellsworth
Magoo
mark hsu
Jonathan Abbott
sniwas24x7
Tamim Sadikali
Nick Hustak
h1
tvenhaus
NoNameHere
Paulustrious
William P. Baughman
kamall_77
BIGuy
bob26
Henrik Dahl
BobH
Only Title

elpepe's Q&A profile

  • Visual Studio Report Viewer Redistributable does not install viewer components in the Toolbox in C# Express

    I've installed: C# Express + SQL 2005 Express Adv + Reporting Services. I designed a small report and can print, preview and deploy the report with using SQL Server Business Intelligence Development Studio. In next step I installed Report Viewer Redistributable but there are no report viewer components instaled in Toolbox. I know that 2 components should be installed in Data group. There are no such the components available in Choose Toolbox Items window. I tried to repair, deinstall and install report viewer but without success. What I am doing wrong Marek Hi Rajeev, I am afraid that you're absolutely right. However, I could not find the information which confirms this explicte. Thank ...Show All

  • Visual C# Creating a Datatable from a ArrayList

    I have a datatable and when i add the rows to it....I click my OK button when i click my OK button I add all the rows to an arraylist...then i loop thorough my arraylist and insert the values into my database.....How would one go about getting those values out of my database back into the arraylist and back into the datatable....I know how to put it in the database but i am kinda cloudy on how I would get it back out and into my datatable....any help with this well you would use a SqlDataReader to read the values back 1 by 1 and store it into an arraylist. But you are better off using a SqlDataAdapter to fill the dataset/datatable with values and update the database when you change values in the dataset/datatable and avoid the whol ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can I apply different transforms to different groups of primatives

    Hello everyone, I'm currently muddling around with direcetX primatives and I'm attempting to write a function which will produce an array of dots that describes a sphere. I know there's a mesh of a sphere in the examples of the sdk but I want to generate this myself. I've written a function which can generate a series of dots representing a circle on the Y plane. My idea is that I'll generate a set of these circles and apply a y-axis rotation to each to each to spin them out to form the sphere. Like the lines of longitude on a globe. Now for this to work I'll need to be able to apply a different Y rotation to each circle, up until now my text book and any website I've found for primatives have only described ways of appl ...Show All

  • SQL Server An internal error occurred on the report server. See the error log for more details. (rsInternalError)

    Hello everybody, I am trying to use the reporting services on Windows 2003 with SQLServer 2005. Everything works fine in the report manager and I can access and render the reports without any problem. But when I try to access the reports directly with the URL from the ReportServer, I get the following error : Reporting Services Error An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help The type Microsoft.ReportingServices.UI.WebControlConnection, ReportingServicesWebUserInterface, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 does not implement IReportServerConnection or could not be found SQL Server Reporting Servic ...Show All

  • Visual C++ window pointer for a new window

    Hi, I have created a new window using the following method AfxGetMainWnd()->PostMessage(WM_COMMAND, ID_FILE_NEW); How can I get a pointer to this new window What is the difference between a window handle and a window pointer Pritha If the ID_FILE_NEW command succeeded, a new view object will be created and activated. In order to obtain it, I think you can try the GetMainWnd()->GetActiveView() function. (See the documentation of CActiveView about how to do this differently in case of MDI applications). Note that the new window is created after fully processing of ID_FILE_NEW command. Therefore you probably should try SendMessage instead of PostMessage . Otherwise GetActiveView will be called ...Show All

  • Visual Studio Express Editions Special Problem: Running VB Application on two Screens!

    Hello there.. You are my last chance. Nobody I asked for this topic was able to help me. I wrote an application in Visual Studio Express in VB.Net. Everything works fine. Now I want the application to work on two screens of my dual head graphic card. On one screen there should the GUI of the application, on the other one there should be a full screen Bitmap. The Application: The second output is connected to a projector. When pressing buttons on the GUI (which must not be visible on the projector!) the bitmap should change. Do you have any suggestions how two realize my plan Maybe it's so simple, that it's too simple and I do net get it:) Thank you very much!! Greetings from Germany, Carsten Dim f1 ...Show All

  • Internet Explorer Development Favicon in IE7

    Hi My site uses a FAVICON, which works well in IE7. However, I've noticed that if you create a shortcut to a webpage on your XP desktop, the FAVICON is used as the desktop icon. My favicon.ico file has 2 res images of the file, 16x16 and 32x32. However, the desktop icon picks up the 16x16 version and uses that. Is there a way to make it use the 32x32 version. Or can I get windows to use a default icon. Thanks I used a binary method for transfer of a favicon.ico made at 16 x 16 px. I cannot get it to show up on my web site either. I have many of them showing up from other sites though. It works fine in Netscape and Mozilla FF. Could it be that even though the file extension is .ico it may be .b ...Show All

  • Visual Studio Express Editions C# Program Ideas

    Hello, I am trying to learn C# and so I have been reading the book and doing the sample apps, but now I would like to go a little farther. I want to write an app that I can sharpen and learn more with C#, but I am out of ideas for applications. I could write a game and that might not be bad, but I was wonder if anyone had any ideas for a program. I feel like a writter who just can not come up with an idea for a book. So any Ideas 3D checkers IM Program security shoot em up type game....would be nice actually, with even perhaps joystick support!! that would be cool and an interesting project how about an imaging program Such as, drag and drop files into a window, and being able to create a ...Show All

  • Visual C++ Explorer 7.0 KILLED Unigraphics NX4.0 on my computer visual C++ library error

    I did the explorer 7.0 update from 6.0 and now Unigraphics NX4.0 cadcam software will not run. I get a C++library error and it also closes internet explorer 7.0 if it is up when I try to load unigraphics. I hope someone knows about this problem and can email me some information on how to fix it. P.S. Happy New Year everyone john_weisbrod@hotmail.com For such issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups OTP Thanks, Ayman Shoukry VC++ Team ...Show All

  • Windows Forms How do I keep textbox text NOT highlighted?

    I am programming MyFreeCell to imitate the real one.  I am new at this. I have TextBox1 on the Menu Strip with the initial text of  "Cards Left: 0".  When I start the program it is highlighted in blue , but I don't want it highlighted . When I start a New Game, or move a card to a pile, I put out "Cards Left: 52" (or whatever) and it is NOT highlighted.  But when   I have a msgbox, that may have nothing to do with the textbox (eg an error message such as "that move is not allowed"), and the user clicks OK, it is highlighted, and stays highlighted until I reassign the text. Even stranger, when the user Selects a game and presses OK, it highlights the cards left, except if this i ...Show All

  • Smart Device Development AutoPostBack Property in .net compact framework

    Hi All, i am using dropdown list for my project in which i want to set AutoPostBack property to true. But i dont see it in forms property. Can anyone help me in setting autopostback property true. Note:: I am working on .net Compact framework (C#). ...Show All

  • Visual C# how to Send a Fax from Fax-Server using C#............ getting Exception

    I am Using this code , by i getting Exception Name : "The handle is Invalid (Exception from HRESULTS :0x80070006 (E_HANDLE))" One More thing I would like to use fax server , i check the server is funtioning correctly due to send fax form my local machine any one help me..................... Code is here --------------------------------------------------------------------------------------------------------------------------- private void btnSend_Click( object sender, System. EventArgs e) { SendFax(txtDocName.Text, Application .StartupPath+ @"\" +txtFileName.Text,txtRecipientName.Text,txtRecipientFax.Text); } public void SendFax( string DocumentName, string FileName, str ...Show All

  • Windows Forms Accepting serial number in uppercase

    Hi, Is there any way by which we can convert the serial number (on customer information form) to upper case as the characters are keyed in by the user. A number of installers automatically display the keyed-in characters in upper case, but I am unable to find a technique for achieving this using MSI (even with Orca). Thanks in advance. Mayur ...Show All

  • Visual Studio Express Editions How to remove character from a string

    Hello Can anyone help me with this. My program receives data from a  client app and I want to remove the first 7 character from the string it send. For exemple: 1234567 Sentence that needs to be stored. How can I remove the 1234567 from the sentence Anyone know how to do this and can show me how Bye and thanks in advance. Hi, the following code reads the input string from 8th character to the end (it removes the first 8 characters, including the space character): Dim sentence As String = "1234567 Sentence that needs to be stored." Dim cleanSentence As String = sentence.Substring(8) Andrej ...Show All

  • .NET Development where's the docs in .net 2.0?(debufRef, Profiler,etc)

    i can only download Ecma-334 & 335, but they r not debugref docs. where can i find the docs about .net 2.0 All of the unmanaged API documentation (e.g. ICorDebug*, ICorProfiler*, etc.) for V2.0 can be found on MSDN here: http://msdn2.microsoft.com/en-us/library/ch59zxfc.aspx. Much of the conceptual content which shipped in the Tool Developers Guide in V1.1 is still relevant, so DebugRef.doc may still come in handy. If you're looking for sample code snippets you may also find the mdbg source ( http://www.microsoft.com/downloads/details.aspx familyid=38449a42-6b7a-4e28-80ce-c55645ab1310&displaylang=en) to be a good example of how to use ICorDebug. If you have any specific questions, please let ...Show All

©2008 Software Development Network