2,155 Posted Topics

Member Avatar for tlkummell
Member Avatar for weasel7711

[CODE]Dim strTest As String 'First check to see if the string starts with a 0 strTest = Mid(strField, 1, 1) If strTest = "0" Then 'It is a zero, remove the zero... strField = Right(strField, Len(strField) - 1) End If[/CODE]

Member Avatar for AndreRet
0
252
Member Avatar for UaBoy

Well said. The future seems to be GNR as above.Compare ten years ago to now, huge leaps and bounds...

Member Avatar for vedro-compota
0
123
Member Avatar for arvin2006

Well, not all DLLs have CLSIDs (only ones that expose COM objects) and in fact the DLLs themselves do not have CLSIDs. CLSIDs belong to the COM objects that are in the DLL. The registry (HKEY_CLASSES_ROOT\CLSID\) contains this information. The following code will return the ClsId and ProgId - [CODE]Option …

Member Avatar for AndreRet
0
2K
Member Avatar for Eric Cute

Eric, I've asked the mods to move this to Java, I'm sure you will get a quicker response from there.:)

Member Avatar for RushabhShah1110
0
176
Member Avatar for zener

I agree with ancient, why buy if you can get vb10 for free WITH proper help and tons of sample code available. Basic might help your basic needs for now but what if you need to start doing more complicated applications?

Member Avatar for diafol
0
111
Member Avatar for Naveed_786

Will this be an administrator within your application or the windows administrator?

Member Avatar for AndreRet
0
124
Member Avatar for gagan83

Set the sum value to zero Get Condition 1 Value Get Condition 2 Value Determine the value for nl and n2 Get Condition 3 Value Get condition 4 Value Body1???? Body2???? If Condition 1's value is equal to ??? and not the same as Condition 2, and so forth .... …

Member Avatar for AndreRet
0
74
Member Avatar for ymb6

Have a look at [URL="http://www.eurojournals.com/ejefas_22_12.pdf"]THIS[/URL] link. It contains what you are looking for.

Member Avatar for AndreRet
0
181
Member Avatar for Shreerang

Have a look at the following google [URL="http://www.google.com/search?q=GIS+application+in+vb.net&rls=com.microsoft:en-US:{referrer:source?}&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7WZPA_en"]SEARCH[/URL]. I would suggest you build an app making use of Google Maps and tracking scenarios. It seems to be the most popular.:)

Member Avatar for AndreRet
0
91
Member Avatar for amangukiya

Please read our posting rules which can be found [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]HERE[/URL]. Chances that someone will answer your question when it is marked as "URGENT" is very slim. To your question, No you do not need Mobile pc. You do however need a gateway company to send sms's in your application.

Member Avatar for AndreRet
0
28
Member Avatar for kamaamin

Show me the code where you add the actual data. Include the entire sub, i.e., if it is under a command button click event, show all the code under the event. It sounds like the add new is actually editing.

Member Avatar for peter_budo
0
128
Member Avatar for louis kurlos

Welcome to Daniweb Louis.:) Your post will be moved to the IT Professional Lounge. I'm sure you will find your answer there.

Member Avatar for AndreRet
0
30
Member Avatar for shabadoo

This is quite confusing. Firstly, if you say workbook, do you mean that you are using VBA in excel? [QUOTE]I would like to have the "Inventory" workbook initialize with a userform asking the user if they would like to perform a vlookup or to adjust "quantity on hand". I have …

Member Avatar for AndreRet
0
84
Member Avatar for JohnKelly

Have a look at [URL="http://msdn.microsoft.com/en-us/library/Aa363858"]THIS[/URL] link, which is more about the CreateFile API, or [URL="http://www.bigresource.com/Tracker/Track-vb-iCI6kvp4rx/"]THIS[/URL] link which contains some code samples and error solving. I would however settle for the Winsock control to listen for requests port 5000 and act accordingly if request was received.

Member Avatar for AndreRet
0
185
Member Avatar for bklynman01

