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

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

TonyByers

Member List

Pooja Katiyar
mpmchic
curiousss
Jay_Vora_b4843e
karma1979
Supersonic
C Senthil Kumar
Biju Varughese
sherif attia
vipinckv
Michal Szalai
poodle
Flashouille
Victor Egbe
LSDev_KF
mxapacbell
Antistar
Hadrienlc
canadian_coder
Brandon Tucker
Only Title

TonyByers's Q&A profile

  • Smart Device Development Get Email Received interception in pocketoutlook programmatically

    Hi, I need to handel the event when ever i received a email in my pocketpc outlook. I done the SMS interception part, but i cant able to get the interception when email received to the pop3 pocket outlook. Help me to find a solution. Thanks in advance.. Prasanna ...Show All

  • .NET Development how to prevent user delete ms access file?

    hi, Is there any solution to prevent user from deleting the ms access file, which is a local database in my application. It's like this in my scenario, let's say a POS system, when internet connection is available, the transaction will update to server. otherwise it will store at the ms access file and process later when the internet connection is available again. but i have this issue where user will delete the access file although i have set the file attribute as hidden. It is just a normal pc at user side where they have most control to it. i just wondering is there any solution to prevent this. Thank you. regards, chunket Please explain how that is relevant to removing the delete permissi ...Show All

  • Visual Studio Express Editions Adding image to project resources crashes IDE and corrupts project

    I have this really annoying problem, and can't find any information on it anywhere. When I add an image to the project resources file, VCE crashes, and after restarting, I can't save any files or even exit the application without it crashing. When I try to exit, it prompts me to save the .sln file, and then crashes. This is what I did to cause the problem: 1. Select BackgroundImage in the properties of a windows form control, and click the '...' button to add an image. 2. Select "Project resource file". 3. Click the Import button. Select a file. Mine was called builder-bg.png and was 1kB in size. 4. Click OK. 5. Then control is returned to the designer, and after a few seconds the application crashes. Restart VCE go to the projec ...Show All

  • Visual C# Delete XML node

    - < - < - <RadioBar> <Genre_Genre_Country>Genre_Country</Genre_Genre_Country> - <Genre_Genre_Country> <Title>Boot Liquor Radio - Dysfunctional Country Station, Genre</Title> <url>http://64.72.118.137:7050</url> </Genre_Genre_Country> - <Genre_Genre_Country> <Title>Star104 - Today's Best Country!</Title> <url>http://67.159.26.2:9794</url> </Genre_Genre_Country> - <Genre_Genre_Country> <Title>Classic Heartland - Classic Country, Western, Bluegrass, Alternative Country [Broadband]</Title> <url>http://130.166.72.1:8006</url> </Genre_Genre_Country> - <Genre_Genre_Country> <Title& ...Show All

  • Visual C# Difference between struct value or reference

    What is the difference between myStruct aStruct; and myStruct aStruct = new myStruct(); I would have thought that the latter was a reference type and if I put aStruct = bStruct; then aStruct would point to bStruct but in fact it just seems to copy the contents.   RizwanSharp wrote: myStruct aStruct; // It is only a declration of a struct myStruct aStruct = new myStruct(); // It is declration + initialiation of the Struct   Wrong, the first is also a declaration and initialization, the second is a declaration and two initializations. Try: public struct MyStruct {  public int number; } //.. myStruct aStruct; Debug.WriteLine(myStruct.number); It will ...Show All

  • Visual Studio Express Editions timer coding

    hello I basically need to say.. If time is 2 am then run X PROGRAM thanks You can do this programmatically and I'll write something up for. However the XP task scheduler will do this in a very sophicated way with no code. Start | Programs | Accessories | System Tools | Task Scheduler I'll go to work on an example for you though. ...Show All

  • SQL Server SSIS doesn't execute

    Greetings, I have an SSIS package composed of several sequence containers; each of these executes fine if I individually right-click them and select "Execute" - however, when I press F5 (but it did in the beginning) none of them executes :| Any ideas why this happens Thanks in advance :) OK, it looks like the problem was due to the package's configuration - the Disable property was set to Disable there, as soon as I deleted the package's configuration file it started working like it should :) ...Show All

  • Visual Studio 2008 (Pre-release) Binding an ItemsControl within a template to a collection on the target?

    Hey all, I'm trying to figure out why the binding sample below doesn't work. I've created as simple of a scenario as possible below. Basically I have a Control named TestContainer. For certain reasons, I do NOT want this to be an ItemsControl. However I do want its template to display "items" that are in one of its collection properties. So here I define the TestContainer control and the TestItem class. Note that TestContainer has a TestItems property: --- [ContentProperty("TestItems")] public class TestContainer : Control { private ObservableCollection<TestItem> testItems = new ObservableCollection<TestItem>(); [Bindable(true)] public ObservableCollection<TestItem> TestItems { get { ...Show All

  • Visual Basic Need to bold a single word in a text box...

    Is it possible to make a single word in a text box bold. See the below code. Do While inc <> maxrows - 1 inc = inc + 1 cbofarmsel.Items.Add(Trim(ds.Tables( "zdchostnam" ).Rows(inc).Item(1)) & " ,(" & Trim(ds.Tables( "zdchostnam" ).Rows(inc).Item(0)) & ")" ) Loop This snippit of code is to populate a dropdown list with the items gathered from a SQL database.. That portion is working fine what I want to do is make the first item in the list bold. So it would look like Farm1 (Server1) Farm2 (Server2) ect...... Any help would be great. Thanks in advance I assume you meant combobox, not textbox. If you ...Show All

  • .NET Development One call to DB for multiple datatables?

    Is it possible to fill multiple datatables in a dataset with ONE call to the database Ex:  Select OrderNumber from Orders where OrderNumber = @OrderNumber Select OrderItem, Quantity from OrderDetails where OrderNumber = @OrderNumber There are two select statements which are master detail related.  In my application, I would actually need three or four related tables.  I tried using the .GetChildRows method but that requires that both datatables already be filled.  I basically want to bring back several orders and ALL of their related order details at one time! What I am trying to do is load a treeview with 3 or 4 levels of data.  I am trying not to have to make a call to the database for each node le ...Show All

  • Visual Studio Problem building

    I have been successfully using VS 2005 Beta 2 (VB.NET) for about a month now.  Yesterday, I started getting the error: Error 5 Unable to copy file "obj\Debug\BO.dll" to "bin\Debug\BO.dll". The process cannot access the file 'bin\Debug\BO.dll' because it is being used by another process. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets 2274 9 This error does not occur the first time I build the solution after just opening it in VS.  But all subsequent build attempts fail with this same error.  If I exit VS and reopen the project then I can again build one time and all subsequent attempts fail with the same error.  Using SysInternal's Handle program, I was ...Show All

  • Smart Device Development DMProcessConfigXML() Not working!!!!!!!!!!

    Hi, Thanks very much for your suggestion.its working for me now. One other question I created a separate desktop Vs2005.net project and am trying to call DMProcessConfigXML() but its throwing an error, ayshell.dll not found.So I tried in a managed way, I added a reference to using Microsoft.WindowsMobile.Configuration from the project and mind you its not a Smart Device project and called the function string configurationXml = @"<wap-provisioningdoc> <characteristic type=""SecurityPolicy""> <!-- RAPI mode : Allowed --> <parm name=""4097"" value=""1"" /> </characteristic> </wap-provisioningdoc>"; //XmlDocument configurationXmlDoc = new XmlDocument(); / ...Show All

  • Visual C++ API differences between Win2K and XP?

    A C++ application I developed on XP reportedly crashes when run under Win2K. Since I don't have Win2K, is there an easy way to locate the possible culprits, like a list of SDK functions that are new to XP or have changed since 2K My program relies solely on the standard Windows SDK--no ATL, no MFC, nothing managed. Thanks in advance! This can happen for a number of reasons. I suggest you debug the application in the crashing environment, to see exactly what happens. IF you haven't got access to the computer yourself, obtain a crash dump of a run, and load this into your development environment, alongside the debug symbols. That should also get you some answers. To obtain crash dumps with relative ease ...Show All

  • Windows Forms Datagrid Refresh

    Hi, I have a windows forms, that has the following problem, I show a query from a database in a datagrid, this datagrid has an event when the user click on it I get the row data to fill the form, in the from I have a search procedure (txtbox with textchanged event) that will query again the results with the data provided by the user, the problem is if a row is selected in the datagrid, when I send the new datasource, the old registry keeps there over the new one. How can I remove that I've already tried to rebuild the object, to refresh the screen but no success. Thanks Here is the code that I'm using When the user clic on a cell private void grdAddress_CurrentCellChanged( object sender, System.EventArgs e) ...Show All

  • Visual Studio Express Editions Registration Benefit Portal

    I just installed VB 2005 Express and after registration I received an email about some freebies located on the Registration Beneift Portal. Clicking on that link .. I got a page not found (or moved) from the URL: https://connect.microsoft.com/downloads/downloads.aspx SiteID=40 was this just a hoax Works for me. If I recall, some people had problems if they tried accessing it 'too early'. Give it a day or so and see if it's ok after then. It'll require your MS Passport information. ...Show All

©2008 Software Development Network