19,728 Topics

Member Avatar for
Member Avatar for dre-logics

I use visual basic 2008 I use Groupbox1 In the Groupbox1 in have two labels: label1 and label2. I have change the font of[COLOR="Red"] label1 [/COLOR]with properties to size [COLOR="red"]12[/COLOR] No i change the font size of [COLOR="red"]Groupbox1 [/COLOR]with properties to size [COLOR="Green"]8[/COLOR] Only [COLOR="Green"]label2[/COLOR] inherit font ([COLOR="green"]8[/COLOR]) format from …

Member Avatar for Unhnd_Exception
0
176
Member Avatar for cyberjorge

Hi, anyone there who is kind enough to share a simple inventory system with basic cashiering source code built on .net platform. I just need to build a system for the furniture & jewelry store of a foundation. There's just some basic tweaking that needs to be done especially on …

Member Avatar for fdtoo
0
161
Member Avatar for kaanay

hi, i am very new to vb.net and just started learning from the sources on Internet. i m trying to create a base64 coded password but i m stuck on one of its lines. I applied MD5 code to password then I want to apply base64 to password. [CODE] Dim …

Member Avatar for kvprajapati
0
165
Member Avatar for xiankaylle

Hi Good Day I am a newly programmer and I am a Working Student I hope you guys can help me with my problem. My Employer want's me to create a program that will auto distribute accounts. Structure: 1,300 Endorsement 300,000K up considered as high balance assuming that 300 of …

Member Avatar for xiankaylle
0
106
Member Avatar for paulablanca

Hi there! Can someone tell me or place codes in here how to put a calendar inside a datagridview in vb.net. Thanks! God Bless. :D

Member Avatar for kvprajapati
0
156
Member Avatar for cs_tx_usa

Hi guys, I can't figure it out where I am doing wrong. I keep getting FileNotFoundException saying that "Could not find file 'C:\delete\band3_tao.img'." but this file was writen to a file in previous step. I have attached the code I have written. I need your help. Thanks. Here is the …

Member Avatar for cs_tx_usa
0
104
Member Avatar for Rajesha N

I have a problem with typing Urdu text in Textbox. whenever i type Urdu text the writing order switches to right to left. but when some non arabic character like space, brackets etc in the textbox the cursor jumps to right most position. can anybody help me out please. I …

Member Avatar for kvprajapati
0
52
Member Avatar for tendaimare

I am generating crystal reports using sql statements but now i am looking 4 code to allow me to refresh the crystal report. in other words remove the datra on the report and wait for another query

Member Avatar for kvprajapati
0
108
Member Avatar for Dheerajpro

hi frnds i m doing the project in vb.net in which i want 2 add data in database i took two lebel boxes and two textbox and i want data should add in database on button click so i tried it in to microsoft access just normal table which contens …

Member Avatar for kvprajapati
0
132
Member Avatar for markdean.expres

Does anyone know where can I download free controls for my vb 2008? I need other controls that are more fancy or cool. My new proposed system is a multimedia file player and I think the common controls found in my IDE are not sufficient.

Member Avatar for kvprajapati
0
149
Member Avatar for bhagawatshinde

Hi, I am using vb.net framework 3.5. I want to lock input devices like keyboard and mouse from my application. Is their is anyway using sendkeys or any method to lock Thanks in advance.............

Member Avatar for Unhnd_Exception
0
1K
Member Avatar for tim8w

I have a RichTextBox. I process all the formatting and everything works fine. There is an exception. When I have selected text that have two states of formatting in it, the SelectionFont member is set to Nothing. I notice that WordPad recognizes this condition and kindof greys out the affected …

Member Avatar for ShahanDev
0
157
Member Avatar for G_Waddell

Hi All, I have an application written in VB.net for batch print jobs. As part of the application, the user selects two printer trays to use to print the batch to (one plain paper the other coloured for coversheets and batch seperators) I had this working until we upgraded our …

Member Avatar for G_Waddell
0
227
Member Avatar for WHchaz1027

Hi geeks, I really need your help. I want to query in a table in MS SQL using a data in another table. This might give you an idea on what I am talking about. This is the query I've constructed : "SELECT TABLE1.FIELD1,TABLE1.FIELD2 FROM TABLE1, TABLE2 WHERE TABLE1.FIELD3 = …

Member Avatar for jbisono
0
120
Member Avatar for RenanLazarotto

