19,729 Topics

Member Avatar for
Member Avatar for JModak

Sir Please help me about MenuStrip Control used. I create a project there one parents form and two child form MenuStripControl-1 is on parents form (main_form) Menu Item name a) Trans. b)Report c) Setting and MenuStripControl-2 is on child form (purchase_Entry_Form) Menu Item name a) File. b)Close I want to …

Member Avatar for tinstaafl
0
562
Member Avatar for Shaikh_4
Member Avatar for rproffitt
0
147
Member Avatar for Shaikh_4

con.Open() cmd.Connection = con dataGrid.SelectedIndex = dataGrid.CurrentItem(0) MessageBox.Show("User Has Selected " & dataGrid.SelectedIndex) Dim id As Integer = dataGrid.SelectedIndex(0).cells("Appid").value.ToString() Dim fname As String = dataGrid.SelectedRows(0).cells("Fname").value.ToString() Dim mname As String = dataGrid.SelectedRows(0).cells("Mname").value.ToString() Dim lname As String = dataGrid.SelectedRows(0).cells("Lname").value.ToString() Dim fthname As String = dataGrid.SelectedRows(0).cells("Fthname").value.ToString() Dim mthname As String = dataGrid.SelectedRows(0).cells("Mthname").value.ToString() Dim …

Member Avatar for Shaikh_4
0
1K
Member Avatar for dilse4sk

Hi every one. I am having some problem with calculation in datagridview. i have 3 columns in datagridview which are Date,location,Payment. What i want to do now is i want to calculate the total of the payment and my total is a textfield out side the data gridview under the …

Member Avatar for geetha_3
0
834
Member Avatar for Fayza_2

please help me ... i have a problem in my VB.net software when i transit it to another computer the crystal report asking for userName and PassWord . I programming it by visual Basic and Access DB .

Member Avatar for rproffitt
0
297
Member Avatar for Paul Brian

