Answer Questions
BTee Publish options broke Window Form assembly build
I configured the ClickOnce publish properties for a Windows Form application that until now compiled and ran fine. There was a problem with the publish not finding an output file, so I used the clean option and tried to rebuild the project. Unfortunately, the project build option no longer creates new assemblies, but first tries to create the clickonce manifest. This fails since it cannot find the assemblies in the bin folder i.e."Gener ...Show All
SveinErik UnHendleException?
Sometimes i receive UnHendleException and cause the application to crash, but doesn't crash at the point the exception happened. to find that point i sat up Exceptions to*space space*into debugger in Exception dialog ( via main menu --> Debug/Exceptions/Break& ...Show All
jialin Problem with MSDN help
Hi, I am trying to work on Content Management Server but msdn help website seems to have some problem. if you go the following link, it will show you incomplete sentences, for example, I am copying some lines from the website. Notice that the sentence ends on "Click ." , but click what In Visual Studio .NET, on the menu, click , and then click . In the New Project window, in , do the following: Click . ...Show All
AnnabelP Need help populating a DropDownList in and EditItemTemplate
I have a dropdownlist that I have in an EditItemTemplate that I need to populate with a list of files in a directory on my web server. Currently, this is how I'm retrieving the file names: DirectoryInfo dir = new DirectoryInfo(@"e:\web\xxx\htdocs" + strPath); FileInfo[] bmpfiles = dir.GetFiles("*.*"); foreach ( FileInfo f in bmpfiles) { ddl.Items.Add(f.Name); lblMessage.Text += "Name is: &qu ...Show All
binderp .Net framework 1.1 deployement
Hi, I'm looking for a way to make a silent install of the framework within a visual studio (2003) deployement project. For now, I suceed to include the framework into my deployement project with my VB.Net application, but during the installation, for the framework, to much questions are asked, I would like to avoid these windows to display. I tried to put this command line " dotnetfx.exe /q:a /c:"install /l /q" " in the InstallUrl properti ...Show All
Murali Krishna K Word Viewer
Not sure if this is the right forum for this but here goes; I was wondering if anyone knew how(if possible) I could store bits and peaces of a word document(including images, in a blob for example) in a database and then fetch it from there and view/edit in a winform, not in ms word. Great thanks alot, this helps alot. Will probably try to use some sort of this solution. But my problem is a little bit more comp ...Show All
ripleym IExtenderProvider and Design Time Attributes
How do I apply design time attributes to my IExtenderProvider class's properties that it's providing Do I put the attributes on the Get or Set method, or is there another way I have an IExtenderProvider that provides a property thats a  ...Show All
Chintu pressing arrow keys as hot-keys changes control focus
I want to define the Left and Right arrow keys as "hot keys" in my form. I've handled KeyDown, and I set the Handled property of the event, but if the current focus is on a button, radio, check box, etc, then the arrow keys& ...Show All
DirectXer Obtain the control beneath the cursor
I'm writting some custom drag-and-drop code. I captured the mouse to begin the drag. During the mouse movement of dragging, I need to obtain the control (or window handle) directly beneath the cursor - the same way Windows dispatch mouse event to&nb ...Show All
GopinathK Panic button
I'm working with a routine that iterates through a collection of ListView Items and if they pass certain criteria they are cloned for another operation later in the code - this is done via a For...Loop. I'm working with thousands of ListView It ...Show All
Andy K Smith How can I create a collection class with properties and methods...
Hi all, I'm not even sure I worded that right. I'm new to collections (designing at least). I want to create a simple class, that when I implement it I can do the following: dim oNos As New Numbers dim oNo as Number dim Mul ...Show All
Frails passing variables to form
I made my textboxes on form1 public. I was able to access them through my form2, after I made a statement like form1 form2 = new form1(); Problem is, the text boxes are all empty on form2. Is this because I initiated a new form1 and therefore the textboxes are set back to their default as empty How can I access variables stored in form1 from form2 thanks. To have one form talk to another, pass th ...Show All
Webmaster www.greenrelations.com Click Once + Active Directory Deployment
Does Active Directory Deployment (via Group Policy) support the deployment of Click Once On/Off-line applications If so, how do I do that (I know how to do Active Directory Deployment with msi) Were you able to find the answer to this question I am also interested to know if this is possible. The answer was "no" At least for the current version ...Show All
TBJ data grid changing sizes of columns
How do you change the size of the column sizes. I have 3 columns that fill from a dataset but not sure how to make the columns sizes larger. Thanks you have to add a tablestyle to you datagrid, this sample should help y ...Show All
xtronus11 what control is in the locals window?
I wonder what control it is called in the locals window in VS.net. It looks like a grid, but i don't think it is regular datagrid. Thanks thanks guys Hi, It's window class is saying "TREEGREED" (you can check it with Spy++), so I guess it is not regular datagrid. It is probably something that was developed or purchased (Microsoft purchases third party compo ...Show All