hey guys! how can I read strings from a file? Like... They will compose part of the interface... something like, read a string from a file, then this string points to a image that will be used in a picture box, as same as a label that will be shown …

Member Avatar for RenanLazarotto
0
129
Member Avatar for noel9

hi friends i m doing login code in vb.net for admin and local user,so i want whenever localuser login he/she cant update the form so i have disable the update button of the form. i took 2 radio buttons admin and localuser so whenever localuser radiobutton selected the update button …

Member Avatar for kvprajapati
0
74
Member Avatar for cs_tx_usa

Hi VB .NET experts, I was wondering if you could give me some help. I am planning to write a simple program which reads two binary files and apply a simple math function ((file1-file2)/(file1+file2)) then outputs the file (file3). Then the user selects the file (file3) outputted as an input …

Member Avatar for kvprajapati
0
382
Member Avatar for sureshbabuganji
Member Avatar for mikeybware
0
39
Member Avatar for mls

Hi, I have a Access table where I would like to set fields values ( swh1_ct and swInfa_ct) to null if my pdmH1_ct or pdmInfA_ct fields have values greater than 0. and vice-versa. Can some one point me to the error in my code? [code] Sub update_field() Dim objDB As …

Member Avatar for mikeybware
0
156
Member Avatar for Viperino

Hello. I want to know if someone can help me with this: I'm starting to write some code to run an office (not professionally). When I write the Client Class, how do I make it that the number of the client be a primary key (unique and auto incremental)? Also, …

Member Avatar for Viperino
0
423
Member Avatar for baldowz

How can i perform a drag and drop in the data grid? I am trying to make a program that can swap row to row or column to row (vice versa) contents. please help thanks in advance ^^,

Member Avatar for baldowz
0
79
Member Avatar for bhagawatshinde

Hi i am working on windows application . I am opening an math type using button want to select all and copy send keys are not working here is my code ... [code] Dim proc As New Process() With proc.StartInfo .Arguments = "file_path.bmp" .UseShellExecute = True .WindowStyle = ProcessWindowStyle.Normal .WorkingDirectory …

Member Avatar for bhagawatshinde
0
1K
Member Avatar for swathys

hi, i have 2 text box 1) account no 2) amount I have a problem whereby i want a text box to accept 9 or 10 digit (after check digit)and then show the 2nd text box but after it accept the 1st 9 digit on the 1st text box it …

Member Avatar for swathys
0
143
Member Avatar for a1a4a

Hello all I am working on a project that convert images to text , and load them from text , so i can save them online then load them as image . But if u could just give me a code of a project with a textbox where i write …

Member Avatar for codeorder
0
390
Member Avatar for Macky Dave

Good Day! I need help. How to make back-up and restore point? what I want to happen is when I click the button back-up. It will generate a back-up of database in access on the current date. And if I click the button restore. the system will restore the last …

Member Avatar for Teme64
0
110
Member Avatar for SMIFMD

Greetings. I have a question regarding MS Access Me.Filter. In short, I am building a personal database for my CD and DVD collection and I have a few CD's that start will a number instead of a letter - such as the band, 3 Doors Down. On my form, I …

0
79
Member Avatar for Dragon840215

Hi Guys / Gals I am new to programming and am having some trouble with my code to update my data from a datagridview wich is bound to a datatable. all works fine until the update proccess is started. The programs updates all my rows (x amount) on the datagridview …

Member Avatar for Dragon840215
0
835
Member Avatar for RenanLazarotto

Hey guys! I'm planning on a private software, that I wish that have multiple pages, like a installer. It will not be a installer or anything, and I don't want to use tabs on it (it doesn't fit to what I'm thinking.) How can I do it? I've tought on …

Member Avatar for RenanLazarotto
0
205
Member Avatar for cjoyce

hey guys i really can't solve this problem, hope you can help me. the problem is, i use this codes to get the data type of a column from an access database Form12.ListView1.Items(j).SubItems.Add(myData.Rows(i)!DATA_TYPE) but what displays in my listview are numbers like (130 , 3 so on..). How can i …

Member Avatar for kvprajapati
0
89
Member Avatar for daskeyboard

The title of this thread pretty much says it all - I would like to know how to open an already created excel spreadsheet (I want the application to launch). Thanks so much to anyone who has time to respond to this.

Member Avatar for kvprajapati
-2
16K

The End.