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

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

thukralz

Member List

Bharat Bhushan
guywwe
heimdaloz
BitShift
newbiedogg
Seppe001
HarryBedi
pgeeeee
Vipul123
clint 2
RGravity
Andreas Isler
RhysDavies
alpefusk
VladR
RichHamilton
Stéphane Beauchemin
wmysu
GalaxyNg
Bobby Ma
Only Title

thukralz's Q&A profile

  • Gadgets open flyout modified

    i made gadget that google search. so if i insert keyword and click search button.  than flyout is show. in flyout, result of search. but its so confuse. my method is below... =========================================================== //if search clicked .......... ..................... System.Gadget.Flyout.show = true; System.Gadget.Flyout.document.getElementById("result").innerHTML = resultHtml; .................. .......... ===========================================================but this is not operate properly. if i click search button. than flyout show with no result. than i click search button on more time. than result show in flyout. what wrong with above code ~ plz feed any~ good luck gentleman and sorry about my fool e ...Show All

  • Visual Studio Express Editions expecting more than 1 datarow returned from query

    OK here's my question. I want to retrieve from my database employee table all those employees with the name eg. Smith and display them in a list. Can anyone give me any pointers please. I'm using VB 2005 Express Edition. So far this is what I have but it only seems to return 1 row when I know there are more than one entries with the name I am inputting Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim searchString As String searchString = Me .SearchStringBox.Text Try Dim filter As String filter = "LastName LIKE '" & searchString & "'" Dim search() As System.Data.DataRow search = myCDD ...Show All

  • Smart Device Development License control for application software

    Hi All, i would like to add a license control on my .NET Compact Framework software, for unlicensed users they have a 15-30 days using limitation but for licensed user they need to enter serial number and then unlimited user. Can anyone help me how to start and apply such function to the software Thanks Hi Roni I will try it. Basically is a encryption system in two different programs: your application and a special one you will code to generate the Activation Codes (AC). Lets say you retrieve the Serial Numer of a given machine. Usually is a long string of numbers and letters. Of course you dont want your customer making errors typing it, so you do some kind of algorithm to create ...Show All

  • Software Development for Windows Vista IStylusAsyncPlugin and C++

    Hi , I don' t find how to use the RealTimeStylus interfaces to create plugins in C++. I only want to grab pressure information and subpixels coordinates of the tablet input. Here is my test, but it crashes. Someone can help me Thx. //------------------------------------------------------------------------ class cStylusAsyncPlugin : public IStylusAsyncPlugin { public: /** The destructor. */ virtual ~cStylusAsyncPlugin() { } /** The constructor. */ cStylusAsyncPlugin() : IStylusAsyncPlugin() { } virtual HRESULT STDMETHODCALLTYPE RealTimeStylusEnabled( IRealTimeStylus *piRtsSrc, ULONG cTcidCount, const TABLET_CONTEXT_ID *pTcids) { return S_OK; } virtual HRESULT STDMETHODCALLTYPE RealTimeStylusDisabled( IRealT ...Show All

  • SQL Server Execute SQL Task Error

    Hi: I am getting the following error message while trying to run a Execute SQL task with Variables in BIDS. My connection type is ADO.NET . My Variables defined are Varout and Varin. Both are String type Variables. @varout has a value set to "Category" and @varin has a value set to "Test Category". I am using the expression " Select * into " + @[User::VarOut] + " FROM " + @[User::Varin] The expression eveluates correctly. The error I get when i run the package is: Package Validation Error. Failed to lock Variable "Select * into TestCategory from category" for read access with error 0XC0010001. The Variable cannot be found. This occurs when an attempt is made to retrieve a var ...Show All

  • SQL Server Finding the last record

    Hi, I need some help on generating a set of results from few tables. T1 has CHKID , ChkDate, DriverID oneDriverID can have more than 1 check. how can I find the last check ID of the drivers. Any help is appriciated. Thanks, -VJ hi, use the max() function   it returns the maximum value in the expression. example: use northwind --select * from orders order by customerid  -- uncomment to see orders select customerid, max(orderdate) FROM ORDERS GROUP BY CUSTOMERID ORDER BY CUSTOMERID ...Show All

  • Internet Explorer Development Set IE as default browser Button

    i want to make a button that when it is clicked My IE is set as the default browser What do i have to do to make this work Hi Michael, Take a look at http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/shell/programmersguide/shell_adv/registeringapps.asp for registering client applciations. You should be able to set iexplore.exe as the default application there. Thanks -Dave ...Show All

  • Visual Studio Express Editions How to change the focus to another control

    As a beginner, I'm learning the simple bits - currently learning the math side of things. I have 3 textboxes and I enter numbers in them. When I move to the button and press, the answer is shown in a message box. How can I get the focus to move automatically from the button to the next control I realise I have to close the message box first, but after it closes, I'd like the focus to be moved automatically. Thanks for your help!! Regards, Steve When they click on the button... Msgbox("Anything") Me.Textbox1.Select If that isn't what you wanted - Please say ...Show All

  • Visual Studio SHFB Question: Namespaces dialog

    If I fire up SHFB with my help project, click on the "Namespaces" button. The dialog opens, but I get the following dialog: --------------------------- Sandcastle Help File Builder --------------------------- Unable to find the assembly '<full path to DLL>' or one of its dependencies. You may need to build it or add a dependency to the project dependency list. Do you want to continue loading the remaining assemblies --------------------------- Yes No --------------------------- The path to the assembly is correct and the assembly's one direct dependency is also in the directory. When it loads the assembly and begins looking at the assembly's type, it pulls out the name of the dependency but not the path in ...Show All

  • Visual Studio Express Editions Open a text file, edit it and save it

    Hello I am new to Visual Basic Programming. I would like to ask, how do I open a text file with its data in a TextBox of my programme How do I edit edit and after that save the text file in the same file format - Aakarsh   I tried this and it works! Dim ofd As New OpenFileDialog Dim content As String Dim newLineIndex As Integer Dim nameIndex As Integer Dim contact As String 'Clears the ListBox once the open button is clicked ListBox1.Items.Clear() 'display only text files in the dialog ofd.Filter = "Text files|*.txt" 'Show the dialog and see if the user clicked 'open' or 'cancel'. ' Result 'OK' means Yes/Open/Okay etc. If ofd ...Show All

  • Visual Studio Express Editions Visual Web Developer Express install

    I get a page cannot be found error when trying to download VWD Express for safety and time saving reasons, as well as perhaps headaches, try downloading the entire ISO image: http://go.microsoft.com/fwlink/ LinkId=51413&clcid=0x409 http://go.microsoft.com/fwlink/ linkid=57037 ...Show All

  • Visual Studio Express Editions User Searches 2 fields to find a database record in application.

    Hi, I am learning Visual studio 2005 Express Suites (very new learner). I am attempting, in a form to have a user type in a first name and last name into a text box each, then click a button to find a person in the database. The associated database fields are: StudentID, StudentFirstName, StudentLastName (StudentID is a foreign key in a a couple of other tables). The text box field names are: TxtBFirstName and TxtBLastName. The button name is: BSearch There seems to be a way to do this type of search through the bindingsource [studentsbindingsource] where I click the little arrow, choose "Add Query", click "Query Builder", then edit the SQL query. I am confused as to how to phrase the WHERE clause - basically it would ...Show All

  • SQL Server Windows and Forms Authentication issues

    I have a user who is trying to access the SQL 2005 server with 2 seperate accounts(using Windows Authentication).  With one account he can connect just fine, but with the seccond he recieves a logon fail error.  The only difference that we can tell is that the first account uses a password for our kerberos domain, and the second (that fails) uses a longer pass phrase (which does use spaces as characters).  My intuition tells me that shouldn't matter, but I've been wrong before.  Can anyone confirm this, or correct me if I'm wrong   This is using ASP.NET 2005 for the front end.  The exact Exception details are: "System.Data.SqlClient.SqlException: Login failed for user 'domain\user "  The stack tra ...Show All

  • SQL Server ForEach File Enumerator extension bug?

    I set up a basic ForEach enumerator loop and specified files of type *.sql. In the directory, I had some files I needed to keep but didn't want the package to touch, so I changed the extension to *.sqlo. Much to my dismay, the ForEach loop picked up those files. (Though it did skip the *.xml and *.bat and a few other types...) Sounds like a bug to me. I believe you (after looking at that link). But that is just bizarre and, to me, nonsensical. Especially if one continues to read. This *only* applies to a 3-character extension search pattern - nothing else. Why oh why would they do such a stupid thing This means that there is direct no way to specify give me only the three character file extens ...Show All

  • .NET Development Installing .. advpack.dll

    Not sure if this is where to put this question but I can't find anything else on these forums (shrug ). I'm trying to install the 2.0 redistribution package and get an error with c:\windows\system32\advpack.dll when trying to install. Any suggestions The reason I'm looking to install it is because I have an application that requires it. Maybe I actually need something different Ugh. lol solution: in the environment variables change both the TEMP and the TMP from the x:\documents and Settings\user\... To c:\Temp or any other folder. for me it works... greetz ...Show All

©2008 Software Development Network