Answer Questions
Rohan Singh Form Border style help..
Syntax in VB .Net Hi... i have made a program than has no border Me.FormBorderStyle = FormBorderStyle.None I put an image for the background which has smooth edges and a black background then i changed the Transparency Color to black so that the form bow is shaped like the image. Every thing now is alright but my problem is I put a button for minimizing the form with this code Me.WindowState = FormWindowState.Minimized ...Show All
RajeshPaddy Moving a picture
could someone help me with this all i want to do is you click the picture, move it, let go of click and it stays there Public Class Form1 Dim MDown As Boolean Dim MeLoc As Point Dim CaptionHeight As Integer = System.Windows.Forms.SystemInformation.CaptionHeight Private Sub pb1_MouseDown(ByVal sender As Object, ByVal e As System.Windows ...Show All
DLilga Trouble with vs 2005 beta 2
Hello. I have order VS Studio beta release 2. now it is 1 mounte over betwen installation and now. The problem is that my Compiller not to what i want. and i have nothing do befor in the settings part. The other, fathal problem is that my keyboard commands in the Source Window not correctli works. i mean: The backspace and some shortcout commands licke Ctrl+C and Ctrl+V dont work. i haven't the express edition. What is the problem. is my tra ...Show All
Zoran Simic Class Name and Method Name Combo boxes in Search and Replace Operations
These Combo boxes don't show the name of the class and the method where the next search result is found automatically. To get this I must first click into the search results procedure. When I used VB 2003 I hoped that this would be repaired in VB 2005. But it isn't! Thank you! But i mean the combo boxes in the vb.net text editor! Hi, Here i ...Show All
Kaung Myat Convert centimeters to points.
Hello, How can I convert centimeters to points There is actaully quite a helpfully program for woking out sizes called 'Screen Calipers', it won't help you convert your exsiting units though. You're going to have to tell us in what context did you meant points. In the end, the answer is likely to be that it depends on the size of your screen, and that you shouldn't be trying to get a particular siz ...Show All
北极星 Windows Form - Runtime Query Builder
Hi All! I'm pulling out the remaining grey hair I have left trying to figure out how to create a runtime, graphical user interface for building sql queries. I have Visual Basic .Net 2003 and Infragistics 2005 v2. Please help! Thank you for the responses. To be more precise, I'm seeking code or component that has graphical capability much like you would find in a report utility such as Crystal Reports. The applicatio ...Show All
AndyWawa AsyncCallback in a different thread?
Is there a way to handle an AsyncCallBack procedure/delegate in a specific thread Here is why I am asking: I am using the Sockets.BeginConnect function and specifying a callback procedure but when I try to do anything (like writing to a text box on my form) in the callback procedure I am getting warnings that I think are telling me I have threading issues. I think what it is trying to tell me is that the AsyncCallback procedure is not executi ...Show All
mdreyerza VS-2005-Prof. Debug breakpoint not working
Hi - I just installed Visual Studio 2005 Professional Edition. I was previously using VB Express Edition. I see that the program execution does not halt at the specified breakpoints. Also, when I "Start Debugging {F5}" the application ignores all errors and executes the last good build. I have looked at the project properties debug settings and did not find anything I can change to fix this problem. Could somone help out Thanks i ...Show All
D. Roman Selecting Multiple Items in a ListBox
Does anyone know how to output a select statement into a ListBox, and then allow users to click and highlight multiple entries Thanks in advance. The multiple selection is simple setting the SelectionMode to multiple. As far as output a select statement into a listbox Are you talking about populating using a SQL select statement. If you want to select the items initially then look at the Listbox ...Show All
T.C. Adding Sound
How to play sound in my Windows Form http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=13162&SiteID=1 ...Show All
SCiPS Cross Thread Headache
I am having a cross thread headache with my control I have created. I have a control on a form (frmUtils) when an event is raised by this control I want to update a listbox on my main form (frmMain) to show this data. I have read a lot of posts about this problem but nothing seems to give me an elegant solution. Setting CheckForIllegalCrossTheadCalls=False, causes other code sections to stop working properly. It is very frustrating when somethin ...Show All
jialin MenuStrip shortcuts
Hi, I have a normal form with a menustrip docked at the top and also a richtextbox. The problem is whenever the richtextbox is in focus, some of the menustrip shortcuts don't work (Ctrl+R for example). The richttextbox seems to be "stealing" certain key events so the menustrip doesn't process them. Could someone please tell me how to correct this. Thanks, Alex hi - thanks for investigating this ma ...Show All
stlb Disabled the TabControl tabpages
I have a problem on how to disabled one of my tabpages in my tabcontrol. I have 5 tabpages, and I want to disable one of it. How can I perform this action. Can u pls help me my fellows:( If you are using vs.net 2003 or vs.net here is a link to code on how to add a selectedindexchanging event to your tab control http://www.vb-tips.com/default.aspx ID=37444bd7-d283-497c-90c3-f5a4dd0afac4 Afte ...Show All
troptommy Day of Year
Is there a method that does the reverse of DayOfYear Property (i.e, if you feed it the day of the year, it returns MM:DD:YY or simular) I am trying to write a simple program that will take the day of year input into a text box and change a datetimepicker to match that new date. I am new to programming. Can anyone tell me how to do this thanks grant This suggestion prod ...Show All
Snowfire Recommended source for icons?
I got my version of Visual Studio Basic .Net from the Microsoft website, but it looks like the installation didn't include the icons collection. At least, one of my Basic books refers to a collection of icons that comes with .Net, and I don't have it. Anyway, can anyone recommend a public domain source for icons that I can use in my .Net applications Thanks. Onisama, I feel for you on this one. I trul ...Show All
