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

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

bstoker

Member List

FredDabb
RichLeyshon
Alle
in.the.dark
garyvdailyware
Peter Peng
corsebou
Kirill Tropin
John Bowen
13thGhost
Islamf
dr.acv
rohit_c4u
NiklasECG2
Max Diamond
DanInNewWest
Chiarigos
Cezary
NeverGone
iomihai
Only Title

bstoker's Q&A profile

  • Visual Basic Help with Boolean

    Hi everybody, i hope everybody is doing well. i was wondering if anyone that give examples of how to deal with Boolean because i been having trouble figured out what to do. a boolean value is a true false condition, generally used in If statements. if < condition>   then    'condition was true else    'condition is false end if   so if I had some text in a string: Dim theText as String = "My text" and wanted to see if it contained "Bob" (of course it doesnt), there is a function in .NET 2.0 which returns a boolean value to indicate true or false which can check to see if the string contains the specific string we are after - it is a Contains() method. This returns a boolea ...Show All

  • Visual C++ Windows Form Application in vc++

    Hi All, We are developing an application using Visual studio 2005 vc++.net.We have a header file in which some variables declared as DWORD,CALLBACK,BYTE etc We are building form based application in VC++,neither WIndows32 project nor MFC application.If we are using WIndows32 project or MFC application that header file works fine.But problem is when we are building form based application in VC++ using that header file.How to solve this problem. for example: typedef void ( CALLBACK *CONTROL_DATA_CALLBACK )( DWORD UserParam, DWORD dwDataType, BYTE* buf, DWORD len ) HWND hWnd; RECT rect; time_t tBeginTime; ULONGLONG FileSize; HANDLE TimeCodeEvent; void* pImage; DLL_API DWORD KLErr( HANDLE h ); We are get ...Show All

  • SQL Server Search Values with special characters

    In my database, I have records stored as "Scooter, gears, hard hat" When the user enters in the textbox "Scooter gears hat" it does not return any records. How can I tell the DB to ignore the characters in the column and search for the full text only and return all values Thanks You can simply use a replace function(); such as Replace(@parameter,',',''). But what if the user enters Hard Hat,Scooter, Gears then you still wouldn't have a match I would simply would use a function that would take the values seperated by the commas into a temp table, then do a search from the temp table from the values given from the user.   Example:   CREATE    FUNCTIO ...Show All

  • Windows Forms IE7 ActiveX control event can't fire javascript funtion to handle events

    I have a ActiveX control that fire Javascript events which have worked fine in IE6. But in IE7 the Javascript functions are no longer firing when the ActiveX control raises an event. <object id="activeXObj" classid="..." viewastext></object> < script language="Javascript" FOR="activeXObj" EVENT="Click(row, col)" > alert("click") // Doesn't fire any more </script> Any suggestion is highly appreciated. Thanks. I've just spent a few hours banging my head against a wall with this as well. Try adding this line: val ThreadingModel = s 'Apartment' to the InprocServer32 = s '%MODULE%' { } section in xx ...Show All

  • Community Chat it’s turbo c really back???

    this is an open question to all the people that wants to give an opinion about this topic, it’s turbo c really back It’s older than me but i have to use it. Do you agree that some teachers nowadays are trying to make us learn about some old program agreed. It's just the way it is unfortunately, due to school budgets and what not. I don't understand why they dont upgrade to using .NET. If money is such an issue, why dont they download and use the Express editions, since they are free anyway (but limited to what you can do in the IDE but shouldnt be a problem if its for schooling) ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where is Microsoft.Xna.Framework.Components namespace ??

    I recently got hold of a small code sample that uses XNA to generate terrain. Great !!! ... or so I thought. It turns out the project was created in xna game studio beta 1 and I have the 2nd beta. I have everything working except for 1 thing ... The above named namespace is referenced with a using statement at the top of some of the classes in my code and a few objects from within the namespace are used but I cant work out what assembly its in or even if i have that assembly !!! Can anyone shed any light on this ... preferably rendered in realtime :) Sorry about the long delay in replying but its been a bit hectic lately. Im trying to create a simple mesh based terrain generator. I downloaded a code sample fro ...Show All

  • Windows Forms internet explorer

    when ever i put a web name in the address bar and hit ctrl enter it come up with a window that sayes internet explorer has encouterd a problem and needs to close. it never used to do that do you know how to fix it . thank you Are you able to provide more details if possible Is this when you drag and drop the web browser control onto the form and run the application, then do as you had done (ctrl + enter) ...Show All

  • .NET Development Shutting down network computers?

    I suspect that I once again have someone leeching of my Wireless router again and I can't connect and lock it for some reason. So I thought perhaps I could shutdown the computer who is leeching off my network As a lesson :P There are probably a lot of software out there that could do this but it would be nice to learn how I could create such software. Error 1 The type or namespace name 'DirectoryServices' does not exist in the namespace 'System' (are you missing an assembly reference ) C:\Documents and Settings\Deru\Lokala installningar\Application Data\Temporary Projects\WindowsApplication1\Form1.cs 8 14 WindowsApplication1 I have included the "using System.DirectoryServices" though it d ...Show All

  • SharePoint Products and Technologies Incoming Mail with Sharepoint 2007 and Exchange Server

    I have a test environment that consist of one server with Exchange and Sharepoint 2007. Is there a way to test incoming mail or do I need a second Test server. It appears as though I need to have smtp services running too. Any Ideas steve, can you point me in the right direction re: this subject. I am trying to find an install guide or details on enabling incoming email but cannot find a formal doc from MS. My exchange guys will not modify Exchange ( add the smtp connector) without extrememly detailed documentation. Thanks Joe ...Show All

  • Windows Forms Custom DataGridView

    Hi, i am created custom datagridview when i am enter the data in to the cell it is disappear immediately. base paint method paint the cell so i cant able to enter the data plz help me Hi , as we know, when we use DGV, we select cell (click or double click the cell) the enter form keyboard, but I am puzzled what do you means disappear are you mean your DGV always have only one row would you mind post some code here we can have a look ...Show All

  • Visual Studio Team System Upgrade path Confirmation required

    OK, so i've spent about a day researching this now and hopefully i've got my particular scenario sorted. Can someone confirm the following for me: 1) I can buy Visual Studio 2005 Professional edition, which includes SQL Server 2005 Developer edition, install it on my XP laptop and get coding. 2) I can then, if i decide to, or it becomes necessary due to working or project conditions, UPGRADE my Pro Version of Visual Studio 2005, to one of the Team System versions (let's say developer version for arguments sake) and get the additional benefits in that version, along with the MSDN subscription level that i have chosen. 3) If i then, later, decide that i need the Architect Tools, or Test Tools, I can THEN get the Architect version an ...Show All

  • Visual Studio Team System Web Tests during build fails Http 404 from website

    I am upgrading a 2003 solution to 2005 and am using Web Application add-in but, I am afraid that the set up of a team build that includes web tests is not clear to me. In addition to that deploying the app to multiple servers seems as easy as a 500 page soduku puzzle. Anyway, the build I have set up fails when trying to run the web tests. When I recorded the web test, it was done using on the built in IIS at localhost:2435. I went ahead and created a web site on the build server to run on port 2435, but when the test task runs the web test receives a 404 error because the web application was not deployed. Shouldn't the script deploy the site prior to ru ...Show All

  • Visual Basic Application Blocks in VB.net

    Please direct this question to a better newsgroup if there is one... The original Applicaiton Blocks were available in VB.net. The latest Enterprise Library Jan 06 application blocks are all in C#. The quickstart tutorials are in VB, but not the application blocks. Do they no longer offer the application blocks in VB as well It is easier to learn from an application block if it is written in a language you are familar with. THanks! Bob As this is really a patterns and practices question rather than a VB language issue, I'll provide you with some potential resources Patterns and Practice Team http://msdn.microsoft.com/practices/comm/teamblogs/default.aspx Potentially emailing a product manager to see if its just the V ...Show All

  • Software Development for Windows Vista "help and support" not working

    this is what I get when I open help: (on vista RC2) "Internet explorer cannot download /from help..." Internet working well and is enabled. How to fix it Brilliant, thanks KA-50Hokum. I can only assume that Dreamweaver did this, but your solution worked on my OEM Vista Ultimate. ...Show All

  • Software Development for Windows Vista Vista

    The post 2 doesn't help my I ask you how to bun a rar file to a DVD.Please tell me It's not a rar file, it's an iso file. Try this http://www.isobuster.com/isobusterdownload.php ...Show All

©2008 Software Development Network