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

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

algoaddict

Member List

joynerCN
laiju lal
Seif Ibrahim
Ankith
Bertrand Caillet
Olyx
Vasic
hasfad
KBOZEK
John Woodiwiss
Puntor
RMarmion
paso
Hanspeter
sanwanas
Duckboy
cdx1
Ather.
cedubose
Srikanth.P
Only Title

algoaddict's Q&A profile

  • Visual Studio Express Editions Why have case sensitivity in a language?

    I started learning VB 2005 at first but then decided that for what I wish to do, C# was a better fit. I'm new to programming and when I discocvered that C# is a case-sensitive language, I couldn't think of any reasons why this should be the case. Surely case-sensitivity raises the chances of subtle problems in code due to mis-spelled variables, function names etc So why not do away with case-sensitivity if this is all it brings Or is there some, as yet unexplained, reason for case-sensitivuty in a language that I haven't come across in my learning process yet - Seef VB.NET was really for beginners who want to come into software development and ignore case sensitivity where as the higher langu ...Show All

  • Visual Studio VS2005 get corrupted binary files!!! VS 6.0 can still get it!?!?

    Dear forum members, I have a huge problem. When I check in a Access database in VS2005 and do "Get Latest Version" the file is always working (= not corrupt). If I get the history the Access database is corrupt whilst VS6 can still fetch the whole history on the same repository without any problem! ! ! ! I have run the latest hotfix (KB923434) but still didn't work. Also remarks that the hotfix should only work from installation moment on doesn't make sense because VS 6.0 can get it! Autodetect Filetype is checked and *.mdb added as Binary file type. Analyze didn't help at all ... So I am lost and seriously thinking of going back to VS6.0 ... HELP !!! Leo, You men ...Show All

  • Visual Basic Issue with viewing errors in the IDE

    I have tried to view my errors by using the IDE. However, when I click on > View >> Errors I do not see the error list window. I only see if I run DeBug and click on the "Yes" to continue even though there are errors. Does anybody have any idea how I restore the ability to view my errors Thank you! The IDE keeps two sets of window positions: one for designer and one for run mode. It sounds like your window position for the Error List window is fine when in run mode. But the position in the designer is invalid so it does not show up. That is why resetting the window positions may help. ...Show All

  • Windows Forms Setting the Value of Items in a ComboBox

    If you manually fill a ComboBox ... Me .ComboBox3.Items.AddRange( New Object () { "Ticket Number" , "Ticket Date" , "Truck" , "Field" , "Inoculant" }) Is there a way to set the value for each item Jeremy If you only have the key part and want to get the combo to display the looked up string, it's: Me .cboFindCase.SelectedValue = <whatever> Make sure <whatever> matches the datatype of the dictionary key you defined ...Show All

  • Windows Forms Two Controls

    http://www.seo-consulting.de/pages/bilder/google-video-uploader.gif Do you see the table that lists all the videos What is the name of the control I can use to get that Also, how do I make a button that has a drop down menu Well an easier way might be to show a context menu, is there a way to either (a) Show a context menu on button click (b) Simulate a right click on the button on button1_click event, because that would trigger a context menu thats binded to the button... ...Show All

  • Smart Device Development Stock Por sample "How tro write an ActiveSync Service provider"

    Can anyone tell me how to get the StockPor device application to load on one of the devide emulators in VS2005 It would really help me to learn what the code is doing much faster it I could trace the code.. I have tried to load it on every emulator(I think) in the device manager in vs2005 with no luck. What version of Pocket PC is it written for Thanks Jon Stroh The error message is from the Add remove programs dialog for the device,. It says " Microsoft Stock Portfolio Sample does not support the connected device type. Application Manager will make the Stock Por application available for installation when a supported device type is connected" That was the error when a Pocket PC 2003 second edition emulator was used ...Show All

  • SQL Server BUG: UPDATE updates not listed fields

    Hi Everybody, I am in this forum for a first time. Today, I think, I found a bug in SQL Server 2000. I tried it on SQL Server 2005 and it is alive yet. Before I explain exact the problem I have a stupid question. Is there any type of award if I have found a real bug. It is about a situation when I try to update some fields in a table and I get updated some other wrong fields. There aren't any triggers ot something else. Create a new table, insert one row, update some fields but other ones get changed too. Is there something known about this Thanks, Hristo. I am with Microsoft SQL Server 2000 - 8.00.194 On my version and other ones (without SP) BUG10 changes to 0. It seem that this is fixed i ...Show All

  • SQL Server Expression after table object forced to display on the last page even there are still spaces at the bottom of the first page.

    The following objects are placed on the Report body of the Report pane of SQL Server 2005 Reporting Services : <textbox: expression1> <textbox: expression2> <table:table1 with at least 30 columns and 30 expressions> <textbox: string1> - considered as the Title in the Footer section of the report <texbox:string2> <textbox:expression3> <textbox:string3> <textbox:expression4> <textbox:string4> <textbox:expression5> <textbox:expression6> I can't find any explanation why is it string1 and string 2 of the footer section of my report displayed separately from the expression3 which is aligned on it and the rest of the object on the second page. ...Show All

  • SQL Server Query Or Stored procedure

    Should I use query or stored procedure to get results fast. Your question is very unspecific. Usually the majority of the query time will be returning large volumes of data. Having a stored procedure is usefull for complex data retrieval or if you want to perform other actions such as logging and for having a precompiled query execution plan. Personally I prefer to just wrap up my report query in a view to keep the logic out of the report and to make updates via SQL. I see no harm in using a stored proc though. ...Show All

  • Software Development for Windows Vista what's the run level of application when UAC is turned off?

    What's the run level of an application when UAC is turned off Assume the user has admin privilege. I notice that the user can't modify UAC protected directories such as Program Files even though UAC is turned off. I turend UAC off in control pannel unmarking "Use User Account Control (UAC) to help protect your computer" Does this mean that when UAC is disabled, most programs won't install on Program Files folder Thanks in advance. Hi Oliver, Thanks for help. I pinned down where my problem fails to ::CopyFile() when UAC is turned off. CopyFile("c:\\users\\myname\\appdata\\locallow\\myapp.exe", dst, FALSE) fails, unless dst is low privileged folder such as LocalLow. (I tried even emb ...Show All

  • SQL Server validating sequence container freeze

    I am attempting to open up my ssis integration project but when I try to open up packages it says @ the bottom "Validating Sequence Container" and it just stays there. I cannot click on anything and nothing is responsive. Does anyone know why this is happening Normally, it would be validating all what is inside fo the sequence container; including the connections used; database object definitions; etc. This may be affected if you are working off-line of if SSIS cannot get connection to those sources/objects. ...Show All

  • .NET Development .ASP menu, using images...

    Hi, This probably a very silly question.... Using images in a menu for navigation (on my master page). All displays fine, and i've set the image and navigation urls, but when the page is displayed in the browser, the only way i can open the associated page is by right clicking the image and selecting 'open link'...Same happens with my login box, checkboxes and email links....I can't see what's wrong & there are no debugging issues. Any ideas Thanks - noobie here. I can't reproduce your problem..... asp.net menu control works as expected. Anyway, you should try posting your question in http://forums.asp.net Rgds Rodrigo ...Show All

  • Visual Studio Max records limit reached

    Hi everyone; I'm running a report in and ASP.Net App. When I run the report in the CR XI Designer, it works fine, but when I'm looking at it in my App I got the next Error: Max processing time or Max records limit reached While Googling, I found that I need to modify the Limit Records in the RAS as explained in this page http://support.businessobjects.com/library/kbase/articles/c2015513.asp ref=devzone_net_archive , I did that and I set it up to Unlimited. This should have worked, but I'm getting the same error. If I modify the Limit Records to a very small value, let's say 10, I was expecting to have the same error message for all my reports, but I didn't. All the reports with more than 10 records worked fine. At this poin ...Show All

  • Smart Device Development Tray Icon in C# in WM5

    Is there any way to add tray icon of an application that is executed in background I wrote an application in C# and i want when it is sent to background(it is minimized) to get an icon in the tray. When i click the tray icon, i get the application back again... I work in C#, in Visual Studio 2005. The whole project is about PPC Windows Mobile 5 device. Thank you Dear Perarg, I have done some search on this topic. There is no managed class that can be used to add a try icon for an application in .NET CF. But we still can implement it with P/Invoke native code. (NOTIFICATIONDATA structure, and etc). Here is the link. Click . The topic of this resource is on advanced P/Invoke technology, and fortunately, it use an exam ...Show All

  • Smart Device Development Opening XML File on Pocket PC

    I'm trying to load an xml file in Pocket PC, but its giving me DirectoryNotFoundException. I know why the exception is occuring becaue Pocket PC file structure is not like the local Drive system we have in windows. I'm trying to do the following to resolve the exception but it still does not works: String path = Environment.GetFolderPath(Environment.SpecialFolder.Programs) + "\\MyPocketCal2003\\QuantitiesUnits.xml"; String path = Environment.GetFolderPath(Environment.SpecialFolder.Programs) + "\\MyPocketCal2003\\MyPocketCal2003\\QuantitiesUnits.xml"; Please suggest a solution. I couldn't find the file in the File Explorer, may be I was looking wrong but the file is part of the project ...Show All

©2008 Software Development Network