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

Software Development Network >> Lost in VB space's Q&A profile

Lost in VB space

Member List

Mathavan
ashwin_k_s
Paul Smith
Juan Suarez
Ed Allan
ScrappyDoo
Parker Whittle
Niel-O
Ashish
Udaya Bhaskar Thummala
SafiHalabi
Greg Smolyn
Sang Kona
Hardi
Simon Hogg
robertcabiyaan
Linda Chapman
Rafael Salas
mafc
JRandJame
Only Title

Lost in VB space's Q&A profile

  • SQL Server SDF Creation on Desktop

    Hi to all in this forum. have been involved in this discussion for over 3 weeks now and here is the perspective from what I now understand. MS does NOT support direct management of  Mobile SQL:data on the desktop EXCEPT for the following You have an SQL Server product  (NOT SQL Server Express) 0r. You have a Tablet PC  HOWEVER You can manage your data on the desktop by right clicking the relevant table within Server Explorer at development stage with your smart device application but this is only on a record by record basis. There is no bulk cut and paste facility. A POSSIBLE SOLUTION is to use the ...Show All

  • SQL Server SQL Server 2005 Enterprise Evaluation Edition - 'corrupted' downloaded SETUP.exe

    On running SETUP.exe I always get the following error: "The contents of this file can not be unpacked. The executable you are attempting to run has been corrupted. Please obtain another copy of the file, verify its integrity, and try again." O/S:  XP PRO SP2 Self-extracting executables: selected  X86 Executable I have seen similar reports on this site - the advice generally given is to try downloading again. I have attempted 4 downloads of the 'X86 Executable'. I have compared these 4 images - the downloaded images are binary-content-wise the same (using comp). It would seem very unlikely for 4 download attempts to be consisently ...Show All

  • Visual Studio Express Editions Is Visual Basic 2005 Express interpreted or compiled?

    I have looked through a lot of literature, but it seems difficult to find a clear answer to this question. I can see that VB generates P-code, which is interpreted and therefore executes much slower than compiled languages, but some literature indicate that it may be possible to compile the P-code and generate a fast executing program. C is a terrible language so I am looking for a good, strong alternative, but in practice it seems that there are only two alternatives - Delphi (Pascal) and VB. Delphi is based on Turbo Pascal, which is en extremely slow implementation of Pascal - approximately 5 to 10 times slower than FreePascal. Be ...Show All

  • Visual Studio Team System FxCop 1.32, Insert Comments to the Resolution

    Is it possible like in earlier versions I mean to add some text to the Resolution. XML: <Rule TypeName="Foo" Category="Bar" CheckId="1"> ... <Resolution>'{0}' '{1}''{2} '</Resolution> ... </Rule> if I try to insert like this Resolution res = GetResolution ( typeName ) ; res.Items.Insert(0, value); It's not allowed to enlarge the list. Hi, FxCop allows you to use multiple text parameters in your resolutions: in your xml write something like: <Resolution>{0} and {1} are both parameters</Resolution> then in your r ...Show All

  • Windows Forms How to find and update the value in the hasttable

    In the hasttable I have the following  key, value pair sun, 10 mon, 20 tue , 30 wed, 40 Could you please let me know,  I want to find the key mon and update it's value to 35 If the key is the string "mon", then you access the DictionaryEntry by passing "mon" to the Hashtable's indexer; myHashtable["mon"] = 35; ...Show All

  • Visual Studio Team System SQL server management studio error

    Hi When I try to create a maintance plan, it stops with a message box  saying Guid should contain 32 digits with 4 dashes (xxxxxxxx....) Whats wrong Hi Yes i have them installed and running I have narowed it down to: I can create maintenance plan and exceute it, but i cant save/close (click on X) I got the guid error, but the 2 time it closes, and when i reopen there is no schedule (on demand)!! So if I create a maintenance plan, with no schedule it save/closes ok If I creat a maintenance plan, with schedule it save/closes with error Soren ...Show All

  • Windows Forms MS Web Browser Ctrl and Proxies

    Any ideas anyone Thanks I'm sorry for it being a bit abstract, but how would i program a web browser with proxies ...Show All

  • Visual Basic How to read and write text files?

    My question is how to read the content of a text file into my programme, and write it into another text file created by the programme. Could anybody tell me the most common method of doing that Thanks in advance! By the way, where can I find a good online tutorial for VB6 The File System Object is still the way to do this Why have you decided to stick with VB6 instead of downloading VB.NET Express VB6 is unsupported, out of date, and IMO hideous... http://www.google.com.au/search hl=en&q=VB6+file+system+object&meta = tons of tutorials on the file system object :-) ...Show All

  • Visual Studio Tools for Office Documentation for Office Add-ins

    Where can I find a good documentation for developing Office Add-ins with Visual C# 2005. I need infos on developing MSProject 2003 Add-ins. Something like a class-library or some basic examples. Thanks, Barthi Tips and Tricks: Building Microsoft Office Add-ins with Visual C# .NET and Visual Basic .NET http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/vbtchTipsTricksBuildingMicrosoftOfficeAdd-insWithVisualCNETVisualBasicNET.asp ...Show All

  • Smart Device Development Cannot employ some project

    I'm using VS2005 Beta2, windows mobile 5 sdk for smartphone, Activesync 4, and DMA patch. I can successfully employ and debug some sample projects like "CloseWindows", but when I debug the sample "PhoneIme" which is a DLL project, Error message occurs and IDE states that "Cannot not find the path specified". If someone have the same problem soloved, please tell me the solution. Any help would be greatly appriciated. thanks. Since this is a DLL project, you likely need to specify which .exe you are using that will instantiate the DLL project that you've created.  There's a liekly a default .exe spe ...Show All

  • Visual Studio Express Editions how to get "OpenFileDialog" file name not path?

    how to get "OpenFileDialog" file name not path thanks. ...Show All

  • Windows Forms Formatting data in text box that is bound using the properties screen

    I would like to know how to format data in a bound textbox that is bound by using the Data Binding properties in the design mode. Data is typically bound to a field in a dataset but doesn't necessarily exhibit the characteristics of the data, i.e. the date always displays as a long date/time even though the database field is formatted for a short date or currency displays as a float instead of with a currency symbol. I've read the previous posts about using the event handlers to do this, but I'm confused as to where this would go when the code is being generated by the form designer. The following is sample code from the form designe ...Show All

  • Visual C++ C++/CLI dll will not load in C# project (repost, with more info )

    I have written some code to create high dynamic range images in C++.  I need to call this code from C# now, so I've wrapped it using C++/CLI.  I've tested it, and it works well.  I sent it to my employer, and he got this error: ************** Exception Text ************** System.IO.FileLoadException : Could not load file or assembly ' HDRLib , Version=1.0.2144.16487, Culture=neutral, PublicKeyToken =null' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1) File na ...Show All

  • Windows Forms Web Forms Editor

    Hi, I'd like to create a control to design ASP.NET web forms like vs.net or webmatrix does but I have no idea of how I can do that. Is there someone that can help me.... or tell me where I can find such a control Thanks Fab Hi, These forums are for WinForms discussion, so you may not get much help here. You'd be better off  ...Show All

  • Windows Forms RichTextbox Background image

      Hi as a part of my development Project i need to show a watermark image on the richtextbox.(ie) the image should be transparent.in other words the user should be able to view the text with the background image. There is no background image property exposed. richTextBox1.CreateGraphics().DrawImage(objBitmap,-10,0, new Rectangle(0,0,richTextBox1.Width,richTextBox1.Height) ,GraphicsUnit.Pixel ); And Moreover the image should be drawn Diagonally from bottom left to top right. the above code draws the watermark image but the text is getting Hided(its draws a layer over the text) Pls post me the complete code on how to a ...Show All

©2008 Software Development Network