Topics
-
- 1 reply
- 1.2k views
Please help if possible... I'm looking at my first asp.net with c# application. When I click on any of the .aspx pages i get the following error. Could anyone please help explain it or atleast point me in the right direction. I googled it but didn't come up with anything. Thanks The file could not be loaded into the Web Forms designer. Please correct the following error and then try loading it again: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: ListRequests=== The base class 'COS.ETes.Ins.Web.InsPage' could not be loaded. Ensure the assembel has be…
Last reply by kahlua001, -
- 1 reply
- 1k views
Hi I am trying to select a particular cell from a data grid where I know the row and the exact column. Any suggestions?? Mike55
Last reply by kahlua001, -
- 5 replies
- 1.2k views
I have windows form control bound to a business object. Upon initialization it displays the data from the business object in the text box as its bound. But when I update the vale in the text box the respective data member of my business object doesnt get updated. Any suggestions please? Thanks
Last reply by AlexCode, -
-
- Administrators
- 3 replies
- 2k views
Ok, my google skills have failed me. I try and search for the answer but keep getting caught on custom control event, which is not what I want. Here is what I am trying to do. I have a Class Called SiteUsers. In the class I have an event declared as such: Public Event BadData(ByVal PropertyName as string) Inside the class I have a property Public Property UserName() As String Get UserName = m_Username End Get Set(ByVal Value As String) m_UserName = value RaiseEvent BadData("UserName") End Set End Property Just for a test I was raising the event no matter what, just to make sure things were happy. …
Last reply by Rick_Fla, -
-
-
- Administrators
- 1 reply
- 919 views
Hi all, Am working with a listbox that contains a list of all the groups in a club. I want to cycle through the listbox firstly to determine the number of items in the listbox, I then want to count the number of items that have been selected, on calculating this number I can then create simple array to store the list of selected items. Here is what I have tried so far: Dim length As Integer Dim selected As Integer Dim i As Integer length = 0 selected = 0 length = myDDList.Items.Count Console.WriteLine("*** START ***") For i = 0 To length - 1 If (myDDList.Items(i).Selected.Equals(True)) Then …
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 1 reply
- 1.4k views
I was wondering how you would change the color of windows desktop with visual basic .net. Thanks for any help
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 8 replies
- 2.4k views
I want to work with Windows Message and I began programming, but then at runtime I got the following error: "Message Queuing has not been installed on this computer" What should I do about this? I've got VS 2003 Academic(Professional in some ways) edition Or is this not the way to intercept WM messages?
Last reply by Himo, -
-
-
- Administrators
- 1 reply
- 1.2k views
Hi, I wondering can I use the same technique and syntax from vb6 into .net: recordset.Open and connectionsrting? Thanks
Last reply by PlausiblyDamp, -
-
- 0 replies
- 821 views
Like Ringo.com, they can retrieve address book from yahoo or hotmail, Any ideas for us to do the same thing?
Last reply by bungpeng, -
- 7 replies
- 1.4k views
Imagine that I have a table with 100 records and that I need to select all records from position 20 to 50... How? Thank you...
Last reply by Mister E, -
-
- Moderators
- 4 replies
- 1k views
Hi, I have just started to learn ado.net in VB (feels like Im the last one to leave VB6 :( ) and have a simple question. I have a few bound textboxes on a form, and a bound datagrid. The controls are all bound to the same dataset. What I want: When I click on a row in the datagrid, I want the bound textboxes to show the same record, but it doesn't happen. What is the solution? Thanks in advance, Kid Icarus. You can't stop evolution!
Last reply by Kid_Icarus, -
-
-
- Leaders
- 4 replies
- 1.2k views
Hello, got another brain buster (well it is to me :/) I have 20 buttons on my form: Dim button0 As New Button Dim button1 As New Button Dim button2 As New Button Dim button3 As New Button Dim button4 As New Button Dim button5 As New Button Dim button6 As New Button Dim button7 As New Button Dim button8 As New Button Dim button9 As New Button Dim button10 As New Button Dim button11 As New Button Dim button12 As New Button Dim button13 As New Button Dim button14 As New Button Dim button15 As New Button Dim button16 As New Button Dim button17 As New Button Dim button18 As New Button Dim button19 As New Button …
Last reply by snarfblam, -
-
-
- Leaders
- 10 replies
- 1.1k views
Everytime I try to resize my textboxes based on my form, I recieve a negative occurance. I have 3 textboxes on my form, each of them directly beneath the other. I anchored the textboxes on all four sides." top, left, right, and bottom. When the form is resized the middle textbox disappears and the other 2 become huge and take up the form. I have tried several different variations of anchoring, but to no avail. Any suggestions would greatly be appreiciated. The code is in VB.NET.
Last reply by snarfblam, -
-
- 1 reply
- 1.2k views
Hey, Is is possible to get your windows form application to detect how much memory it is using so that I could write that to the form? Many Thanks
Last reply by HJB417, -
- 4 replies
- 1.3k views
i am the 1st time touch in crytal report, now my problem is how can i create a report by using vb.net??? any file i need to import to the program??
Last reply by kurf, -
- 0 replies
- 1.4k views
I would like to know if any of you guys knows about an algorithm to automaticly arrange linked items on a workspace... Something like what SQL Server does when arranging the tables on a diagram... If you got some code, GREAT... tho, only a "where to look" or "what to look for" help it would greatly welcome. Thanks. Alex :p
Last reply by AlexCode, -
- 0 replies
- 767 views
i am using vb.net to attach a crystal report, now, my design's report have a few text that is flexible code, so that is depand on what are the user enter in textbox in winform. can anyone tell me how can i code it in vb.net?? i am cofusing it have a few days.. :mad: :( please kindly to inform me.. thank
Last reply by bshaen, -
-
- *Experts*
- 1 reply
- 972 views
I have a textbox and im trying to have the text in it copied to the clipboard, i tried textbox.Copy() but it doesn't seem to do anything. Thanks.
Last reply by mutant, -
-
-
- *Experts*
- 2 replies
- 6.8k views
I have code that adds text to my rich textbox but I want it to also add a new line after each thing it adds so it would look like: Attack - 50 Strength - 50 Defense - 50 Hits - 50 For example, my code is like textbox.Text = "Attack - 50" & NEWLINE CODE then the next code is textbox.Text = textbox.Text & "Strength - 50" & NEWLINE CODE etc.
Last reply by Lanc1988, -
-
-
- *Experts*
- 5 replies
- 2k views
I wrote a small application awhile ago that used the audiovideoplayback to play audio and video files. Basically, i had some simple code, like: Dim lVideo as New Video("filename", false) lVideo.owner = myForm lVideo.play() This worked well... I recently upgraded to dx9.0c and also reinstalled the system, but the owner property is not setting on code above. A new video window is created and the video is played in that... This is driving me nuts...this app has been working for 2 years...
Last reply by mutant, -
-
Who's Online 0 Members, 0 Anonymous, 77 Guests (See full list)
- There are no registered users currently online