20,284 Topics

Member Avatar for
Member Avatar for adarshcu

I have a property active to indicate status of an employee. Along with all the details, i extract the details from an employee table into a dataset, but however i am not able to get the value present in active as i get an invalid cast exception. This is the …

Member Avatar for sandeepparekh9
0
330
Member Avatar for ramezan1356
Member Avatar for RenanLazarotto

Hey guys! How can I invert (or reverse, whatever) a string, but reversing each word? Like: [ICODE]This is a string.[/ICODE] Output: [ICODE]sihT si a gnirts.[/ICODE] and not: [ICODE].gnirts a si sihT[/ICODE] Also, how can I do it to a entire file? Thanks in advance!

Member Avatar for codeorder
0
2K
Member Avatar for RenanLazarotto

Hey people! It's me, AGAIN! =) I'm not sure if I already saw a trackbar inside a menu strip, but there is a way to add it? Or even a numeric dropdown? Thanks =)

Member Avatar for RenanLazarotto
0
535
Member Avatar for markdean.expres

Guys I need to store the exact value (including the mask) from my maskedtextox into my database. My maskedtextbox has 5 digits (ex. 20000) but when I am saving it and checking it into my database, only the first non-zero digits are being saved. How do I deal with this?

Member Avatar for ChrisPadgham
0
87
Member Avatar for kruxena

Hi guys, can you please help me out. Scenario: I have 14 panels in my form, the user then input a number in the textbox. Then this textbox will now determine how many panels will be enable. My formula would be, userinputtextbox/0.5=panels to be open. Example: 3/0.5=6. So far this …

Member Avatar for kruxena
0
301
Member Avatar for ticktock

EDIT: I am so sorry! I have added my thread to the C# discussion thread instinctively wherein in fact I have been creating my application in VB.NET so sorry! Please transfer my thread to the appropriate location! Really sorry! Hey all I am currently trying to mess around with a …

Member Avatar for ticktock
0
182
Member Avatar for markdean.expres

Guys, I am in a trouble with this error: "An attempt has been made to free an RCW that is in use. The RCW is in use on the active thread or another thread. Attempting to free an in-use RCW can cause corruption or data loss." I am not sure …

Member Avatar for markdean.expres
0
115
Member Avatar for paulablanca

Hi guys! I need some help. I have two listviews that uses drag and drop to pass values, however I can only pass the value of my first column. What I need is to pass the value of my two columns. Thanks! God Bless.! :)

Member Avatar for Unhnd_Exception
0
3K
Member Avatar for johmolan

I use the binding navigatorsaveitem to save my data back to the database, but the way I am doing it today seems to take an awful lot of time. Ex: [CODE]Private sub .....SaveItem_Click(Etc Etc Etc)Handles ....Click Me.Validate() Me.Process1BindingSource.EndEdit() Me.Process2BindingSource.EndEdit() Me.Process3BindingSource.EndEdit() Me.Process4BindingSource.EndEdit() Me.Process5BindingSource.EndEdit() Me.Process6BindingSource.EndEdit() Me.Process7BindingSource.EndEdit() Me.Process8BindingSource.EndEdit() Me.Process9BindingSource.EndEdit() Me.Process10BindingSource.EndEdit() Me.Process11BindingSource.EndEdit() Me.TableadapterManager.UpdateAll(Me.DataSet) 'Then …

Member Avatar for johmolan
0
326
Member Avatar for vn412

Hi I m using datagrid my cloumns are coming dynamically. Here is the attached view I m getting. For first column I get value from database. now for each cloumn I have to get values for which i have to traverse multiple records from database I want each cloumn should …

Member Avatar for ShahanDev
0
736
Member Avatar for pgollnic

I have a parent/child relation I am trying to create fow 2 datasets. The parent ds consusts of a range of PO Header information After I fill this dataset I loop through it getting the PO number. I then take that value and execute another sql statement on the DETAIL …

0
29
Member Avatar for 123mehran

I want to write a web calculator in asp.net with vb. I am a beginner in vb.net and asp.net and i want to learn both of them with practice please help me i really need you friends thanks:confused:

Member Avatar for 123mehran
0
1K
Member Avatar for ayarton

Here is my current code, and it works fine to choose one image and copy it, however, I cannot figure out how to allow multiple file selections then copy them to a new folder. Please help! [CODE]Imports System.IO Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As …

Member Avatar for codeorder
0
2K
Member Avatar for judithSampathwa

