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

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

mshvw

Member List

markovuksanovic
barnettr
MichaelEber
Jademobile
Andrea Montanari
Leaf.
SirMarty
Atif Amin
Tomys
ahmedilyas
Batikit
Parvaneh
venki59
Ilde
pave
Xp3ll3d
luckymaheshwari
RasmusChristensen
Nebula33
Alain DePreter
Only Title

mshvw's Q&A profile

  • Microsoft ISV Community Center Forums automating new folder creation within excel

    Hey all, New to this forum and also relatively new to VBA. I apologise if this is a bit long, but I want to make my problem as clear as I can. I’ve created a file tracking system for work with information on customers, projects and who’s working on them etc. What I wish to achieve is to create a macro that will create folders in our shared drive based on the input in a specific row. This will help reduce the time taken on admin. So for a new file entry (e.g. filename; customer; project;…) I would want to create folders for C:\customer\project\filename\ It would need an input box so that the user can input the row or file name that they wish to create the folder for. I will then map this mac ...Show All

  • Visual Studio Express Editions IDE Question about braces

    In Beginning Visual C# 2005 Express Edition by Peter Wright it states that Visual Studio will automatically insert closing braces. When you enter a { followed by Enter , the VS editior will automatically drop in a closing } as well. This does not seem to work this way for me and I have been unable to locate an option that would turn this feature on. What am I missing Now that I have actually thought about the idea, I agree, after one brace has been entered it would be a great benifit if the closing brace was entered for you. I know from experiance that its normaly something stupid like a closing brace that stops my app from building the first time around, may be its an idea for the next version (well ...Show All

  • SQL Server How can i split the rows in 2 textboxes - Urgent

    Hi, I have a report and its been populating from a sproc. and i have 2 text boxes called both of them are poplulated by Fields!Investment Names, but right i can display the data left to right but i want to display the Data starting top to bottom and then towards the right. I tried grouping the data in this way for one text box = CountRows()/2 > 10 . and this shows all the records one below the other, so is there a way that i can display half the records in one text box and the other half in the other text box. I am going kinda nuts over this. Can someone please help me. Regards Karen I am trying to display the data in the detail region of a table and have created 2 tables for the 2 tw ...Show All

  • Software Development for Windows Vista How to CreateProcess NOT as administrator

    One of our modules is an executable that will always be run as administrator (after getting permission from user). One of its screens allows the user to run a different executable, which the code currently does by CreateProcess. The problem is that since the first process is running as admin, CreateProcess has the second process run as admin also. This is undesirable because it is a security breach (the second process can open browse dialogs that should not have admin privileges in this scenario). How do I get the second to run without admin privileges I do NOT want attach a manifest to the second exe that says it does not want admin privileges because under certain circumstances (not from the first exe), it SHOULD be run with admin privil ...Show All

  • Visual Basic How do I add a flash movie/game into the form?

    Hi, this is probibly a very obvious question but how do I add a flash game into the form I have just started to use visual basic express edition so please, an english response, not technical jargon. Thanks! IT WORKS ! but in bad way.. that i was looking for better as i see a lot say it worked but i just didn't get it how.. what i do is...... in v.s 2003 i add this com. & give it url to swf existing in the application then i take the html from the source and put it in the html in v.s2005 but remember to add the swf file in the project in v.s 2005 like i added it in v.s 2003.. then i works... but i needed to add the component in the toolbox like other controls.. will u tell m ...Show All

  • Windows Forms HI!!! well is there any way to load a custormise bitmap on a form!!!!!!!!!!how to make its background transparent!!!

    hi.. well it is a problem here that i have loaded a bitmap on a form ....now the problem is that my bitmap is a polygon type ....means it has a artistic look...which has not squared cornors....means that how and that cornor are white....and they are also coming on the screen..............now i make u undertand that by a direct x example in direct x we make a image a racing car but the racing car....is a design not a squared image.....so how can i have the left background of image of racing car transparent so that only the racing car comes on the screen not the other left image....... plz tell that u understood my problem,.... Umm, I've got trouble decoding your request. Guessing what you need: try something like setting th ...Show All

  • Visual Studio Team System Customize the Email format for Build Completes Notification

    Hi all, I need to know how i can approach to customize the email format for the build completes or any other event.... Please help me in this regard. Thansk in advance, Kathir I figured it out, I would overload the "AfterOnBuildBreak" target. ...Show All

  • SQL Server How to use SQL Svr 2005 Express in Excel 2003 VBA code?

    Hello, how can I use SQL Svr 2005 Express as database engine in background through VBA code in Excel 2003 I want to CREATE and DELETE tables and SELECT, INSERT and UPDATE data. Is it possible to use ADO or other database objects to get in contact with SQL Svr 2005 Express Thanks a lot. Christian This means VBA only supports ADO 1.0 and not ADO 2.0 Do you have a code snippet for creating a connection, creating a table and selecting data from sql server express Thanks a lot. Christian ...Show All

  • Software Development for Windows Vista Saving a sill picture of a video file

    Hi! I'd like to write a program writing several still pictures of a video file as jpeg to the hard drive. I tried the MediaDetClass and it works, but not for DivX. I'm able to play a video file using the audiovideoplayback from DirectX. Shouldn't it be possible to save the stopped video picture to disk somehow thx michael MediaDetClass md = new MediaDetClass(); md.Filename = videoFile; md.CurrentStream = 0; md.WriteBitmapBits(40, 320, 240, "f:\\test.bmp"); ...Show All

  • Windows Forms picturebox.creatgraphics, when i close the window and reopen it the image is gone.

    using System; using System . Collections . Generic; using System . ComponentModel; using System . Data; using System . Drawing; using System . Text; using System . Windows . Forms; using System . Drawing . Imaging; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click( object sender, EventArgs e) { Graphics g = CreateGraphics(); IntPtr pHdc = g . GetHdc(); Metafile mf = new Metafile ( "c:\\test.emf" , pHdc); g . ReleaseHdc(pHdc); g . Dispose(); g = pictureBox1 . CreateGraphics(); g . DrawImage(test(mf),0,0); mf ...Show All

  • Windows Forms serious problem with BindingManagerBase and its definitly a bug

    Hi, The requirements are very simple but hard to implement. For the past 3 days I'm struggling to implement a master-detail1-detail2-detail3 event wire ups using BindingManagerBase. I've 2 lsit boxes(listbox1 and list box 3) and 2 combo boxes(combo box 2 and combobox 4) and when I change the list box 1 value I need to change data according to the list box 1 value in rest of the listbox\combo boxes. But somehow its failing to do its work. The problem I'm facing is "its retaining the controls old index and selecting the same indexed value after updation. this works fine if I have the same indexed value in the respective control otherwise it fails." for example if listbox 3 has 4 current values and if i've selected 3rd value ...Show All

  • Visual Studio Express Editions Favorites in webbrowser help!!???

    ok im making a internet browser and i added the addtofavorites option and a favorites drop downlist these are the codes im useing Private Sub Favorites_DropDownItemClicked( ByVal sender As Object , ByVal e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles Favorites.DropDownItemClicked WebBrowser1.Navigate(e.ClickedItem.Text) End Sub Private Sub AddToFavorites_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddToFavorites.Click Favorites.DropDownItems.Add(WebBrowser1.Url.ToString) End Sub and when i add a favorite it gos right and everything but when i close the app and reopen all my favorites are gone how do i ...Show All

  • Visual Basic How to get DataGridView into Database

    How I get this into Database Thank you. Public Class Form1 Dim PocetRiadkov As Integer Private Sub Table1BindingNavigatorSaveItem_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Me .Validate() Me .Table1BindingSource.EndEdit() Me .Table1TableAdapter.Update( Me .Database1DataSet.Table1) End Sub Private Sub Form1_Load( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase .Load 'TODO: This line of code loads data into the 'Database1DataSet.Table1' table. You can move, or remove it, as needed. Me .Table1TableAdapter.Fill( Me .Database1DataSet.Table1) End Sub Private Sub Button1_Click( ByVal sender As System.Obj ...Show All

  • Windows Forms Change display direction in windows CheckBoxList

    Hi, I have a CheckBoxList in windows forms. CheckBoxList is displayed vertically (by default). I would like to display it horizondally (Similar to CheckBoxList.RepeatDirection in System.Web.UI.WebControls) . Kindly suggest me how to achieve it. Thanks & Regards, kalai Hi, Explain a bit more about overloading paint method Cheers, kalai ...Show All

  • .NET Development Difference between BindingList<T> and List<T>

    I wrote a small application that binds my datagrid to a List<T>. It works fine. Then reading some blogs, I found BindingList<T> so I converted my List to a BindindList. It works fine. What is the difference between the two since they both do the same thing. I looked at the methods and yes, there are differences but I guess I am looking for a senario that List<T> can't handle, therefore one must use BindingList<T>. Thanks Ralph Hello All. Ralph: The BindingList<T> implements the IBindingList interface, which gives you several helpful abilities, like notifications when list items are changed, the ability to rollback transactions to the list, and things like that ...Show All

©2008 Software Development Network