Posts
 
Reputation
Joined
Last Seen
Ranked #156
Strength to Increase Rep
+12
Strength to Decrease Rep
-3
98% Quality Score
Upvotes Received
146
Posts with Upvotes
130
Upvoting Members
82
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
42 Commented Posts
~519.34K People Reached
PC Specs
Intel Core i7 2600k Sandy Bridge Asus P8Z68-V Pro Gen3 Socket 1155 2 x EVGA GTX 760ti 2GB 16gb Corsair…
Favorite Tags
Member Avatar for arsharma159

Hello guys, I'm new to VB.Net programming and Daniweb community as well. I'm developing a software in VB.net. But the problem is that I don't know how to create Invoices after taking the Sales Order. I'm in an urgent need of your valuable help you could provide me. Thanks in …

Member Avatar for kali_4
0
1K
Member Avatar for Quinncunx

Hi, Is there at all a way to sort (numerically) a multidimensional array? I have an array that is as follows `dim points(23,1) as String` The first dimension of the array has the players names in, the second dimension of it has their cumulative points, so I want to sort …

Member Avatar for randysoft1
0
3K
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Dani
1
52K
Member Avatar for Nebil

Hi guys, i'm having a difficulty to set the path in vb.net.i put the code in the module and every time i run the code it throws error "Could not find file 'C:\Users\Abdueie\Desktop\BMS\Bridge Asset Management\Bridge Asset Management\bin\Debug\Adigrat.accdb'." here's the code Public conn As OleDbConnection = New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0; Data Source= .\\Adigrat.accdb;Persist …

Member Avatar for YASHNIT
2
8K
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
828
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
505
Member Avatar for Learner010

we use `Print` to print text to form in vb6 and dont know how to print text to window form in vb.net please explain how to achieve it . . .

Member Avatar for munawer_1
0
3K
Member Avatar for Begginnerdev

Hello Daniweb, and thank you for taking the time to read this post. I have a question of efficiency. I am wondering, what is the most efficient way to print from a listview. The listview's values are loaded from a database, and I would like to print from that listview. …

Member Avatar for Ivan_14
0
6K
Member Avatar for karlcunanan

Good Day VB.net Geniuses! I'm just wondering if there are still any other free reporting tool that can be use for Visual Basic 2010 Express edition since Crystal Reports is not working for Express edition :( I only have a simple MS Access Database :)

Member Avatar for psychi_beavis
0
3K
Member Avatar for jemartalaban_1

hi, can u help me, what can i do to print a form, example: in form1 there is a button that will print the form2 that has registration form. it is possible or other ways? please help

Member Avatar for tmccmt
0
8K
Member Avatar for Begginnerdev

Here is a small extention of the Panel class that allows you to 'collapse' it. So far, the user can place a control on the parent form and perform a collapse/expantion by: 'Where cpNew is a Collapsible Panel If Not cpNew.PanelCollapsed Then cpNew.Collapse() 'or If cpNew.PanelCollapsed Then cpNew.Expand() I will …

Member Avatar for parjor
0
2K
Member Avatar for altjen

Im trying to create a dll file where to import in a sub a webbrowser who will open www.youtube.com when form load. I can make this in the software code. but I want to import it in a dll file. Im having troubles with that. I need urgent help

Member Avatar for altjen
0
163
Member Avatar for zelrick

Hello VB.net Programmer; Good day Daniweb'ers; I have a problem to my Excel Data going to DGV; Only Selected items in excel will be put in the DGV; I don't have a database for this problem; So here it is; This example from excel file: 1 2 3 4 5 …

Member Avatar for Begginnerdev
0
910
Member Avatar for John_91

hi friend i have created management software. but i want add year option like accadamic year 2014-2015 and 2015-2016. my question is how to creat new accadamic year with my same access data

Member Avatar for Begginnerdev
0
195
Member Avatar for hwoarang69

I am trying to get similar effect as this link: http://api.jquery.com/slideup/ ## What I am using: ## vb net, JQuery,css ## what I am trying to do: ## I have a div with ID 'box' and inside this div, I have one span and one imagebutton. When user click on …

Member Avatar for Begginnerdev
0
218
Member Avatar for altjen

I have a file set in this folder "C:...../users" (is not real) I want to change the file path with code to set at "D:...../users" how can I do that?

Member Avatar for Begginnerdev
0
97
Member Avatar for John_91

hi,friends i have 14 columns in my access data but i want print only selected colums help me frinds

