Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

NANCO

@NANCO
About
Posts
46
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Load Gif(Access OLE Object) into PictureBox.
    N NANCO

    well, Dim img As Object = dataset.Tables(0).Rows(0)(0) Dim imgObject() As Byte = CType(img, Byte()) Using theMemStream As New IO.MemoryStream() theMemStream.Write(imgObject, 0, imgObject.Length) theMemStream.Position = 0 PictureBox1.Image = Image.FromStream(theMemStream) End If End Using this is the code that I used, but it gave me this error: first Error: "A generic error occurred in GDI+" Error Code = "-2147467259" Second Error: (on cont...) "Attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang." Third Error: (on cont...) "Attempting to call into managed code without transitioning out first. Do not attempt to run managed code inside low-level native extensibility points, such as the vectored exception handler, since doing so can cause corruption and data loss."

    Visual Basic help database com tutorial

  • Load Gif(Access OLE Object) into PictureBox.
    N NANCO

    Hi! I know how to save an image into an Access DataBase in a binary format and retrieve it in a memorystream and display it in a picturebox, only problem is .Gif files. I found the way to save(.Gif Files) into a Database, but when I try retrieving it, it gives an Error. I need help very urgently. any help will be extremely appreciated.:-D

    Visual Basic help database com tutorial

  • Compact and Repair Access Database.
    N NANCO

    Is there an easy way to Compact and Repair Access Database.:cool:

    Visual Basic database

  • Datagrid view to DataBase - Update
    N NANCO

    Hi! I need Help once Again. I used this command to show the orders a particular customer made. DataGridView1.Rows.Add(str0,str1, str2, str3, str4, str5) Now, How can I send all the entry From DataGridView1 to a common DataBase where all the orders of all the customers are stored. (Only differentiated by the Customer ID ,str0 = CustomerID) (In the DataBase You can get orders made by a particular customer by the CustomerID) So, can anyone tell me How to Send all the Orders made a Customer to the Common Database.(I heard about the Update method and all) But any Help is Appreciated. (as the orders are made it Will be shown in the DataGridView(only for the current customer)) -Thanx-

    Visual Basic database sales help tutorial question

  • Richtextbox MaxLength
    N NANCO

    is there a way to exceed the Richtextbox MaxLength of "2147483647"?, may be there is a way to make it unlimited pls help.

    Visual Basic help question

  • restrict open multiple times on same application
    N NANCO

    run this on Form1_Load If (UBound(Diagnostics.Process.GetProcessesByName(Diagnostics.Process.GetCurrentProcess.ProcessName)) > 0) = True Then End End If

    Visual Basic tutorial help csharp

  • Embeding all Application settings while compiling.
    N NANCO

    Hi! this is an emergency. I have made a software that uses many fonts, transparency options in the skin and many more settings that works well on my computer as it has all the necessary fonts and .net framework 3 but when running on other machines 1)They don't have the fonts I've used. 2)They only have .net framework 2.(in my class) 3)I have used a background image and made yellow as the transparent key this works well on my machine but on other machines the yellow edges of the background are visible. I heard you can embed all the necessary system files with application on compiling, but I searched everywhere and couldn't find a single detailed explanation anywhere so I came here as a last resort. So, Pls someone help me.

    Visual Basic csharp dotnet help

  • Remove Empty Lines
    N NANCO

    sorry that was just a typing mistake in the message and I did use it the same way before. my problem is when I search for "\Par" using whole word option it finds it; and also finds what ever that looks like this "{\Par"(even if I did use the whole word option it doesn't find; just! "\Par". If it is "a\Par" it doesn't matter but if it is other then numbers or alphabetic characters; it just finds it and gets rid of it). thanx for u'r help anyway.

    Visual Basic help question

  • Remove Empty Lines
    N NANCO

    is there an easy way to remove empty lines in Richtextbox? any help will be greatly appreciated. I have been trying do this on my own for months Couldn't find a single easy way of doing this. I tried converting the text to rtf then removed all "/par" and then reconverting it to text. it worked well to a certain extent but was not perfect. thanx

    Visual Basic help question

  • Assigning an Icon to a File Type.
    N NANCO

    Lets say I created a new file type and want to assign an Icon to it. and when I run my software on some one else's computer and create the same file on that computer, the software must automatically assign that Icon to that file type. Is there a way. (Eg: before installing ms word all .doc files don't have an Icon but after installation all .doc files have an Icon assign to it(is there a way for us to imitate the same function)) I would really appreciate any help thanx.

    Visual Basic help

  • Refresh Windows/Explorer
    N NANCO

    Is there a way to Refresh windows(Right Click on desktop and Click Refresh) using a vb code. (I heard that you can do it from the regedit.exe; not sure if it's true or not) Sorry for being extremely specific.

    Visual Basic

  • Find and Bind Data From MDB.
    N NANCO

    thank you very very much.

    Visual Basic database algorithms help tutorial

  • Find and Bind Data From MDB.
    N NANCO

    Hi! again. can anyone tell me how to find a specific data Like Name by using ID from a Microsoft Data Base(MS ACCESS DATABASE).(I'm Using Microsoft Visual Basic 2005 Express Edition) Ex: ID Name 01 John 02 Smith I want the Name of the specific ID to come into a textbox. (If I say Find "01" then John Should Be loaded into Textbox1) (I been Searching Google and I can't find any simple codes) 7-9 lines of codes is preferable because I'm new to Database Any Help will be greatly Appreciated. (Sorry For any inconvenience that have I caused in the past)

    Visual Basic database algorithms help tutorial

  • Replacing, removing lines.
    N NANCO

    no error messages just doesn't work.(doesn't do anything)

    Visual Basic

  • Replacing, removing lines.
    N NANCO

    someone pls help me.

    Visual Basic

  • Replacing, removing lines.
    N NANCO

    If you could give a more clear coding it will be appreciated.

    Visual Basic

  • Replacing, removing lines.
    N NANCO

    can anyone tell me a way to replace a line and to remove. I used this; doesn't work. ex:-Richtextbox1.lines(0).replace("sdf")

    Visual Basic

  • caret line number (not the "just" line number )
    N NANCO

    never mind I found a way.

    Visual Basic tutorial

  • caret line number (not the "just" line number )
    N NANCO

    Hi! I would like to; "really" know how to get the current text line number where the caret is at. (not the "line number" just the "text line number": when you use textbox1.lines(0) it takes the entire text in line 0 even if some text are in line 1, because the text in line 1(as long as it didn't get there by pressing the return key) belongs to line 0, but when I use the code below it just says the text in line 1(even thought it belongs to line 0) as belonging to line 1.) a = Rtb.GetLineFromCharIndex(rtb.SelectionStart) So can anyone tell me a way to get the real line number of the selected text. thanks in advance

    Visual Basic tutorial

  • Help me! pls, some one help me! ahhhhhhhhhh....
    N NANCO

    can you pls elaborate on that, it will be greatly appreciated.

    Visual Basic help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups