20,284 Topics

Member Avatar for
Member Avatar for Rasmalai

I was working on a project in my VB.NET Express and suddenly my code that was working fine and starting up as normal gave me this error: {An error occurred creating the form. See Exception.InnerException for details. The error is: Corrupt .resources file. Got an unexpected EndOfStreamException while trying to …

Member Avatar for Rasmalai
0
235
Member Avatar for MindFreaks

MindFreaks Downloader :- I Have Created A Great Software And Need To Enhance It More. It Has Been Downloaded More Then 2,000 Times In The Whole World We All VB.NET Developers Can Create It Better And Better. For Source Code Check Out Source Forge. The Source Code On Source Forge …

Member Avatar for MindFreaks
0
237
Member Avatar for judithSampathwa

Hi there, I have a question relating to datagrid view in C#. I have a datagrid view in a form with a calendar column a check box column and a text box column. What I want to do is when the user clicks on the datagrid view check box column(column …

0
81
Member Avatar for Kingcoder210

Hi! I want to know how can I make a program what will work in any type of resolution & monitor. For example if I make an application fullscreen it will work. But problem is that text boxes or another things will not work properly. For example if I make …

Member Avatar for Oxiegen
0
162
Member Avatar for pavan146

Hi, actually m working on outlook here i neeed to set category field to Blue category using vbscript. can any1 help kme out from this

0
44
Member Avatar for Ellitivity

OK, so I'm making a small game and i need to make the picture box rotate left when i push left and right when i push right. Move forward in the direction that its pointed. How do i do that. (The pic box is called 'picCar')

Member Avatar for Oxiegen
0
69
Member Avatar for jack.doe77

Hi, I'm using begintransaction to update multi-tables. I need to update one of the table while retrieving some records from that same table before commit. But it seem the table become locked after I inserted a record, and timeout at last. I've looked begintransaction option and try all IsolationLevel with …

Member Avatar for jack.doe77
0
89
Member Avatar for cintojose

I have stucked up with an issue.For my date time picker control I want the day as 1st on any value selected by the user.(day of date part should be 1 for any date).Please help me regarding this......Thank You...

Member Avatar for Luc001
0
85
Member Avatar for johny1980

Hi there i am working on Medical Billing project in vb.net I made Login form and it was run with user name and password. but i also made radio button selection on top for doctor , staff and for admin. so my question is how i connect the useid,password chk …

Member Avatar for finito
0
98
Member Avatar for Jollyyy100

Am working on a project using vb.net and i have connected a database to it. I have an employee table within that and now i want to create a search box in vb.net where by if i type the employee-number of the employee i can get access to his or …

Member Avatar for Jollyyy100
0
2K
Member Avatar for discovery-power

Hi All, I have written a sub routine for a Save>Menu option for a MDI Text Editor, Please see my code below [CODE] Private Sub SaveToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SaveToolStripMenuItem.Click Dim f As Form2 If f.Text = "Text Editor V.2 - New Document" Then SaveAsToolStripMenuItem.PerformClick() …

Member Avatar for ÜnLoCo
0
137
Member Avatar for Trekker182

Hello everyone, I'm trying to connect to a access 2007 database with VB 9 and am having some problems. I went to Data and then selected add new datasource. Then I clicked on database and selected Next. I click on new connection, change the datasource to access database file and …

Member Avatar for chirag.makwana
0
235
Member Avatar for assafey

Hey, I am trying to get the html source of a web site but getting an "Internal Server Error (500)" instead. Why is it? What can I do? This is the code: [CODE]Public Function GetHtmlDocument(ByVal URL As String) As IHTMLDocument2 Dim request As HttpWebRequest = WebRequest.Create(URL) Dim response As HttpWebResponse …

Member Avatar for discovery-power
0
189
Member Avatar for scias23

Do you know a book that talks about application development using mdi form? I have a system project at school and I want the system to use mdi forms.

Member Avatar for discovery-power
0
153
Member Avatar for Naveed_786

I have developed my project now i want to make setup how can i do this please help thanks in advance.

Member Avatar for trpsjt2008
0
53
Member Avatar for jamesvick

how do i find a pattern in richtextbox?? the text is like : hello i want to {help|meet|call} you {please|come|soon}. i want to find all such strings which have curly braces and then replace the whole string with any word from within it, RANDOMLY. so on the click of a …

Member Avatar for GeekByChoiCe
0
112
Member Avatar for pavan146

Hi every1 please help me out in this code... Set myOLApp = CreateObject("Outlook.Application") Set myNameSpace = myOLApp.GetNamespace("MAPI") Set myPubFold = myNameSpace.Folders("Personal Folders") Set myFolder1 = myPubFold.Folders("Raju1") Set myFolder2 = myPubFold.Folders("Raju2") For Each m In myFolder1.items m.Move myFolder2 Wscript.Sleep 60000 Next Msgbox "Done" Set myOLApp = Nothing Set myNameSpace = Nothing …

0
51
Member Avatar for GregMaClean

Hello, I am new to printing in vb.net. I have a project (not from school) where I need to be able to print content that is entered by users. The rest of the app is already made. I need to print the following: A [B]Title[/B] with a line under it, …

Member Avatar for GregMaClean
0
265
Member Avatar for wolfrain63

So in my class we are working with Arrays this week. We have to create a driver license exam program. It has to use multiple forms. First form the user inputs the answers then once he clicks the score button a new form pop's up stating the correct answers and …

Member Avatar for wolfrain63
0
108
Member Avatar for jenunique

First of all, yes this is for an assignment. I need to know HOW to do this so that I can perform this operation in the future. I have two list boxes that I am sending the data selections to ONE text box. My problem comes along when I am …

Member Avatar for finito
0
118
Member Avatar for cocoll

hello. i need help with combobox in vb.net. i try to add several columns in the combo,so i want when i select one item in the combo (this item is composed from 3 words for example),so i want the text in the combobox not to be composed from these 3 …

Member Avatar for Oxiegen
0
91
Member Avatar for codedude

I have developed a vb.net database application(desktop application with sql 2005).I managed to create setup files(.msi) which is running on my pc.but when i install this application on my client system the application is running but all database operations fails.Pls any one suggest a solution. Thanks in advance.

Member Avatar for Oxiegen
0
276
Member Avatar for GigsD4X

I tried making a For iterator to check the values of an array, but it checks them 2 times!

Member Avatar for GigsD4X
0
65
Member Avatar for johmolan

I want to sett the position on my bindingsource when I load my form. I have tried Me.Bindingsource.Position= 2 in my load event, but this does not work. How can I make this work?

0
60
Member Avatar for murid

I need to lock label position. so, my label can't move at all.. now, i'm using label1.Enabled = False.. but, my label.forecolor become gray.. can any help me to lock label position without changing label forecolor to gray?? thanks...

Member Avatar for MindFreaks
0
313
Member Avatar for selle05

how to do array of textboxes when a user input a number of textbox to be loaded and when the button clicked, the array of textbox that the user enters will appear? can someone help me with this? Thank u!

Member Avatar for Luc001
0
100
Member Avatar for sarahspiteri

hi im new to vb and i would like to create a good log on form to access a database. i would appreciate some guidance for creating a log on form and a search form for the database, tnx :)

Member Avatar for akotoh!
0
95
Member Avatar for Naveed_786

How can i generarte crstal report bwtween two dates by passing two perameters in vb.net Thnaks in advance.

Member Avatar for finito
0
92
Member Avatar for DevIan023

How can I use flash buttons in place of vb.net buttons? I'm using vb.net and I want to use flash animations for my menu. Thank you so much in advance. I appreciate every solution from you guys! :)

0
20
Member Avatar for WHchaz1027

Please Help... What is the equivalent of Datagridtablestyle of Datagrid to Datagridview? I want to customize columns of my Datagridview in Form Load event. Thanks in advance..

0
58

The End.