hello my teacher put a surprise quiz and due tomorrow as im seeking for desperate help :( she didnt teach anything yet on this topic so i dont know where to start :/ any kickstarter topic is appreciated task: make a program that reads and display 10 data in excel …

Member Avatar for ddanbe
-1
311
Member Avatar for leya_1

I need to differentiate image between 2 file upload control: FileUpload1 and FileUpload2. My current code works fine but it actually upload images from both FileUpload1 and FileUpload2. How do I specify the file from FileUpload1 and FileUpload2. Below is my current code: Dim hfc As HttpFileCollection = Request.Files Dim …

Member Avatar for rproffitt
0
234
Member Avatar for JModak

Procedure or function P_UpdatePurchaseInv_test has too many arguments specified. ALTER PROC [dbo].[P_DeleteForUpdatePurInvDet] --Purchase Invoice Details 12 pic(13pic active) --@purid int , --@purinvid varchar(255), @purinvdt date, @invno varchar(255), @invdt date, @nrr varchar(200), @partyIDpur int, @invtypidpur int, @tottaxblamt decimal(18, 2), @nettaxamt decimal(18, 2), @invamt decimal(18, 2), @totalcgst decimal(18, 2), @totalsgst decimal(18, 2), …

Member Avatar for hericles
0
366
Member Avatar for Brandon_21

Hi everyone, so i have currently made a small antivirus project (just for me) but i want to make it cool with signiture definitions ect. Basically what ive got so far is my program reads a text file with loads of sha256 hashes to see if the file that enterd …

Member Avatar for Reverend Jim
0
688
Member Avatar for Michael_9

command name can be APP_COMMAND_NAME as const Friend Module Program Private CurrentString As String = String.Empty Public Const APP_RUNNING As String = "Running" Public Const APP_TITLE As String = "Console" Public State_Output As String Public State_List As List(Of String) = New List(Of String) Private commandlist_ As Dictionary(Of String, Action) Private …

Member Avatar for rproffitt
0
419
Member Avatar for monem_1

I use a code to print a libel with all its contents and move to the next page but the problem 1 - Printing breaks the base of the first page when moving to the next page I want to have a vacuum at the end of the page 1 …

Member Avatar for rproffitt
0
495
Member Avatar for Jev_1

nearly finish my IS but i can't find any tips on how to create a database if not exist. most problem on my codes are the sql connection, mine to help please?

Member Avatar for rproffitt
0
80
Member Avatar for Lughen

How does POS been coded? First, get orders then store it in a container like listview or datagridview Second save data from container to xml file then import data from xml to database.

Member Avatar for Tyron_1
0
249
Member Avatar for gahhon

Like the title asked, what should i do to change the cursor into custom image when the form is loaded, i've tried so many style by google searching, but still can' work. :/

Member Avatar for Asanka_1
0
2K
Member Avatar for Ajit_3

I don't see 'Targer Framwork' change (.NET Framework 4 Clint profile) or others to --->> (.NET Framework 4) in vs 2015 Advance compiler settings

Member Avatar for rproffitt
0
271
Member Avatar for Jim_21

I have this block of code where l run through a table and display matched results in a listbox. It works fine, but my question is how do l enable the user to select an item in the listbox once it is displayed? Suggestions are welcomed as always. Thanks Try …

Member Avatar for rproffitt
0
489
Member Avatar for a_10

Hello Everyone, I have developed a DBMS and I want to store the credentials for server, and user name securely so that the users don't have to enter the password to the database EVERY time they start the software. My question is, how would I go about doing this? I …

Member Avatar for rproffitt
0
231
Member Avatar for monem_1

I want to edit the following code where I want 1. Convert the print from left to right 2 - Modify the contents of the print down the data grid so that the contents of the lily "We are happy to use your software" appears below the last row of …

Member Avatar for rubberman
0
503
Member Avatar for Jim_21

Here is a sample of my code where I retrieve a fingerprint template stored in mysql database. I have stored the fingerprint template as BLOB type. I have a table with two fields or columns, CaseFileNumber and FingerP. I have stored the fingerprint template in the FingerP column and also …

Member Avatar for cereal
0
2K
Member Avatar for Saanvi

Is there a function in c# that returns x times of given char or string. Or I must code it? Thank you Saanvi sharma

Member Avatar for xrjf
0
508
Member Avatar for JModak

how to Generate Auto Alpha numeric Inv. number in SQL Store procedure i used Sql Server 2008 r2 and vb.net 2012 I got a error ---- *Msg 245, Level 16, State 1, Procedure P_GetAutoIDPurchaseInv, Line 13 Conversion failed when converting the varchar value '17-18/00002' to data type int. * When …

Member Avatar for hericles
0
289
Member Avatar for vhycko

I want to filter data by day and month only excluding the year. For example I want to find people born from day 1 to day 15 in september without including years so what i did is like... Private Sub ButtonFilter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonFilter.Click …

Member Avatar for vhycko
0
406
Member Avatar for sasank_1

Hi every one . i need code for how i set the connection i.e when i execute the project .exe it show me a form in which there is Database name , Server name , User name and Password . And after clicking the OK button it pass these value …

Member Avatar for Reverend Jim
0
699
Member Avatar for prathapsv3

I am new in vb.net. The image has been stored in sql server as <binary data> and i dont know how to convert it to display in picture box.Please tell me what are the changes should i made to get it to work.Here is the code which i have done …

Member Avatar for fredrick_3
0
3K
Member Avatar for Link_1

Error: The Remote Server Returned An Error 400 Bad Request I am using asp vb.net and instagram api also I am using Newtonsoft.Json -Version 10.0.3 I following below link as a tutorial but issue is I am converting code from c# to VB and I am getting an error: https://code.msdn.microsoft.com/Haroon-Said-e1d8d388 …

0
174
Member Avatar for Smalls

What I'm trying to do is have a login type windows form to take a user name and password then compare these with data in the db then open an admin type form. I've been trying to get this to work for a few days now with no luck, about …

Member Avatar for akash_12
0
2K
Member Avatar for JModak

How to Update Sql database from vb.net 2010 i want to add a stored procedure in sql database from login time on button click.. **database name ** db17-18 **stored procedure** Create Proc P_SelectAllRole As Select StatusId,Status from tblStatusMaster

Member Avatar for mahe_1
0
6K
Member Avatar for Michael_9

# **OLD** # [URL=http://s127.photobucket.com/user/yoda3ddd/media/codemap_zps4115ff7e.jpg.html][IMG]http://i127.photobucket.com/albums/p158/yoda3ddd/codemap_zps4115ff7e.jpg[/IMG][/URL] The Data Namespace Core Friend Module Func Public OkButton As Button Public CancelButton As Button Public ProgBar As ProgressBar Private Sub ProgressLoop() Do Func.ProgBar.PerformStep() Threading.Thread.Sleep(1) Loop End Sub #Region "Constants" Public Const DataRoot As String = "C:\AFormData\" Public Const IMG_PATH As String = "C:\AFormData\img" Public Const …

Member Avatar for Michael_9
0
474
Member Avatar for k99rs

Hi guys, I am stuck on my code. I am creating Repeater control dynamically. For some reason i cant really get it to work, Maybe someone can tell where i am going wrong. I have one class name "MultipleSelectCategoryRepeaterTemplate" this class will create the repeater Header, Item and Footer dynamic. …

Member Avatar for Michael_9
0
562
Member Avatar for KushMishra

Hi All, Could anyone please suggest on how to apply multiple styles to multiple elements at runtime and that too the styles should be applied at the same time on all elements. For instance, I want to animate two buttons but their styles are different. Now if I apply the …

Member Avatar for rproffitt
1
766

The End.