Member Avatar for Begginnerdev
0
108
Member Avatar for Mr.M

Hi Dw. I'm doing a research on how or whether VB.NET has some sort of support to listen to Windows OS events and be able to take over to be the core respond to certain events raised by an OS such as Copying/Moving of file(s) to other locations. What I …

Member Avatar for Mr.M
0
253
Member Avatar for Papa_Don

Group, I've got a complex If/Then statement that may require the use of "Select Case". However I'm not familiar with how "Select Case" actually works. Needless to say, I'm not sure if you can use it within an "If/Then" statement. Here's what I need to do: If row > 7 …

Member Avatar for Reverend Jim
0
2K
Member Avatar for ShwetaBet

Hi all, I have a webbrowser control on my VB.net form. When a URL naviagtes to another window, I want to do it in same window. i.e. WebBrowser contol should not open a new Window & navigate to the new url in same window. I have achieved preventing the it …

Member Avatar for Begginnerdev
0
140
Member Avatar for John_88

I got some issues with Syntax error for my insert statement. I can read access database without any issues. I tried to put in all data as simple string but still not working. Executing in Access works fine though. Please help. cmd.CommandText = "INSERT INTO POSITION (positionID,stockSymbol,stockName,cashTransaction,lastUpdate,initialQuantity,initialValue,currentQuantity,currentValue,positionStatus) VALUES ('2','2','2','2','2','2','2','2','2','2')" cmd.ExecuteNonQuery()

Member Avatar for Begginnerdev
0
329
Member Avatar for vegaseat

Just an accumulation of worldly wisdom in question answer format. Q: "How Do You Get Holy Water?" A: "You Boil The Hell Out Of It."

Member Avatar for vegaseat
0
322
Member Avatar for Mr.M

Hi Dw I was just reading another article on video recording using AVICAP32 this shows how to use this library to record video from a video device such as webcam but what I would like to know is that how can I record internal video, I want to record my …

Member Avatar for Mr.M
0
225
Member Avatar for it@61@sec

I have taken my old Samsung DVD-recorder (DVD-HR775) out of service, replacing it with a VU+ Solo2 combined satelite decoder/recorder (set-top box). On the DVD-recorder I have recorded a lot of movies and TV-shows. I have the ability to copy it to DVDs (which is the preferred method), but a …

Member Avatar for spok
0
594
Member Avatar for poncho208

My name is Alfonso C, I am student at collegue (programming). I like the community here in Daniweb, because I can help and get help with feedbacks or different questions. My respect for everybody.

Member Avatar for JorgeM
0
95
Member Avatar for Trle94

Hey everyone, im currently use this class for my small projects: https://www.daniweb.com/software-development/vbnet/threads/361868/disable-ctrl-alt-del Now i have problem, i want to hide my form and close jammer so i use something like this: Private Sub SystemTray() If NotifyIcon1.Visible = True Then KeyboardJammer.Jam() NotifyIcon1.Visible = False taskbar.HideStartButton() taskbar.HideTaskBar() Me.Show() ElseIf NotifyIcon1.Visible = False …

Member Avatar for Mr.M
0
326
Member Avatar for muhammad_74

As i have old computer which runs windows xp very slowly and the system is: Intel Core 2 Duo CPU E4500 @ 2.20GHz,1GB RAM,Intel 946GZ Express Chipset Family So tell me is xubuntu is good for my system or not,GOOD means fast and resposive. Give sugestions to me the poor …

Member Avatar for muhammad_74
0
181
Member Avatar for michael.tuason2

Can anybody please guide me or enlighten me on how to go about this problem, Im running on windows 7, intel i3 processor and 6 gig of ram. I am using a toshiba laptop, satellite, c840, my current bios is InsydeH2O v6.50.my registry is a mile long, and the persistent …

Member Avatar for rubberman
1
198
Member Avatar for OMER AHMED

why i am receiving this error and how i can solve it See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.IndexOutOfRangeException: Index was outside the bounds of the array. at WindowsApplication1.fol_hide.fol_hide_Load(Object sender, EventArgs e) in D:\Projects\3 …

Member Avatar for OMER AHMED
0
730
Member Avatar for Elvi

Hey. Anyone can suggest me a smartphone that dont pass $200 (around) and is a good phone too? And something else, anyone have information about "huawei ascend mate 7" ? Thanks!

Member Avatar for jenferrer815
0
215