Answer Questions
Alon Ronen Clickonce error when installing
I have tried to use the clickonce and it works fine for me. I am running IIS on my machine and I get no problems. Neither do other people on my network. Other people outside the network get problems though. A message appears saying that the "application is improberly formatted". I published the application to a host outside of my network and now I also get the error. What is the problem and how can I solve it If you need the erro ...Show All
k.praful New form stuck in loop?
My main form (Form1) allows the user to connect to a server. When the program receives a particular message from the server, it opens a new form (Form2). The problem is, Form2 seems to be stuck in some kind of loop: it is not being&nb ...Show All
Andrey Kolobov 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 ...Show All
FxMob Problem with selected node in TreeView control
I'm experiencing a problem with the selected node property in the tree view control. I have a context menu setup with the control and if you right click on a node in the treeview it appears to select the node and bring up the context ...Show All
Fresh Mexican Food Fan VB.NET datagrid the right tool? How to put it to best use?
Hi all, I've got some specific questions about the datagrid. I'm using Microsoft Visual Studio .NET 2003 to develop an application. I'm new to VB.Net and I've got a hard time with the differences between developing with VB.Net and developing with MS Access VBA (the latter I've been using till now on). I want to offer the users of my application an overview of many records. I figured that the datagrid would be the right tool to do this. How ...Show All
BydandConsulting Help on forms
Hallo! I needs some help. I have two forms, the first one we will call "sdfjkgfwerngihfdnkgenm", the second one we will call "sdfjkgfwerugihfdnkgenm". Got it LOL No, a and b. Now, form "a" starts up, you press a button on it and then ...Show All
Markus1982 query regarding the Autos and Locals windows in .net 2003 environment
Hi All, Can anyone give me an idea about the Autos or Locals window in the .net 2003 environment. I am pretty confused regarding that.Is it a list view control or tree view control... or a tree item in a listview ... The point is that i need to design something similar to that... using WTL/ATL (no MFC) so,plz help me regarding this matter... Thanks in advance ...Show All
dekod Using user control on windows forms(C#)
Hi, I have 2 user controls on a windows form (i am using C#) frmMyForm. UserControl1.cs has 2 radiobuttons (rad1 & rad2) UserControl2.cs has 2 labels (lbl1 & lbl2) which are hidden(visible = false) I need to show lbl1 when rad1 is clicked and&nb ...Show All
Deb A MenuStrip and MDI
Hello! I'm playing with the new MenuStrips in the .net 2 beta and the VS2k5 beta, and i was making a multi document interface, and i noticed that whenever you make the document maximized it would put the icon and the minimize/max/close buttons above the main MenuStrip. I have the menustrip set to allowmerge=true and followed all the instructions form the various tutorials (mainly this one from microsoft http://msdn2.microsoft.com/library/m ...Show All
BubbleGum task notification service?
Hi all, I am thinking of creating an extra feature into a derivative taskvision app to send reminder emails out to task assignees when the 'complete by' date is almost up. Basically I am looking for some pointers on how to approach designing/coding ...Show All
IMoL Setting a textbox control's focus on Form load
Hello, This seems like something that should be ultra simple to do, however I'm getting inconsistent results. How do you configure a textbox control so that it will receive (cursor blinking inside the text area) focus when the Windows Form loads Thanks ...Show All
klacounte Reg Ex Question
Can some one help me to build a regular expression to extract the keywords from a google search url. I'm sure others can benefit from this as well. For example, how can i build a regex to extract the keywords "my search term" fr ...Show All
kefei Showing Hyperlink in Winforms Datagrid control
Hi, I'm working on a C# Winforms application. I need to show hyperlink in the Datagrid cell based on some conditions. Can anyone help me on this please... Thanks in advance...! Regards, livehed ...Show All
nhd Deploying Extra Files Preserving Folder Structure
Hi gang, My application requires a bunch of support files in the form of text files in subfolders beneath the exe. I understand that I can add a file to my project and flag it as "Content" so that it will be deployed via ClickOnce with the exe, but can I preserve folder structures by doing this For example, can I create a folder structure in my project, add "content" files to a subfolder, and expect those files to be deployed within that folder ...Show All
Andrew Gaskin add customized combo box in datagridview
i have my customized combo box found in the other site. i need this to add in dfatagrid view the combox box have multiple columns which i find it suitable for me.for now, the problem is aading it in datagridview heres the my code public class mycombo inherits datagridviewcomboboxcolumn public withevents columncombobox as mtgccombobox ---this mtgccombobox is mycombobox found on the other site ........ end class th ...Show All
