Software Development Network Logo
  • SQL Server
  • Windows Vista
  • Visual J#
  • Visual Studio
  • Visual C++
  • Visual C#
  • Smart Device
  • Architecture
  • VS Express Editions
  • .NET Development
  • VS Team System
  • Windows Live
  • Windows Forms
  • Microsoft ISV
  • Game Technologies

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

sk49

Member List

Federico Silberberg
dcd112778
sowjanya V
bmoneil
DRoden
SeekTechHelp
Des Geraghty
SusanJ
shecla
Ruben S Salazar
De los Palotes Juan
SS12
AnthonyE
Learner006
Andru
Jody Crozier
toastman
muaddib32
jph290
TinyTony
Only Title

sk49's Q&A profile

  • Windows Forms Scrolling with mouse wheel beyond the selected row

    We find scrolling the DataGrid with our mouse wheels to be problematic as it stops scrolling the moment the selected row/item goes outa sight. It will start scrolling through other list controls in the form then. How does one fix this ...Show All

  • Windows Search Technologies Random result

    Hi, I wonder if it is possible to return a return result (document, email, picture) out of all the files indexed by Desktop Search What should the query be like Thanks, Tony Hi Tony, If this answers your question, please mark this as 'answered'. Thanks! Please refer to the help file for file properties: To restrict by file type: Use: Example All file types everything kind:everything Communicat ...Show All

  • Visual C# Data binding hell

    Something so easy causing so many greys....            void fetchNames()         {             comboBox1.Items.Clear();             OracleDataAdapter dAdapter = new OracleDataAdapter("select name from people order by id",myOracleConnection);          &nb ...Show All

  • Visual C# C# Generic Constraint Improve Way?

    C++ template use constraint by signature,It's very flexible to programmer but complex for complier, and at most time programmer can not get clear error message from complier if error occur. C# generic use constraint by type,complier is relaxed, but it is very limited and even sometime tedious to programmer. Is there a way to get merits of both (NOTE: I think the all-important purpose of develope tools is to let programmer relax, not the compli ...Show All

  • SQL Server pls advise me. HELP pls...

    on the 1st opening of my web page it uses the membership control of asp.net for logging on. sometimes it takes time to logon and worse is, it will encounter sql server error. that can be resolved by just restarting that specific page and it will be alright, it will logon normally. this only issue happens only on the first opening of the logon page. i have read a certain article and it says there that on the first time you acces ...Show All

  • Smart Device Development .net compact framework and HttpRequest Class ???

    i want to send data using POST via Pocket PC in vb.net ! how can i do this there is a class WebRequestMethods but is it available in Compact Framework any idea is helpfull ... Use HttpWebRequest class http://www.netomatix.com/HttpPostData.aspx - scroll down to "How will I do it" ...Show All

  • Visual Basic How to display an alert message in VB.NET

    I am developing an IT Asset Tracking System using VB 2005 Professional. One of the fields I have is a Warranty Start and Warranty Expiry date. I would like to be able to display some kind of informational alert to indicate that a particular asset's warranty has expired or is about to expire in 7 days. How do I go about implementing something like this and where is the best place to display this. Regards Dipendra ...Show All

  • .NET Development Can't get a new table into my dataset

    Can't get a new table into my dataset I created a new table Person in my Access 2003 database.  However, I can't get it into my dataset. I tried refresh, the designer, and confiqure with the wizard, however the table Person doesn't appear. Is this a bug Or am I just being an idiot, as usual dennist Paul, <g> A copy of the .mdb was in the body of the project.  How I missed it I don't know. I ...Show All

  • .NET Development removing protection from vba code

    Hi there! I have protected vba code for an Access db by doing the following: Project explorer > right-click > properties > protection > lock project for viewing. I assume my code can be unlocked by supplying the password I used to lock it, so I'm trying to access the project's properties to do this but I'm getting a "Project Locked - Project is unviewable" message. Any ideas how I can unlock my project Thanks. Here's what I le ...Show All

  • Visual Studio Express Editions Q : Exceptions

    hi, i want to ask about try and catch should it be used just for exceptions or i can use it like "if" for example i have a treeview and i want to know if the node has a parent or not so i don't know anymethod to indecate that so i used try and catch like this, Try mylastfolder = mylastfolder.Parent Catch mylastfolder = Nothing End Try or should i use catch null ...Show All

  • Visual Studio Team System I do unit test on native C++ using .Net FrameWork, but I cann't access non-intercase class in the unit test project.

    I created a COM project named "alt3", assign the properties of CLR with "Common Language Runtime Support (/clr)", then I created a test project, add references to alt3, create unit test class from the Solution Expolorer。 Now I can test the interface's method as using this COM. I think because I have assign the CLR support, I can use this COM's all class and it's method as .Net Language in the test project, but I can't access ...Show All

  • .NET Development File Size via FTP

    Is there a preferred way to obtain the size of a file stored on an FTP server using the 2.0 Framework The best I've come up with is to contact the FTP server via an FtpWebRequest object, with its .Method property set to W ebRequestMethods.Ftp. GetFileSize. This causes the size to be returned in the FtpWebResponse object's StatusDescription property.  But its preceded by the Status Code value, so I have to parse the StatusDescription ...Show All

  • Visual Studio Team System Data source grayed out

    I am attempting to add a data source to a web test. Currently the data source is .NET Framework Data Provider for OLE DB.   I am unable to select a different data source.   Is there a default that is set, and can I unset it   Thanks, TomK No.  You have to use the OLE Db provider.  What kind of datasource are you trying to add   With this datasource you can use a csv file, excel spread shee ...Show All

  • Visual Studio Team System How to resolve: Assemblies should have valid strong names

    I need some pointers on this to resolve this issue. The Improving Web Application Security Threats and Countermeasures book by Microsoft states that it is not possible to use a strong name for an ASP.NET web page assembly because of the way it is dynamically compiled. Is this still true Does this rule apply for only non Web applications ...Show All

  • Visual C# Is there any way to get the location where the new project is created in when creating the project?

    Is there any way to get the location where the new project is created in when creating the project by the my own project template with wizard pages(before the project is created) for example we always set the name(project1) of the project and location(d:\myprojects) where is project is created in before we click OK button to create the project in the "New Project" wizard page. I only want the location d:\myprojects!how to archie ...Show All

©2008 Software Development Network

powered by phorum