20,278 Topics

Member Avatar for
Member Avatar for waheeba

hi every body I made datagridviewcheckedbox in datagrid ,I want to know if all checkbox column is checked to sent messagebox to user .you must checked in datagrid checkedbox best regards

Member Avatar for G_Waddell
0
82
Member Avatar for dhameergovind
Member Avatar for Denden17

Hi guyz. have you work on on this project/app . i want to add this feature on my system but im lacking of knowledge on it. If only i have the reference for it. Or Example project. Hoping someone will share . TIA :) Like this output. http://www.codeproject.com/Articles/148500/Event-Calendar-for-an-ASP-NET-MVC-Application

Member Avatar for Denden17
0
63
Member Avatar for brylle

how can i trap my textbox that allows numbers and letters only, no space no special characters e.g (,./;'[]-=\`<>?:"{}_+|~!@#$%^&*())

Member Avatar for TnTinMN
0
100
Member Avatar for testname123

Can someone please tell me how to control a windows form from another form? I have one form (form2) which has a button. When this button is clicked, I need my other form (Form1) to hide a button. I know all the code except for how to make form2 access …

Member Avatar for testname123
0
1K
Member Avatar for bcd16

Hello, i need your help. Does anybody knows the code for automatically records who logged in and the other users cannot edit what they have inputed, only the datas they input can be edited? i have the log in form already, and the database as well. the only problem is …

Member Avatar for bcd16
0
276
Member Avatar for Gus_19

New to .net and programming in general. With help from a friend, I just finished my first program, but with one somewhat small issue. Currently, I have a Winform for the user to enter data into. The form is divided up into 4 tabs. When the user finishes entering data, …

Member Avatar for Reverend Jim
0
149
Member Avatar for HibaPro

"SqlDbType.Time overflow. Value '3.00:00:00' is out of range. Must be between 00:00:00.0000000 and 23:59:59.9999999." Does anyone know what is the problem.

Member Avatar for G_Waddell
0
160
Member Avatar for kipslem

Hi All, I have intermediate knowledge in VB.Net coding. I have searched the web to find help with my issue but to no avail. I mean I can't find one that is helpful though there are some in Web based applications. I have an urgent issue where I want to …

Member Avatar for G_Waddell
0
677
Member Avatar for carlos.barros.71

Well, i have a problem and i think you guys maybe can help me. Every time i try to create a form bordless with a image, the image border will always stay weird, something like a "No Anti-Aliasing" thinging. http://s10.postimage.org/n3uehx553/Capture.png To make this i only set the background image to …

Member Avatar for poojavb
0
198
Member Avatar for JohnKelly

Hi all I need to be able to drag and drop multiple files from Outlook into my vb.net application. Using e.data.GetData("FileGroupDescriptor") I can read using an IO.Stream the FileGroupDescriptor and detect the names of the files being dropped. If I then use e.data.GetData("FileContents") using a IO.MemoryStream I can detecty the …

Member Avatar for JohnKelly
0
1K
Member Avatar for RobRTaylor

I hate to ask, but I need some help with code. I don't have any because I don't know where to begin. Here's what I'm after. I have a Sql CE database attached to the app, and a table called DUI_Cite_Numbers. There is two columns, DUI_Cite_Start and DUI_Cite_End. I need …

Member Avatar for RobRTaylor
0
183
Member Avatar for skran

Hi, I am trying to eliminate crystal reports duplicates. For some reason, the same record showed 18 times!!!! Craziness!! I tryed to create groups, to check suppress if duplicates .. but nothing happened!! Plz help!

Member Avatar for Nutster
0
104
Member Avatar for Denden17

Hello . need help about sql statements im using this in my VB.net project about sorting Varchar2 datatype like a Number for example //I want this to be outputed. 1 2 3 4 4A 4B 5 6 But when i use this SELECT PUROK FROM TBLPUROK ORDER BY ldap(PUROK,10) ASC …

Member Avatar for Reverend Jim
0
206
Member Avatar for LD Company

Where I can find some advanced projects made in VB.NET? I don't need source, I just want to see how other people making software. Thanks!

Member Avatar for ObSys
0
70
Member Avatar for llandis3

I have the set of code writen in vb 2010 to reformat a text file of ip address and give me ipsec command to block the ipaddress to my server. It takes a long time when I'm doing 1000+ Ip Address to block a country. This might not be able …

Member Avatar for llandis3
0
140
Member Avatar for compulove

Hello! I need helping using the DataGridView in vb. This needs to show the degrees from 2001 and 2003. I displayed some examples also! The things this needs to display are the following: 1. Display degrees in alphabetical order by field of study. 2. Decreasing percentage of those enrolled for …

Member Avatar for AndreRet
0
164
Member Avatar for xtianpark

**** GOOD MORNING GUYS ,, DOES ANYONE KNOWS HOW TO HIDE THE BOX APPEARING IN THE PICTUREBOX IN VB ? MY PROBLEM IS ONCE I PUT BACKGROUND IMAGE IN THE FORM TOGETHER WITH THE PICTURE INSIDE THE PICTUREBOX .. AND WHEN I RUN THE PROGRAM THERE'S A BOX APPEARING BEHIND …

Member Avatar for TnTinMN
0
116
Member Avatar for ayat abukhadra

Hey, I've been working with a company which basically works with vb6 and now we're trying to re-write the applications they developed using vb.net any recommendation for where i should start searching , what we're thinking of is to create application programmatically and then loading forms from access then looping …

Member Avatar for TnTinMN
0
483
Member Avatar for mohana_61

hey friends, i am new to vb.net so i have a problem to sort out.Can u pls help me. In my form i have a combobox and textbox,when i select an value from combobox then in the txtbox it has to automatically generate value (from database) corresponding to value selected …

Member Avatar for mohana_61
0
290
Member Avatar for HibaPro

hey everybody , anyone can help me by some ideas as design and coding to calculate the Labour Productivity ?? i have the labour type stored in combobox and the salary as input to DataGrid view and accomodation , Social Security , overtime, Sick day, Dayoff, Transportation.... how i can …

Member Avatar for HibaPro
0
116
Member Avatar for kimlong.khov

Dear all programmer, I am a new programmer. Now I am doing develop an application there was a complicated with crystal report vb.net 2008. I don't know how to use it. Would anyone help me with this or tell website that I can figure it out. Thank!

Member Avatar for Majestics
0
74
Member Avatar for fritafana

I just want to connect my mysql with vb.net code as below: But,for some reason I cant figure out the problem i have also added the mysqldata.dll in my reference. all the input in connection string is valid and there is no error in the code. it just shows cannot …

Member Avatar for artemix22
0
186
Member Avatar for poojavb

Hello, Can we perform bulk insert for SQL data? I have the complete SQL data in text files. There are multiple tables and the corresponding text files. I tried to do the bulk insert but always got some new error. Please help me to get an answer. My code Imports …

Member Avatar for poojavb
0
1K
Member Avatar for neolyte120109

Hello every one., .. i have this problem about the datagridview.. i try many codes which are being posted by other person to other forum sites. As i can see the codes are really working, but not for me .. i can add, delete, and retrieve data, but it doesn't …

Member Avatar for ChrisPadgham
0
3K
Member Avatar for annquin

Hi. does anyone know how to save the combobox selected Index like(0,1,2,3) in mysql database by combobox as INTEGER? Please help me..!

Member Avatar for annquin
0
111
Member Avatar for theboyandtheocean

If I execute the program from within Visual Studio, the program runs absolutely fine. Once I put the .exe from debug on a different computer, it gives a error of No Value Given for One or More required parameters. I know that it could be that the parameters are incorrect, …

Member Avatar for theboyandtheocean
0
200
Member Avatar for geetajlo

Hi every1 ! i want to make a search through a datagrid using a textbox. i want the search to be like in the cell phone, i.e whenever u type an alphabetfor e.g P it retrieves all names with P. i just want the textbox to search in one column …

Member Avatar for derpking
0
323
Member Avatar for Sevyt

I have never used Dllimportattribute. But i am supposed to have a DLL added that way. Could somehow give me a better understanding about this? Basically in my project i need to import a dll (beidlib.dll) this way. I figured adding a class inside my project the way explained in …

Member Avatar for TnTinMN
0
137
Member Avatar for maskinao

Hi Guys, I am currently working on a thesis that would involve a software that acts like an internet cafe software. This is how it's going to work: A student can swipe his Baccoded ID Card at the Server and he will be assigned to PC1. He can log out …

Member Avatar for DorinaP
0
194

The End.