You can use the "Replace" function as in - [CODE]public Function StripOut(From as string, What as string) as string Dim i as Integer StripOut = From for i = 1 to len(What) StripOut = Replace(StripOut, mid$(What, i, 1), "") next i End Function 'Just place it somewhere in your code …

Member Avatar for AndreRet
0
223
Member Avatar for girishankar

Welcome to Daniweb.:) Your post will be moved to .Net where someone will help you out. You will however need to give them more information - vb.net, asp.net? Trying to use windows media player? etc etc.

Member Avatar for AndreRet
0
72
Member Avatar for TheDocterd

Give us some more info on your named instances. What is TMData, TMcnt etc. What code do you have under refresh_tmdata? What calender control is Calender1?

Member Avatar for AndreRet
0
113
Member Avatar for sekhar9038

Would you like to increment the record number or just a number? i.e. record 1 record 2 record 3 etc... OR 1 2 3 4 etc...

Member Avatar for sekhar9038
0
109
Member Avatar for rafi1082
Member Avatar for adaz
Re: Hey!

Welcome to Daniweb Adam.:) We'll see you around the web development forums then.

Member Avatar for Overbooked
0
44
Member Avatar for mankis

Welcome to Daniweb.:) Congrats on the baby. Good luck with the pajama drill, especially 3 in the morning.:)

Member Avatar for Overbooked
0
59
Member Avatar for suraj_p
Member Avatar for rolyestemonio
Member Avatar for kristenlena

Welcome Lemoremi. I'm sure you will find what you need right here at Daniweb. You have unfortunately posted in the wrong forum, but thats all cool. KristenLena, I would not easily employ someone that hands me a resume showing their skills and experience gained from gaming. I'm a huge gaming …

Member Avatar for alc6379
0
159
Member Avatar for roperry7

Welcome to Daniweb.:) Your post will be moved to [URL="http://www.daniweb.com/forums/forum10.html"]HERE[/URL]. I'm sure you will find your answer there.

Member Avatar for gerbil
0
82
Member Avatar for hueikar

Have a look at this link with some sample code [URL="http://www.homeandlearn.co.uk/net/nets8p8.html"]Here[/URL].

Member Avatar for AndreRet
0
920
Member Avatar for styleest

The error message "Too few parameters" simply means you are not passing the appropriate parameters with your SQL statement OR the tablename / fieldname used doesn't exist in the database you were trying to connect. Change your sql statement at this part - [QUOTE]"FROM tblPayroll WHERE EM_ID =" & Me.lvwInfo.SelectedItem.Text …

Member Avatar for styleest
0
289
Member Avatar for Agapelove68

I'm sure Davey (HappyGeek) or Dani herself (cscgal) will answer all of your questions and reply to all of your statements as above. From my side, thank you for pointing it out, we will most surely appreciate your help where you can in the respective forums.:)

Member Avatar for Agapelove68
1
368
Member Avatar for mls

mls, as we can all see, you are new to Daniweb, welcome:) You do however need to read our posting rules as well. The question posted gives us no information.... What database is used, sql, mysql, access? Server???? App in .net or vb.net, asp.net etc?

Member Avatar for mls
0
178
Member Avatar for Naveed_786

Use the same select statement type - [CODE]SELECT * FROM student WHERE StudentName LIKE " & "'" & Nav & "%'"[/CODE] This will return all the names that has Nav in its text.

Member Avatar for AndreRet
0
260
Member Avatar for Skillzilog

Try the following with your update statement - [CODE]Dim delet = "UPDATE audit SET action = '[DELETED A CUSTOMER]' WHERE pk_id = '" + TextBox5.Text + "'"[/CODE]

Member Avatar for AndreRet
0
128
Member Avatar for Ancient Dragon

Ouch Melvin, I can see how that fitted right in with Halloween!!!:) Unfortunately not big here with us in S.A. I would however love to see other photos...

Member Avatar for efmesch
4
204
Member Avatar for alex-VX

Are you using a 32 or 64 processor? [QUOTE]lstStuff.SubItems.Add(proc.WorkingSet64.ToString())[/QUOTE]??