¬Hi there, I have a quaetion in datagrid view. In datagridview I have add a constaint and if the user didn’t meet the reuirment I add an error text. Which shown below [CODE] if (c == 2) { MessageBox.Show("Cannot select the file name","Message",MessageBoxButtons.OK,MessageBoxIcon.Warning); dgvForm.Rows[e.RowIndex].ErrorText = "Cannot select the file name"; …

Member Avatar for judithSampathwa
0
252
Member Avatar for sling blade

Hi, I have an application that is getting long in the tooth and I am finding methods that are no longer being referenced anywhere in the code. I'm sure they were useful at some point but now just take up space and are confusing for the maintenance guys. I suspect …

Member Avatar for ddanbe
0
107
Member Avatar for RenanLazarotto

Hey guys! I'm trying to change a textbox font size at run time with a track bar. But, when I add to my code: [CODE]Textbox1.Font.Size = Trackbar1.Value[/CODE] It says that Font.Size is a read only value. I haven't found any other way to do it. There is a way to …

Member Avatar for RenanLazarotto
0
10K
Member Avatar for Shalvin
Member Avatar for debashishm
0
142
Member Avatar for paulablanca

Hey guys! Can someone help me.? I have two tables named Questions and Examination, and two listviews named lstQuestion and lstChosenQuestion. I transfer the value of my lstQuestion to lstChosenQuestion through drag and drop and I already did that. My problem is saving the QuestionNumber equivalent of the transfered value …

Member Avatar for paulablanca
0
130
Member Avatar for drdream100

hello!!! i would really appreciate a little help. here's the deal: i have a folder with some fotos in it. all i'm trying to do is make a program in whitch you can write the name of a foto in a textbox, click the "Search" button and find that picture …

Member Avatar for RenanLazarotto
0
124
Member Avatar for cirno

More like general MySQL than vb.net itself, but still need help. The MySQL code below: [CODE] SELECT * FROM (SELECT resit_no,SUBSTRING(resit_time,1,19) AS entrystamp FROM DB1.receiptdetails WHERE terminal LIKE '%99' AND resitdate BETWEEN '2010-12-01' AND '2011-01-31' AND productcode BETWEEN '91000001' AND '91000009') res1, (SELECT expdate_resitno, SUBSTRING(TimeModified,1,19) AS moded_time FROM DB2.mtransactionstatus WHERE …

Member Avatar for cirno
0
166
Member Avatar for RenanLazarotto

Hey guys, its me again. I think that wasn't 10 minutes since my last post :) Now is another thing. I run a external app that has exit codes, it is all in its own documentation. How can I get these codes inside my app? And, can I add this …

Member Avatar for RenanLazarotto
0
227
Member Avatar for Richard.Randle

Hi , I am a Newbie using SQL server and vb.net in VS2010. I am re-writing an exisitng application which is written in an old programming language. I have a table with invoice records waiting to be assigned an invioce number and invoice date. I have two ways of uupdating …

Member Avatar for Richard.Randle
0
272
Member Avatar for ayarton

I'm a very new developer (if you could even call me that), and I'm killing myself here. Essentially here's what I'm trying to do. A user scans a series of documents which are sent through a program that places a .tif or .pdf of each document into a folder on …

Member Avatar for ayarton
0
209
Member Avatar for scranton

RegisterClientScript and all variations are missing vb.net 1.1 there's nothing under page or me or clientscript or anything else i can think of

Member Avatar for alc6379
0
122
Member Avatar for iFrolox

Well i need hep translating this to VB.Net 10 or someone could give me a code that works the same ? [CODE]Func MyFunction() $proc = ProcessList("SRO_Client.exe") $adress=0x00E88A7C $ID=_MemoryOpen($proc[1][1]) $MaxHP = _MemoryRead($adress, $ID) _MemoryClose($ID) GUICtrlSetData ($Label1, $MaxHP) EndFunc[/CODE] I need to read addresses from process and displays a few things in …

Member Avatar for alc6379
0
133
Member Avatar for Commando123

hi guys, i am using the vb 2005 to create an application and i created a database from the vb by adding a new Item(Database). i want to know how can i make the id wich is a number,to take an auto number and not to have to enter it …

Member Avatar for Commando123
0
96
Member Avatar for get connected

Hi All I know it is possible to use the internal system speaker to generate sound. EG [ICODE] System.Console.Beep(500, 500) 'Beep(FREQUENCY,DURATION) [/ICODE] However i was wondering if anyone knows if it is possible and how to go about using said system speaker to speak - MESSAGE YOU ARE NOT AUTHORISED …

Member Avatar for alc6379
0
106
Member Avatar for Vhyr

Hi all, How can I retrieve info from a HTML table like this : I want the bold things. [CODE]<table class="vis "> <tr> [B]<th width="150">Opslagplaats vol</th> <th>Tijd (hh:mm:ss)</th> [/B] </tr> <tr> [B]<td width="250"><img src="graphic/holz.png?1" title="Hout" alt="" class=""/> morgen om 02:35:48 uur</td> [/B] <td> <span class="timer">8:32:33</span> </td> </tr> <tr> [B]<td width="250"><img …

Member Avatar for Vhyr
0
93
Member Avatar for samm22

Hi, Am trying to create a multipage (or multitab) user form and each one of page (tab) has several textboxes in it. After user enters the input in the textboxes, the data goes into an xml file. All I wannna know is, what is the syntax for getting inputs from …

Member Avatar for codeorder
0
131

The End.