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

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

Omniscient

Member List

Jkumar
Bill Poole
Priyananth
Neels215375
SukhiNew
GCB
Mirific201201
AdriM
bminard
alan666
pbairoleto
JavaBoy
thames
hlj16
Mutola
kallusin
Todd at HCA
shyamkumar
Yogesh Ranade
Twyford
Only Title

Omniscient's Q&A profile

  • Visual Studio Express Editions How do I press enter to activate a button click?

    I have a login form and what I want to be able to do is press the enter key to click my "okbutton" without having the button selected like it is in nearly every login screen you've ever seen. If you set the AcceptButton property of the form, then the form will click that button when you press enter. I think that's what it's called. There's definately a property along those lines. ...Show All

  • Visual Studio Problem with RDL (ReportViewer) Framework 2.0

    I am loading rdlc file with two DataSets but GetDataSourceNames() returns just one .....LocalReport.LoadReportDefinition("c:\test.rdlc"); .....LocalReport.GetDataSourceNames() returns just one DataSource ("DocumentDetailsDataSet") name but there are two in test.rdlc. What am I doing wrong Thnx here is test.rdlc xml: < xml version="1.0" > <Report xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance " xmlns:xsd=" http://www.w3.org/2001/XMLSchema " xmlns=" http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition "> <DataSources> <DataSource Name="DocumentMasterDataSource"> <ConnectionProperties> &l ...Show All

  • Visual Studio Express Editions Getting original settings

    Hello, I have problems trying to get to the original settings of Visual Express 2005. I normally use: tool->Import and Export settings and then use reset or import original settings. I thought this would fix the problem, but not.. I obtain the same settings and not the original ones. Would it be possible that the original settings of visual express 2005 are corrupted by my own settings Where can I find original ones I just want everything new, as it was when I installed visual express the first time... thanks for your help cesar Ive hunted for a way to easilly restore "factory defaults" but im afraid i couldnt find one, all i can suggest is uninstall and reinstall Visual Studio Express. ...Show All

  • Microsoft ISV Community Center Forums Hide/unhide

    I have a button that when the user presses the button the program will search an ordered column for values equal to 0 and hide the rows that has values equal to zero. If the rows already are hidden then they shall be revealed by pressing the button. My code is: Sub showHideButton_Klicka() Dim relativCell As Range Dim i As Integer, j As Integer, k As Integer Dim blnFirstFound As Boolean, blnLastFound As Boolean, blnIsHidden As Boolean Set relativCell = Worksheets("Berakning").Cells.Find("Rel.", LookIn:=xlValues) 'hittar forsta och sista cell med varde 0 Do Until IsEmpty(relativCell.Offset(i, 0)) = True Or blnLastFound = True If blnFirstFound = False Then If relativCell.Offset(i, 0) = 0 Then blnFirstFound = True k = i ...Show All

  • Visual Studio Team System view tasks from team explorer at the project portal

    hello, in the team explorer i can add new tasks to the task list of a specific project. how can i configure the project portal to view the tasks defined in the team explorer i just find "tasks" under "documents and lists" . and these are not the same as in the team explorer. would be great if somebody has an answer! ok thank you. i tried now to add a report to the portal. i followed the guideline in the book "working with microsoft visual studio 2005 team system" , page 235. the second point is: "add a page viewer web part" i tried now to add such a page viewer web part to the project portal. but when i want to add such a web part i get an unexpected error -> " An unexpected error ...Show All

  • SQL Server Get last record in a SQL database

    Don't know if this is the right SQL section, but... using VBE, how do you SQL for the last record in the database Thanks. Thanks.  I haven't yet been able to try all the great ideas I got... still wasn't able to open the database... so I'm reading a book. ...Show All

  • SQL Server How to get sql server name with a vb-script?

    Is there anyone who knows how to get sql server name using a vb-script I have tryed this: bKey = WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL") But it cant open it for read. Someone who knows a better way Regards SW-engineer Ok I know what you mean! My plan is to use either mssqlserver or sqlexpress. If not any of these to instances exist my install project will install sqlexpress and then use sqlexpress. Is this a bad way to this ...Show All

  • SQL Server Missing dll file

    I am missing a dll file called d3dx9_29.dll and for the life of me I can't find it on the cd or anywhere. Can someone help me out Thank you for your time, Frank Pizzolo can you please give me the web adress to download- d3dx9_29.dll                                      p.s.  that will work w/ battlefield 2142 ...Show All

  • Visual C# Error: "No overload for method "foo" takes '4' arguments"

    I have referenced a C++ project to call a function from a class within but I get the error message "No overload for method "foo" takes '4' arguments" when I compile. if I go to the deinition for the class of the following call: myClass.foo(a, b, ref c, d) I can see the following metadata: namespace SPTI {     public class myClass     {         public myClass();         public static bool foo(Target a, byte[] b, byte[] c, bool d);     } } With the following for the declaration in C++: static bool myClass::foo([Runtime::InteropServices::In]SESTool::Target a,       &nbs ...Show All

  • Visual Studio Express Editions Showing "1 000" instead of "1000" in textbox.

    OIkai, this might be very simple, but I have a textbox with "1000000" in it. And I want it to be shown as "1 000 000". There must be a way to get the data out and change it, and then put it back in the textbox again. Anyone know how And question 2, I found a old vb6 code: If KeyAscii > 26 Then If InStr("0123456789", Chr(KeyAscii)) = 0 Then KeyAscii = 0 Its for making a texbox accept numbers only, but it keeps giving me error on KeyAscii. How can I make it work in vb exp DMan1 wrote: Use a masked textbox to setup the format that you want displayed in the textbox... You can also use the following in a textbox to restrict user input to numeric values: Private Sub TextBox1_KeyPress ( ByVal sender As Object , ...Show All

  • Smart Device Development Can not deploy .NET 2.0 to my smart phone

    I made a simple app and tried to run it on my Cingular 2125 smart phone with windows movile 5.0 I get the error saying that i do not have the latest .net 2.0 to run it. I installed Compact 2.0 on my computer... not sure how this is supposed to get on my phone though! Can anyone tell me how to install .Net 2.0 framework onto my smartphone thanks. Hi Yeshia, First, to install the compact framework on your device, you need to connect it to the PC through USB or any connection, with ActiveSync v4.0 or later, then start installing the Compact framework 2.0 on the PC, and it will automatically install it to the devices connected to the ActiveSync. But you can also set the VS 2005 to install CF 2.0 runtimes ...Show All

  • Visual Studio Express Editions C# Express expired

    I installed a MS Visual Basic 2005 Express a month ago. I didn't register this product, so my copy expired. Now, I install MS Visual C# 2005 Express. Setup says that my version of MS Visual C# expired. I want to register this product, but it's not go. Could you give me some advice First up... why didn’t you register it during the first month Before attempting to install it again, did you uninstall the previous install It’s as easy as choosing Register Product from the Help menu and then following the prompts, waiting a short time for an email and plugging in the key you receive. ...Show All

  • Visual Studio Do we need to make any registry key values to install an addin?

    Hi, I have implemented an addin (Visual Studio 2005) which works perfectly in my development pc but it does not seems to be working on other machines. I created an installation (.msi) for that to install the .addin file to the appropriate folder (../My Documents/Visual Studio 2005/Addins/) and the assembly file to the installation directory but it doesn't seems to be working on other machines. Do we need to make any registry key values during the installation Thanks in advance! Best regards, Imesh Make sure the <Assembly> tag in .addin file has specified full path of the assembly. We set this using Custom action in MSI during setup. As Carlos menti ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Directx SDK (december 2006) viewer crashes on startup

    Well, the title basically describes what is the problem... I've uninstalled my directx sdk (october), rebooted to make sure things were clean. Then I installed the last SDK (december) and my viewer (directx sdk's viewer for .x and .fx files) simply stopped to work. Whenever I start it, it crashes with the 'send report' error. Any ideas what could've caused this " Is "my viewer" one you wrote yourself If so, did you recompile it with the new SDK Have you run it in the debugger ...Show All

  • Windows Forms How to convert an object (custom object) into a byte [] array?

    i want to save the object in a binary format in Sql 2005. I don't want to create a file, an then read the file and convert to binary. Is there a way to do this directly, from object to byte[] without creating a file for it Hi,momo_lang This may helpful for you. Regards. Ye ...Show All

©2008 Software Development Network