Member Avatar for AndreRet
0
2K
Member Avatar for DavidRathbone

Thank you for the snippet David. Here is some points for your effort. If you however can enclose your code in the future in code brackets as in - "(CODE)(/CODE)" all viewers will find your post more resourceful. All you have to do is to click on the "(CODE)" label …

Member Avatar for AndreRet
1
2K
Member Avatar for d_a_r_k

Have a look at [URL="http://pinvoke.net/default.aspx/user32.ShowWindow"]THIS[/URL]. under the vb.net heading. Have a look at the code below. I'm not sure if it will work for you. [CODE]Imports System.Windows Module FileParse Public Declare Function MoveWindow Lib "user32" (ByVal hwnd As Int32, ByVal x As Long, ByVal y As Long, ByVal nWidth As …

Member Avatar for AndreRet
0
3K
Member Avatar for mynameisshafiq

For all others, the most part of this post can be followed [URL="http://www.daniweb.com/forums/post1378192.html#post1378192"]HERE[/URL].:)

Member Avatar for AndreRet
0
124
Member Avatar for Pundia

Have a look at [URL="http://en.allexperts.com/q/VB-NET-3306/Drawing-line-VB-net.htm"]THIS[/URL] site. It has some useful links as well which might help in solving your problem.

Member Avatar for codeorder
0
223
Member Avatar for divakar.it
Member Avatar for Gerbal

Hello my engel. Uiteindelik is jy ook hier.:* Enjoy your stay with Daniweb.:)

Member Avatar for Gerbal
1
47
Member Avatar for AndreRet

Is it possible to get a direct link to the rankings page? If not, is it possible to add a direct link, say next to your logged in status etc. Every user now has to go to his personal page and access the rankings page from there.:)

Member Avatar for AndreRet
1
171
Member Avatar for ayetar

The following should do the trick - [CODE]'5 command buttons: 'cmdRestart; cmdLogOff; cmdForceLogOff; cmdShutdown; cmdForceShutdown Option Explicit Private Const EWX_LogOff As Long = 0 Private Const EWX_SHUTDOWN As Long = 1 Private Const EWX_REBOOT As Long = 2 Private Const EWX_FORCE As Long = 4 Private Const EWX_POWEROFF As Long …

Member Avatar for AndreRet
0
128
Member Avatar for rudomsindo
Member Avatar for tahir_77

Have a look at this returned google page [URL="http://www.google.com/search?q=show.rdl+report+in+vb.net&rls=com.microsoft:en-US:{referrer:source?}&ie=UTF-8&oe=UTF-8&sourceid=ie7&rlz=1I7WZPA_en"]HERE[/URL]. It might be what you are looking for.

Member Avatar for AndreRet
0
51
Member Avatar for Learning_Curve

Have a look at [URL="http://community.psionteklogix.com/knowledge/w/knowledgebase/how-to-programmatically-warm-reset-cold-reset-and-boot-into-boost.aspx"]THIS[/URL] link. Is this what you were looking for? For more, other info - [URL="http://thedailyreviewer.com/dotnet/view/kodakimaging-reset-scanning-area-102281717"]Kodak[/URL]

Member Avatar for AndreRet
0
395
Member Avatar for 290nerd
Member Avatar for zaaephod

You can use something like - [CODE]Dim dt As New DataTable = DS.Tables(0) Dim dr As DataRow For Each dr In dt.Rows() combo.Items.Add(dr("Description"))'What field data to add Next combo.SelectedIndex = -1[/CODE]

Member Avatar for AndreRet
0
197
Member Avatar for sham
Member Avatar for dotbat

Also, keep in mind that you do ask your question in the correct forum, open your own thread and don't hijack someone else's post, especially if it is an old post. This is seen as necromancy....:) Enjoy Daniweb.:)

Member Avatar for AndreRet
0
157
Member Avatar for laringold

Welcome to Daniweb. Post your problem in "Hardware & Software". I'm sure someone over there will know how to solve your problem. Enjoy your time here with us.

Member Avatar for Eric Cute
0
143

The End.