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

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

newjdevil

Member List

Garry W
Dan Waters [MSFT]
goldstei
Unknown Name
rhansen
Ludo-R
Sergei Dorogin
Rweasel6
Marlun
CS05pp2
andyrd
xBoRISx
Bruno_Silva
ShadowOfTheBeast
rcurrie
Jalf
RazaRizvi
Shirvo
PatOvens
mpennin
Only Title

newjdevil's Q&A profile

  • Visual Basic Ctrl + Enter in WebBrowser control

    how do i allow the web browser to enable Ctrl + Enter so that one can just type google then Ctrl enter. i was tring to allow Ctrl + enter like in IE u can type google, then Ctrl + enter then, "www." and ".com" will be added. but i did it using a button already, in the button click event i did, the code maybe wrong but its something like that - i am typing from school, i don't have vb in this lab if txtAddress.text not like(" www.*.com ") then txtAddress.text &= txtAddress.text.insert(0, "www.") txtAddress.text &= txtAddress.text.insert(txtAddress.text.length, ".com") ...Show All

  • .NET Development VS2005 Webbrowser Control

    Hi All, I created an user control that contains a webbrowser control. The user control basically creates a XM file using a stylesheet from an xslt file. After the XML file is created, the user control simply call the Navigate() function to display the page. The following code works this.webBrowser1.Navigate(rptPath,true); // Display the page on a new window But the following code does not work (blank - no page title, nothing displays) this .webBrowser1.Navigate(rptPath); // Display the page on the current form Do I have to do any extra work (set up some properties or something) in order for the webbrowser displays the page on the current form Thanks Wild guess: the ...Show All

  • SQL Server Select Inner join with Where Clause Problems

    Hello All, I have a question about a Select over 2 Tables, with the Following Scenario (Not all Products (ARTICULOS) haves CARAC's on the CFG_CARAC_ARTICULOS table): Picture of the tables here: http://www.pci-baleares.com/pantallazoSql.jpg We have per example 7 Slots (Motherboard, CPU, VGA Card, RAM, TOWER, etc...) When we fill the Slot with a CPU-> Then we open the Slot for VGA CARD, we do the Followin Select: SELECT dbo.ARTICULOS.* FROM dbo.CFG_CARAC_ARTICULOS INNER JOIN dbo.ARTICULOS ON dbo.CFG_CARAC_ARTICULOS.ID_ARTICULO = dbo.ARTICULOS.ID_ARTICULO Ok it brings up ALL Graphic Cards because they dont depends on CPU Now we go to the Motherboard Slot And we make the following Select to obtain the compatible Motherboards: SELE ...Show All

  • SQL Server Service Pack 1 -- account information could not be verified

    When installing Svcpack 1 ontop of my 9.00.1399.06 RTM Developer Edition I get the following error everytime: --------------------------- Invalid Login Information --------------------------- Your account information could not be verified for one or more instances. Ensure that you can connect to all the selected instances using the account information provided. To proceed further deselect the instances to which connectivity cannot be established. --------------------------- OK   --------------------------- I have followed all possible suggestions on the following post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=358003&SiteID=1 but nothing works.  I'm running as the local admin on t ...Show All

  • SQL Server Edward, any PM possible?

    Edward, Is there a way to get in touch with you on a private message basis I'd like to discuss your coming book and other mentoring questions. Thanks, Philippe pcand at you guesswhat cox net Sure. Just remove "noreply.online." from my dispay e-mail. Edward. -- This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All

  • Visual Studio Team System Having no one assigned to a Work Item

    Just today I put all our issues (non-closed) into TFS. This is over 600 issues. 80% of these issues have no one assigned to them because the Issues are: -Notes jotted down to keep information -Many duplicate bugs(we keep these for tracing purposes) -etc. So... now I have over 550 assigned Work Items and I feel Overloaded... I should ask for a vacation... anyways... Is it possible to tweak that field so we can have no one assigned I don't want to add an empty user to the group... that seems wrong. My first thought would be to create a "temp" user account, so you could easily query for them in the future, and it'd get you through the current situation. Or assign them to someone to filter through and do something abou ...Show All

  • Visual C++ Windows Service : Types HANDLE and HMODULE cause error :(

    As I write a Windows service in C++, compiler doesn't reckognize types: HANDLE, HMODULE, WTSGETACTIVECONSOLESESSIONID and function GetProcAddress. Are there any libraries that should be included I only have the following libraries in my code: using namespace System; using namespace System::Collections; using namespace System::ServiceProcess; using namespace System::ComponentModel; LoadLibrary Windows.h Kernel32.lib WTSQueryUserToken WtsApi32.h WtsApi32.lib WTSGetActiveConsoleSessionId Windows.h Kernel32.lib All this information is from MSDN topics describing these functions. Some of these functions are not defined in all operating systems. To compile them read this article: http://windowssdk.msdn.microsoft.com/en-us/library/ms736 ...Show All

  • Visual C# Playing an mp3 Byte[] Array how?

    I have stored in memmory an byte array of an mp3 file and i want to play it how can i do this well one way would be to write it to disk, then play it in either an embedded WMP component or launch a process on the mp3 file. Example: System.Diagnostics.Process.Start("filename.mp3"); ...Show All

  • SQL Server MS Accounting Exp 2007 coexisting with SQL Server 2005

    I recently installed MS Accounting Express 2007 which also installed an instance of SQL Server 2005 but without the standard interface. But I want to install SQL Server Express 2005 as well. Can the two coexist Is there a way to have both applications running on the same machine I am asking before trying the standard SQL Express install. Thanks, Jim. Hi, you can install multilpe instances of SQL Server 2005 on your machine, also mixed along with the editions. Hth, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • .NET Development SqlMembershipProvider, use from WindowsForms with not trusted connectionstring?

    Hello, i use the Login controls supported by ASP.Net 2.0. But i have some problems... :) I have an application with two GUI-s: - winforms (the core, maintenance, etc.) - asp.net 2.0 (basic public functions) So, i had to solve the problem: create/manage users form winforms - it's not a big deal: [problemsolver article ]. But! What is when i have users with a not trusted connection ! So, the connection stirng might be look like this: string conStrFromConfig = @"server=srv1\sql2005;Database=MyDB;trusted_connection=no;"; When the application starts, ask for the user name and password. When clicks Login: conStrFromConfig += "user id=user1;password=xxx;" Then everything is ok, connection can be estabilished with the db server ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Input and Soft Coding

    Hi. What I want to do is write a player class with an input function that has the player index as a parameter. My problem is I don't know what type a variable like this is. So I'm stuck at void input( whatgoeshere pIndex){ GamePadState gamepad= GamePad.GetState( pIndex); and so on... } ...Show All

  • Internet Explorer Development IE 6 opens new window instead of loading in frame specified by target attribute

    I have a frameset with multiple frames, some nested. One of the frames has an anchor that uses a target atribute to load the referenced page in one of the other frames. When I click the hypelink, however, the page loads in a new window, not the frame specified in the target attribute. This will happen repeatedly. However, if I refresh the browser just one time (on the main page with the nested framesets), then from then on the link will behave properly, loading the content in the other frame vice a new window. Once I've refreshed, the behavior will be correct no matter how many times I click the link. Very strange. I can't imagine what is happening when I refresh the browser that makes any difference, or why it doesn't work properly to beg ...Show All

  • Visual Studio Express Editions How to save as HTML and more

    I have a couple of questions I hope someone can help me with. First, I made a program that generates a complete HTML page. That page is displayed in a text box and I just tell the user to copy and paste the contents into Notepad and save as .html Obviously this isn't the best way to do that. I want to upgrade that by simply having a button on the program that they click to automatically save and save it as an .html file so all they have to do is find the location they are to save it at. How do I do this What code do I put in the sub class for that "save" button Also, I have another program that generates some text in a textbox. Right now I just have the text box's visibility false until the user hits submit in wh ...Show All

  • SQL Server why not showing nulls?

    Hi, I have the following query: SELECT COUNT(dbo.UkPostcodes.Postcode) AS PCCount, dbo.UkPostcodes.Postcode, dbo.UkPostcodes.Town, dbo.UkPostcodes.County, dbo.UkPostcodes.Area, dbo.UkPostcodes.Country FROM dbo.UkPostcodes LEFT OUTER JOIN dbo.Customers_Trade ON dbo.UkPostcodes.Postcode = CASE LEN(REPLACE(dbo.Customers_Trade.PostCode, ' ', '')) WHEN 5 THEN LEFT(REPLACE(dbo.Customers_Trade.PostCode, ' ', ''), 2) WHEN 6 THEN LEFT(REPLACE(dbo.Customers_Trade.PostCode, ' ', ''), 3) ELSE LEFT(REPLACE(dbo.Customers_Trade.PostCode, ' ', ''), 4) END GROUP BY dbo.UkPostcodes.Postcode, dbo.UkPostcodes.Town, dbo.UkPostcodes.County, dbo.UkPostcodes.Area, dbo.UkPostcodes.Country The query ...Show All

  • Windows Forms Automatic update of label text bound to a class property updated by another thread

    Hi, I'm having troubles with a data binding between a label text and a class property. I have a class like this: public ref class TestClass : public INotifyPropertyChanged { public: virtual event PropertyChangedEventHandler ^PropertyChanged { void add(PropertyChangedEventHandler^ value) { this->propertyChanged += value; } void remove(PropertyChangedEventHandler^ value) { this->propertyChanged -= value; } }; virtual void NotifyPropertyChanged(String ^info) override { propertyChanged(this, gcnew PropertyChangedEventArgs(info)); }; property unsigned int ToW { void set(unsigned int tow_){ tow = tow_; NotifyPropertyChanged("ToW"); } unsigned int get() { return tow; } }; private: unsigned int tow; event Pr ...Show All

©2008 Software Development Network